Example Usage
// USB anti-detection settings // // Set USB IDs strings and numbers, to avoid possible detections. // Remember that you can cusotmize FAKE_DISK_BLOCK_NUM as well // for the same reason. Also DISK_LABEL in ramdisk.h can be changed. // // You can see here for inspiration: https://the-sz.com/products/usbid/ // // Example: // 0x0951 0x16D5 VENDORID_STR: Kingston PRODUCTID_STR: DataTraveler // #define USB_VENDORID 0x0951 #define USB_PRODUCTID 0x16D5 #define USB_DESCRIPTOR "DataTraveler" #define USB_MANUF "Kingston" #define USB_SERIAL "123456789A" #define USB_VENDORID_STR "Kingston" // Up to 8 chars #define USB_PRODUCTID_STR "DataTraveler" // Up to 16 chars #define USB_VERSION_STR "1.0" // Up to 4 chars
See also
NetworkMiner
Freemium
Network forensics analysis tool (NFAT) that captures packets and parses them to reconstruct transmit…
aparoid
Free
Static and dynamic Android application security analysis…
apiosintDS
Open Source
On demand query API for https://github.com/davidonzo/Threat-Intel project.…
CAPEv2
Free
Malware Configuration And Payload Extraction…
Meerkat
Open Source
A collection of PowerShell modules designed for artifact gathering and reconnaisance of Windows-base…
Autopsy
Open Source
Digital forensics platform and graphical interface to The Sleuth Kit. Features timeline analysis, ke…