Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Beef | 8,251 | 4 days ago | 92 | JavaScript | ||||||
The Browser Exploitation Framework Project | ||||||||||
Active Directory Exploitation Cheat Sheet | 3,633 | 4 months ago | 2 | mit | ||||||
A cheat sheet that contains common enumeration and attack methods for Windows Active Directory. | ||||||||||
Pacu | 3,310 | 8 days ago | 32 | bsd-3-clause | Python | |||||
The AWS exploitation framework, designed for testing the security of Amazon Web Services environments. | ||||||||||
Cdk | 2,858 | 12 days ago | 30 | September 19, 2022 | 8 | apache-2.0 | Go | |||
📦 Make security testing of K8s, Docker, and Containerd easier. | ||||||||||
Winpwn | 2,653 | 23 days ago | 2 | bsd-3-clause | PowerShell | |||||
Automation for internal Windows Penetrationtest / AD-Security | ||||||||||
Nosqlmap | 2,320 | a month ago | 3 | gpl-3.0 | Python | |||||
Automated NoSQL database enumeration and web application exploitation tool. | ||||||||||
Collisions | 2,176 | 3 months ago | 1 | Python | ||||||
Hash collisions and exploitations | ||||||||||
Ctftool | 1,549 | 2 years ago | 15 | apache-2.0 | C | |||||
Interactive CTF Exploration Tool | ||||||||||
Tinc | 1,532 | 10 months ago | 63 | other | C | |||||
a VPN daemon | ||||||||||
Heap Exploitation | 1,192 | 6 months ago | 6 | C | ||||||
This book on heap exploitation is a guide to understanding the internals of glibc's heap and various attacks possible on the heap structure. |
#OWASP Mth3l3m3nt Framework
A slightly major (forgive pun) upgrade is on going. This is to bring in things like:
This tool is released under GNU Affero General Public License v3.
Modules Packed in so far are:
Currently it is set to use a flat file database.
Copy all the files into your webroot except db_dump_optional
Ensure the Folders Below are writeable:
It should run from the get go All just navigate to it.
the login url is: /cnc
username:mth3l3m3nt password:mth3l3m3nt
By Default I have set it to use the JIG database but this you can change at any point in the backend. The DB Dump in place is for users who use MySQL and need demo data. Unfortunately I have only done for MySQL. It's my DB of choice.
Alternatively watch the installation here:
https://www.youtube.com/playlist?list=PL8peOGsl5TC4WscgWaNMx0xJlS6X2QJI0
If you would like to switch from JIG you can do so in the settings. Please note the DB has to be created, it only populates it with the required tables, it doesn't drop or create the DB , other supported Databases are:
Other than SQLite please ensure that you have the PHP extensions for the Databases above so that it can access them through PHP Data Objects.
For MySQL users needing MySQL Sample Data like alot of it especially payloads switch the database to MySQL and import data from the Dump to populate.
Incase of questions or suggestions or bugs and what nots: http://munir.skilledsoft.com
You may also send them or subscribe to the mailing list: https://lists.owasp.org/mailman/listinfo/owasp-mth3l3m3nt-framework-project
It's been tested on :
Incase you test on another server please give your review.
If installing it in a subfolder edit the .htaccess file to reflect the RewriteBase as the subfolder.
Having Problems getting it running on your webserver, check out our webserver configuration guide.