Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itm4n/pentest-tools

Some random tools I use for penetration testing
https://github.com/itm4n/pentest-tools

pentest-tools

Last synced: 4 days ago
JSON representation

Some random tools I use for penetration testing

Awesome Lists containing this project

README

        

# Pentest-Tools

Custom tools I use for penetration testing.

| Category | Tool | Description |
| --- | --- | --- |
| web | `domains_in_scope.sh` | Check a list of domains names to see if they are in a given scope (IPv4 public subnets). |
| web | `http-echo-server.py` | A python web server that prints the content of the requests it receives. |
| internal | `access-point.sh` | Spawn a WPA2-PSK access point (also useful for mobile app pentesting). |
| internal | `ad-dns-inject.sh` | Inject Dynamic DNS record anonymously. |
| internal | `pyweb.sh` | Wrapper around the python web server module. |
| internal | `tschexec.py` | Impacket example script to exec commands on Windows remotely through the TSCH RPC interface. |