Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itm4n/pentest-tools
- Owner: itm4n
- Created: 2019-08-31T12:50:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T14:08:36.000Z (about 1 month ago)
- Last Synced: 2024-12-20T15:24:03.580Z (about 1 month ago)
- Topics: pentest-tools
- Language: HTML
- Size: 1.1 MB
- Stars: 85
- Watchers: 5
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. |