p0dalirius / ApacheTomcatScanner

A python script to scan for Apache Tomcat server vulnerabilities.
https://podalirius.net/
GNU General Public License v3.0
771 stars 94 forks source link

error when try to bruteforce password #26

Closed ranjit-git closed 1 year ago

ranjit-git commented 1 year ago
python3 ApacheTomcatScanner.py \
    -tf ./v  \
    --tomcat-usernames-file ../../wordlist/tomcat-default-username.txt \
    --tomcat-passwords-file ../../wordlist/tomcat-default-password.txt \
    -C  \
    --no-colors \
    --export-json ./aaaa.json \
    --debug

getting error like

[debug] Error in get_version_from_malformed_http_request('https://campusm.gold.ac.uk/manager/html'): string indices must be integers
jacknhk commented 1 year ago

解决了吗?apachetomcatscanner -C --tomcat-usernames-file username.txt --tomcat-passwords-file password.txt -tt 192.168.31.245 -tp 8080 我这样写,不执行测试账号密码.用绝对路径也不行.