castor/usbhaspd

Project ID: 32629

Description

https://github.com/sam88651/UsbHasp

Research of USB HASP protection in Linux environment. This project is about USB HASP emulator on Linux.

Emulator consists of several parts:

  • usb-vhci - kernel driver and user-mode library
  • usbhasp - emulator daemon
  • Sentinel HASP drivers and License Manager (not included here)

Installation Instructions

You need EPEL repo enabled in system for automatic building kernel module with dkms. Perform full system update before installing usbhasp.

RHEL7: yum install -y epel-release && yum update -y && shutdown -r now RHEL8: dnf install -y epel-release && dnf update -y && shutdown -r now

After that you can install usbhasp

RHEL7: yum install -y yum-plugin-copr && yum copr -y enable castor/usbhaspd && yum install -y usbhasp RHEL8: dnf copr -y enable castor/usbhaspd && dnf install -y usbhasp

usbhaspd is disabled by default. Use systemctl to enable and start.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download
EPEL 7 x86_64 (194)* EPEL 7 (184 downloads)
EPEL 8 x86_64 (137)* EPEL 8 (179 downloads)

* Total number of downloaded packages.