Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Trivy | 17,687 | 25 | 15 hours ago | 176 | September 16, 2022 | 172 | apache-2.0 | Go | ||
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more | ||||||||||
Bettercap | 14,132 | 3 days ago | 61 | April 21, 2021 | 157 | other | Go | |||
The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks. | ||||||||||
Nuclei | 13,263 | 4 | 13 hours ago | 353 | August 26, 2022 | 180 | mit | Go | ||
Fast and customizable vulnerability scanner based on simple YAML based DSL. | ||||||||||
Routersploit | 10,982 | 9 months ago | 98 | other | Python | |||||
Exploitation Framework for Embedded Devices | ||||||||||
Rustscan | 10,022 | 15 days ago | 17 | April 27, 2022 | 127 | gpl-3.0 | Rust | |||
🤖 The Modern Port Scanner 🤖 | ||||||||||
Vuls | 10,013 | 21 hours ago | 142 | September 02, 2022 | 79 | gpl-3.0 | Go | |||
Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices | ||||||||||
Awesome Security | 9,777 | a month ago | 14 | mit | ||||||
A collection of awesome software, libraries, documents, books, resources and cools stuffs about security. | ||||||||||
Dirsearch | 9,684 | 21 days ago | 6 | June 17, 2021 | 52 | Python | ||||
Web path scanner | ||||||||||
Tsunami Security Scanner | 7,858 | 4 | a day ago | 14 | August 01, 2022 | 39 | apache-2.0 | Java | ||
Tsunami is a general purpose network security scanner with an extensible plugin system for detecting high severity vulnerabilities with high confidence. | ||||||||||
Wpscan | 7,593 | 18 hours ago | 53 | other | Ruby | |||||
WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites. Contact us via [email protected] |
Osmedeus allows you automated run the collection of awesome tools to reconnaissance and vulnerability scanning against the target.
This version will soon be deprecated. Please check out the Next Generation of it at @OsmedeusEngine
git clone https://github.com/j3ssie/Osmedeus
cd Osmedeus
./install.sh
This install only focus on Kali linux, check more install on Usage page.
NOTE: You might need to do sudo su
before install or using this otherwise you might get issues with dependency problems.
Check out docker-osmedeus by mabnavarrete
If you have no idea what are you doing just type the command below or check out the Advanced Usage
./osmedeus.py -t example.com
Check this Documentation for more detail about each module.
If you love my tool and would like to support my work. Become a backer and you will appear here.
# normal routine
./osmedeus.py -t example.com
./osmedeus.py -T list_of_target.txt
# normal routine but slow speed on all moddule
./osmedeus.py -t example.com --slow 'all'
# normal routine but exclude some modules
./osmedeus.py -t example.com -x 'linkfinding,dirb'
# direct mode examples
./osmedeus.py -m subdomain -t example.com
./osmedeus.py -m portscan -i "1.2.3.4/24"
./osmedeus.py -m "portscan,vulnscan" -i "1.2.3.4/24" -w result_folder
# direct list mode examples
./osmedeus.py -m portscan -I list_of_targets.txt
./osmedeus.py -m portscan,vulnscan -I list_of_targets.txt
./osmedeus.py -m screen -I list_of_targets.txt -w result_folder
# report mode
./osmedeus.py -t example.com --report list
./osmedeus.py -t example.com --report export
./osmedeus.py -t example.com --report sum
./osmedeus.py -t example.com --report short
./osmedeus.py -t example.com --report full
Most of this tool done by the authors of the tool that list in CREDITS.md. I'm just put all the pieces together, plus some extra magic.
This tool is for educational purposes only. You are responsible for your own actions. If you mess something up or break any laws while using this software, it's your fault, and your fault only.
Please take a look at CREDITS.md
Please take a look at CHANGELOG.md
If you have some new idea about this project, issue, feedback or found some valuable tool feel free to open an issue for just DM me via @j3ssiejjj.
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]