Skip to content

Releases: gotr00t0day/spyhunt

v1.12

27 Jul 17:42
Compare
Choose a tag to compare

What's New?????

  1. Recoded the directory brute force script, now you can exclude status codes and add extensions.
  2. Added a google search script, you can use google dorks.
  3. Added a script to scan for LFI using nuclei.
  4. Added a script to scan ip ranges
  5. Bug fixes and improvements

v1.11

31 May 20:17
Compare
Choose a tag to compare

What's New???????

  1. Nmap scanner
  2. API enumeration
  3. Recon with Shodan
  4. HTTP code 403 bypass
  5. Lots of optimization and bug fixes

V1.9

07 May 20:50
Compare
Choose a tag to compare

What's New???

  1. Added a list of user agents to modules
  2. Scripts that use the requests library now have random user agents.
  3. Added concurrency to httprobe for faster probes
  4. Optimized a few scripts for performance.
  5. Bug fixes.

v1.8

30 Apr 02:22
Compare
Choose a tag to compare

What's New????

  1. Bug fixes for the cors misconfiguration script
  2. Removed codecs from requirements.txt since you don't need to install it.
  3. Fixed typos
  4. Update to install.py
  5. More bug fixes

V1.7

19 Apr 21:34
Compare
Choose a tag to compare
lots of updates and bug fixes

V1.4

16 Jan 00:30
3d83b35
Compare
Choose a tag to compare

What's New??

  1. Extract IP Addresses from a list of subdomains
  2. Get domain information like http code, server, page title and ip address
  3. Added a http smuggler python tool
  4. Check if there's any redirection from a list of domains
  5. Bug fixes