go-auxs
go-auxs copied to clipboard
Collection of auxiliary command line tools
Collection of auxiliary command line tools
Featured tools that you should try
| Tools | Description |
|---|---|
| cinfo | Extract domain from SSL info |
| eip | Extend the IP range by CIDR |
| cleansub | Clean up garbage subdomain from list of subdomain |
| durl | Strip out similar URLs by unique hostname-path-paramName |
| urp | Parse URLs in fuzz format |
| qscreenshot | Do screenshot from list of URLs |
| bparse | parsing burp XML file |
| arank | Get alexa rank of list of urls |
| chrunk | Run your command against really really big file. |
| cdnfilter | Cleaning CDN IP Address and Private IPs from list of inputs |
Install
All the tools
go get -u github.com/j3ssie/go-auxs/...
or single tool
go get github.com/j3ssie/go-auxs/<utils-name>

