Category: Penetration Testing

routersploit

routersploit v3.4.0 released: Router Exploitation Framework

The RouterSploit Framework is an open-source exploitation framework dedicated to embedded devices. It consists of various modules that aid penetration testing operations: exploits – modules that take advantage of identified vulnerabilities creds – modules...

Bashark

Bashark: Bash post exploitation toolkit

Bashark Bashark aids pentesters and security researchers during the post-exploitation phase of security audits. Features Single Bash script Lightweight and fast Multi-platform: Unix, OSX, Solaris etc. No external dependencies Immune to heuristic and behavioral...

PyLazyS3

PyLazyS3: Enumerate AWS S3 buckets using different permutations

PyLazyS3 A Python port of the original lazys3 tool to enumerate AWS S3 buckets using different permutations, originally created by @NahamSec. It utilizes the asyncio and aiohttp libraries to handle multiple high concurrency requests with great efficiency. Installation git clone https://github.com/Den1al/PyLazyS3.git...

SSRFmap

SSRFmap: Server Side Request Forgery services enumeration tool

SSRFmap A simple service scanner for Server Side Request Forgery vulnerabilities. Installation git clone https://github.com/dreadlocked/SSRFmap.git cd SSRFmap bundle install Use   Usage examples Request a single resource via GET request ruby ssrfmap.rb –url http://www.example.com/controller?url=_SSRF_ –target http://169.254.169.254/...

IoT Exploitation Framework

Expliot v0.10 releases: Internet Of Things Exploitation Framework

Internet Of Things Exploitation Framework Expliot is a framework for security testing IoT and IoT infrastructure. It provides a set of plugins (test cases) and can be extended easily to create new plugins. Changelog...

Github-Hunter

Github-Hunter: sensitive information searching on Github

Github-Hunter This tool is for sensitive information searching on Github. Installation Requirements Python 3.x 1.git clone https://github.com/Hell0W0rld0/Github-Hunter.git 2.cd Github-Hunter 3.pip install virtualenv 4.virtualenv –python=/usr/local/bin/python3 env 5.source venv/bin/activate 6.pip install -r requirements Settings Before using...