https://github.com/itm4n/pentest-tools
Some random tools I use for penetration testing
https://github.com/itm4n/pentest-tools
pentest-tools
Last synced: 26 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: 2025-02-10T14:58:11.000Z (about 2 months ago)
- Last Synced: 2025-02-19T01:02:32.527Z (about 2 months ago)
- Topics: pentest-tools
- Language: HTML
- Size: 1.11 MB
- Stars: 88
- 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. |