https://github.com/stringmanolo/pentestingstuff
Scripts, Pocs and anything that can be usefull for a pentester goes here.
https://github.com/stringmanolo/pentestingstuff
Last synced: 10 months ago
JSON representation
Scripts, Pocs and anything that can be usefull for a pentester goes here.
- Host: GitHub
- URL: https://github.com/stringmanolo/pentestingstuff
- Owner: StringManolo
- License: gpl-3.0
- Created: 2024-07-27T11:11:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T21:20:04.000Z (over 1 year ago)
- Last Synced: 2025-03-24T16:21:25.698Z (10 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PentestingStuff
Scripts, Pocs and anything that can be usefull for a pentester goes here.
### domainNormalizer.js
##### Description
Make http and https urls from a domain list with wildcards (generated by [subdomain-finder](https://github.com/StringManolo/1337/tree/master/subdomains-finder))
##### Usage
```bash
./domainNormalizer.js myDomainList.txt > myUrlList.txt
```