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
soSaver
Open Source
A Frida-based utility for dynamically extracting native (.so) libraries from Android applications.…
horus
Open Source
An OSINT / digital forensics tool built in Python…
Cortex-Analyzers
Open Source
The following repository is used by TheHive Project to develop and store Cortex analyzers & responde…
PyrsistenceSniper
Open Source
We took PersistenceSniper, merged it with Python, and misspelled it on purpose. Meet PyrsistenceSnip…
joincap
Open Source
Merge multiple pcap files together, gracefully.…
Ultimate-RAT-Collection
Free
For educational purposes only, exhaustive samples of 500+ classic/modern trojan builders including s…