Skip to content

Vailyn 3.3.2-1

Latest
Compare
Choose a tag to compare
@VainlyStrain VainlyStrain released this 25 Feb 23:28
· 52 commits to master since this release

[New Features]

  • added an ASCII only mode, for environments that don't support UTF8
  • added option to use your favourite terminal emulator instead of konsole in the RCE attack
  • both additions can be toggled and configured in core/config.py

[Improvements]

  • added a possible location for apache2 logs to the dictionary
  • made /etc/passwd REGEX matching optional (controlled in config.py)

[Bug Fixes]

  • modified payload so it works if target is not running bash as default shell
  • fixed issues with SSH log poisoning attack
    • password prompt showing up (fixed by using sshpass)
    • payload being truncated due to max username length