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

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.

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
```