Projects STRLCPY Hunt3r Commits 582f78a6
🤬
  • ■ ■ ■ ■
    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.1-informational"></a>
     9 + <a href="https://github.com/EasyRecon/Hunt3r"><img src="https://img.shields.io/badge/release-v1.6.2-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/configs/cloud-init.yml
    skipped 44 lines
    45 45   - mv gau /usr/local/bin/
    46 46   - rm LICENSE README.md gau_2.1.2_linux_amd64.tar.gz
    47 47   # WappaGo
    48  - - wget https://github.com/EasyRecon/wappaGo/releases/download/release-0.0.4/wappaGo_linux_x64
     48 + - wget https://github.com/EasyRecon/wappaGo/releases/download/release-0.0.7/wappaGo_linux_x64
    49 49   - mv wappaGo_linux_x64 /usr/local/bin/wappago
    50 50   - chmod +x /usr/local/bin/wappago
    51 51   - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
    skipped 9 lines
  • ■ ■ ■ ■
    backend/storage/tools/libs/tools/wappago.rb
    skipped 3 lines
    4 4   
    5 5   cmd = "cat #{OPTIONS[:output]}/all_domains.txt | wappago -ports #{ports}"
    6 6   cmd += " -resolvers #{resolver_path} -screenshot #{OPTIONS[:output]}/screenshots"
    7  - cmd += " -threads-chrome #{15 * OPTIONS[:concurrency]} -threads-ports #{50 * OPTIONS[:concurrency]}"
     7 + cmd += " -threads #{10 * OPTIONS[:concurrency]}"
    8 8   cmd += " > #{OPTIONS[:output]}/wappago.json"
    9 9   
    10 10   system(cmd)
    skipped 45 lines
  • ■ ■ ■ ■ ■ ■
    docs/changelog.md
    1 1  # Changelog
    2 2   
     3 +## Version 1.6.2
     4 + 
     5 +**Scan Improvements :**
     6 + 
     7 +- Update WappaGo
     8 + 
    3 9  ## Version 1.6.1
    4 10   
    5 11  **Scan Improvements :**
    skipped 101 lines
Please wait...
Page is in error, reload to recover