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
TRACE-Forensic-Toolkit
Open Source
Digital forensic analysis tool that provides a user-friendly interface for investigating disk images…
goodboy-framework
Open Source
15-stage Windows malware development & analysis course in Rust. Red team builds it, blue team detect…
joincap
Open Source
Merge multiple pcap files together, gracefully.…
aparoid
Free
Static and dynamic Android application security analysis…
htmldate
Open Source
Fast and robust date extraction from web pages, with Python or on the command-line…
Meerkat
Open Source
A collection of PowerShell modules designed for artifact gathering and reconnaisance of Windows-base…