Describe the bug
Error while script is trying test web applications, I tried on different os and on NetHunter:
Testing web application on 192.168.1.101...
Traceback (most recent call last):
File "/root/AutoPWN-Suite/autopwn.py", line 524, in
main()
File "/root/AutoPWN-Suite/autopwn.py", line 516, in main
FurtherEnumuration(OnlineHosts)
File "/root/AutoPWN-Suite/autopwn.py", line 482, in FurtherEnumuration
webvuln(host)
File "/root/AutoPWN-Suite/modules/web/webvuln.py", line 33, in webvuln
urls = crawl(target_url)
File "/root/AutoPWN-Suite/modules/web/crawler.py", line 14, in crawl
if not url.startswith('http'):
AttributeError: 'NoneType' object has no attribute 'startswith'
To Reproduce
Steps to reproduce the behavior:
run python3 autopwn.py -y
Expected behavior
Web apllication testing
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Kali Linux & ParrotSec & Nethunter
Version: Latest
Additional context
Add any other context about the problem here.
Describe the bug Error while script is trying test web applications, I tried on different os and on NetHunter:
Testing web application on 192.168.1.101...
Traceback (most recent call last): File "/root/AutoPWN-Suite/autopwn.py", line 524, in
main()
File "/root/AutoPWN-Suite/autopwn.py", line 516, in main
FurtherEnumuration(OnlineHosts)
File "/root/AutoPWN-Suite/autopwn.py", line 482, in FurtherEnumuration
webvuln(host)
File "/root/AutoPWN-Suite/modules/web/webvuln.py", line 33, in webvuln
urls = crawl(target_url)
File "/root/AutoPWN-Suite/modules/web/crawler.py", line 14, in crawl
if not url.startswith('http'):
AttributeError: 'NoneType' object has no attribute 'startswith'
To Reproduce Steps to reproduce the behavior:
python3 autopwn.py -y
Expected behavior Web apllication testing
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.