Skip to content

Releases: VainlyStrain/Vailyn

Vailyn 1.5.1-0

25 Jul 22:02
Compare
Choose a tag to compare

[New Features]

  • New argument: --tor to pipe attacks through Tor.
    Only available for Linux help wanted for Windows

Vailyn 1.5.0-2

23 Jul 21:33
Compare
Choose a tag to compare

[New Features]

  • new argument: --cookie FILE to provide an authentication cookie if the page is behind a login screen

[Improvements]

  • grouped depth arguments for both phases together in 1 arguments --depths
  • nullbytes are now printed as well if they have been found in Phase 1

[Bug Fixes]

  • fixed duplicate tree entries if a parent folder of the whole server has been discovered

Vailyn 1.4.0-4

20 Jul 10:09
Compare
Choose a tag to compare

[Improvements]

  • cleaner output when selecting payloads
  • percentage of requests done shown during attack

Vailyn 1.3.0-2

07 Jul 22:11
Compare
Choose a tag to compare

[New Features]

  • separated dots from slashes, and create payloadlist using every dot combined with every slash
  • added many new payload encodings
  • implemented payload caching system, so you don't have to do Phase 1 again (but are free to do so) if attacking the same server

[Improvements]

  • minor output changes
  • code cleaning: removed duplicate code and unused imports from many files

Vailyn 1.2.1-5

03 Jul 20:37
Compare
Choose a tag to compare

[New Features]

  • adds cookies to attack methods
  • includes multiple nullbyte encodings
  • more evasion techniques
  • improves the overall performance of the tool by applying the phase separation to nullbytes, too

[Bug Fixes]

  • fixes false positives when server sends status code 200 with empty response, or error message containing payload, if file not found
  • fixed bug in loot.py that caused multiple folder creation when URL doesn't contain "/"