Skip to content

Vailyn 3.0

Compare
Choose a tag to compare
@VainlyStrain VainlyStrain released this 07 Feb 02:31
· 95 commits to master since this release

[New Features]

  • support for LFI wrappers (like php://filter) in Phase 1 + Phase 2 File Leaking
    • specify argument --lfi

[Improvements + Usage Changes]

  • regrouped --lists FILEDICT DIRDICT and --listen IP PORT together in 1 argument: -p2 TP P1 P2, --phase2 TP P1 P2
    • use -p2 leak FILEDICT DIRDICT to leak files
    • use -p2 rce IP PORT to use the RCE module
  • changes to the "short" argument names to make them more logical
  • minor UI improvements
  • code style improvements

[Bug Fixes]

  • fixed some compatibility issues with Microsoft Windows (see updated installation instructions if you use Windows)
  • fixed style sheet issue, making tooltips unreadable if a light theme is used
  • fixed a rare false positive in the path attack mode (-a 2) by introducing another check
  • fixed crash when passing authentication cookie via -c and improved how this cookie is transferred to Arjun by the crawler
  • fixed notify2 crashes when called as subprocess by other scripts by introducing argument --notmain. Developers using Vailyn in their tools can add this argument if affected.