Skip to content

v3.8.3

Compare
Choose a tag to compare
@erwanlr erwanlr released this 17 Jul 08:51
· 386 commits to master since this release
  • Minor
    • Fixes a potential InvalidProgressBar error with the xmlrpc_multicall pwd attack
    • Long option/s now displayed when a required one is missing - Ref #1500
    • Fixes Crash when URL does not contain a TLD, such as dc-2
    • Password Attack: When an error occurs, the response body is only displayed when --verbose is used
    • When using an output format other than the CLI (such as -f json), the progress bar log will only contain unique errors (before duplicate could occur, leading to an increase of Memory usage)
    • Check for wp-login.php availability before doing password attack on it - Ref #1519
    • Uses an enumerator to read the wordlist (rather than the whole file at once) during password attacks, reducing the memory usage - Ref #1518