Projects STRLCPY Hunt3r Commits a4902049
🤬
  • ■ ■ ■ ■
    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.3-informational"></a>
     9 + <a href="https://github.com/EasyRecon/Hunt3r"><img src="https://img.shields.io/badge/release-v1.6.4-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/Gemfile.lock
    skipped 163 lines
    164 164   timeout
    165 165   net-ssh (7.0.0.beta1)
    166 166   nio4r (2.5.8)
    167  - nokogiri (1.13.6-x86_64-linux)
     167 + nokogiri (1.13.9-x86_64-linux)
    168 168   racc (~> 1.4)
    169  - pdfkit (0.8.6)
     169 + pdfkit (0.8.7.2)
    170 170   pg (1.3.5)
    171 171   public_suffix (4.0.7)
    172 172   puma (5.6.4)
    skipped 109 lines
  • ■ ■ ■ ■ ■
    backend/lib/platforms/intigriti.rb
    skipped 27 lines
    28 28   form = login_page.forms.first
    29 29   
    30 30   form.field_with(id: 'Input_Email').value = platform.email
    31  - form.field_with(id: 'Input_Password').value = platform.password
     31 + resp = form.submit
     32 + form = resp.forms.first
    32 33   
     34 + form.field_with(id: 'Input_Password').value = platform.password
    33 35   form.submit
    34 36   end
    35 37   
    skipped 161 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.8/wappaGo_linux_x64
     48 + - wget https://github.com/EasyRecon/wappaGo/releases/download/release-0.1.0/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
  • ■ ■ ■ ■ ■ ■
    docs/changelog.md
    1 1  # Changelog
    2 2   
     3 +## Version 1.6.4
     4 + 
     5 +**Backend Improvements :**
     6 + 
     7 +- Handle new Intigriti login workflow
     8 + 
     9 +**Scan Improvements :**
     10 + 
     11 +- Update WappaGo
     12 + 
    3 13  ## Version 1.6.3
    4 14   
    5 15  **Backend Improvements :**
    skipped 121 lines
Please wait...
Page is in error, reload to recover