Example Usage
CREATE USER malwaredb WITH PASSWORD 'PUT_YOUR_STRONG_PASWORD_HERE!'; -- If you expect to have a large collection, consider making a Tablespace on a larger drive. CREATE TABLESPACE malwaredb LOCATION '/path/to/tablespace'; CREATE DATABASE malwaredb OWNER malwaredb; -- Owner name must match above. CREATE DATABASE malwaredb OWNER malwaredb TABLESPACE malwaredb; -- Owner name must match above, use this option if you created a Tablespace.
See also
Binwalk
Open Source
Kali
Firmware analysis tool for searching, extracting, and analyzing binary images. Identifies embedded f…
horus
Open Source
An OSINT / digital forensics tool built in Python…
Ultimate-RAT-Collection
Free
For educational purposes only, exhaustive samples of 500+ classic/modern trojan builders including s…
goodboy-framework
Open Source
15-stage Windows malware development & analysis course in Rust. Red team builds it, blue team detect…
CAPEv2
Free
Malware Configuration And Payload Extraction…
Volatility 3
Open Source
Kali
Framework for extracting digital artifacts from volatile memory (RAM) dumps. Supports Windows, Linux…