Skip to content

Releases: gotr00t0day/spyhunt

v2.9

08 Nov 23:13
Compare
Choose a tag to compare

Whats New?????

  1. Spring Boot Actuator scan
  2. Analyze Heap Dump file to find sensitive info
  3. Host Header Injection optimization
  4. Host Header Injection scan with proxy
  5. Bug Fixes

v2.8

02 Nov 15:46
Compare
Choose a tag to compare

What's New??

  1. JWT analysis and pentesting script
  2. AWS S3 bucket finder
  3. The recon script now also has JWT scanning
  4. Optimization and error handling in certain scripts
  5. Bug fixes

v2.7

21 Oct 00:09
Compare
Choose a tag to compare

Whats New???

  1. Optimized XSS, SQLI scripts, added rate limiting and progress bars.
  2. Recon script has been optimized.
  3. Added the rate limiting library to requirements
  4. Fixed false positive results in a lot of vulnerability scripts
  5. Bug fixes

v2.6

17 Oct 03:20
Compare
Choose a tag to compare

What's New??????

  1. Auto Recon script
  2. Dns parser for dnsx
  3. Fixed a few errors
  4. Optimization
  5. Bug Fixes

v2.5

06 Oct 02:03
Compare
Choose a tag to compare

What's New?????

  1. Added a subdomain takeover script.
  2. Added a I have been pwned script to check for passwords found on data breaches
  3. Updates for requirements.txt
  4. Optimized a few scripts
  5. Bug fixes

v2.4

21 Sep 21:41
Compare
Choose a tag to compare

Whats New??

  1. Open redirect feature that will scan any parameter.
  2. Improvement to the XSS Script, Now it only shows the High severity payloads
  3. Optimized the Subdomains enumeration script to also extract Subdomains from shodan using a shodan api key.
  4. Updated the README file to reflect the new features
  5. Bug Fixes

v.2.3

08 Sep 00:14
Compare
Choose a tag to compare

What's New???

  1. Now you can brute force parameters in the url.
  2. You can send custom headers and see the response.
  3. Optimized a few scripts.
  4. Changed README to have the new features
  5. Bug Fixes

v2.1

12 Aug 22:53
Compare
Choose a tag to compare

What's New???

  1. New JavaScript script to scan a domain thoroughly to find more files.
  2. Now you can scan a file that has JavaScript links to find endpoints
  3. Optimizations
  4. README update
  5. Bug fixes

v2.0

06 Aug 00:57
Compare
Choose a tag to compare

WHAT'S NEW?????

  1. XSS Vulnerabiltiy Scanning
  2. SQLi Vulnerability Scanning
  3. Web Server detection
  4. README updated
  5. Bug fixes

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