mirror of
https://github.com/carpedm20/awesome-hacking
synced 2024-12-02 09:09:13 +00:00
Merge pull request #77 from Luci-d/patch-1
added findsubdomains and spyse
This commit is contained in:
commit
d57323e155
1 changed files with 2 additions and 0 deletions
|
@ -164,11 +164,13 @@ For a list of free hacking books available for download, go [here](https://githu
|
|||
# Web
|
||||
|
||||
## Tools
|
||||
* [Spyse](https://spyse.com/) - Data gathering service that collects web info using OSINT. Provided info: IPv4 hosts, domains/whois, ports/banners/protocols, technologies, OS, AS, maintains huge SSL/TLS DB, and more... All the data is stored in its own database allowing get the data without scanning.
|
||||
* [sqlmap](https://github.com/sqlmapproject/sqlmap) - Automatic SQL injection and database takeover tool
|
||||
* [NoSQLMap](https://github.com/codingo/NoSQLMap) - Automated NoSQL database enumeration and web application exploitation tool.
|
||||
* [tools.web-max.ca](http://tools.web-max.ca/encode_decode.php) - base64 base85 md4,5 hash, sha1 hash encoding/decoding
|
||||
* [VHostScan](https://github.com/codingo/VHostScan) - A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, aliases and dynamic default pages.
|
||||
* [SubFinder](https://github.com/subfinder/subfinder) - SubFinder is a subdomain discovery tool that discovers valid subdomains for any target using passive online sources.
|
||||
* [Findsubdomains](https://findsubdomains.com/) - A subdomains discovery tool that collects all possible subdomains from open source internet and validates them through various tools to provide accurate results.
|
||||
* [badtouch](https://github.com/kpcyrd/badtouch) - Scriptable network authentication cracker
|
||||
|
||||
## General
|
||||
|
|
Loading…
Reference in a new issue