Projects STRLCPY Hunt3r Commits 1fb92d5f
🤬
  • ■ ■ ■ ■
    README.md
    skipped 5 lines
    6 6  <p align="center">
    7 7   <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-_red.svg"></a>
    8 8   <a href="https://github.com/EasyRecon/Hunt3r/issues"><img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat"></a>
    9  - <a href="https://github.com/EasyRecon/Hunt3r"><img src="https://img.shields.io/badge/release-v1.6.0-informational"></a>
     9 + <a href="https://github.com/EasyRecon/Hunt3r"><img src="https://img.shields.io/badge/release-v1.6.1-informational"></a>
    10 10   <a href="https://github.com/easyrecon/hunt3r/issues" target="_blank"><img src="https://img.shields.io/github/issues/easyrecon/hunt3r?color=blue" /></a>
    11 11  </p>
    12 12   
    skipped 41 lines
  • ■ ■ ■ ■
    backend/storage/tools/libs/tools/whoxy.rb
    skipped 37 lines
    38 38   get_whoxy_results(type, value, whois_domains)
    39 39   end
    40 40   
    41  - File.open('whoxy_intel.txt', 'w+') do |f|
     41 + File.open("#{OPTIONS[:output]}/whoxy_intel.txt", 'w+') do |f|
    42 42   f.puts(whois_domains)
    43 43   end
    44 44   
    skipped 24 lines
  • ■ ■ ■ ■ ■ ■
    docs/changelog.md
    1 1  # Changelog
    2 2   
     3 +## Version 1.6.1
     4 + 
     5 +**Scan Improvements :**
     6 + 
     7 +- Fix Whoxy file output on intel scan
     8 + 
    3 9  ## Version 1.6.0
    4 10   
    5 11  **Frontend Improvements :**
    skipped 95 lines
Please wait...
Page is in error, reload to recover