GamehunterKaan / AutoPWN-Suite

AutoPWN Suite is a project for scanning vulnerabilities and exploiting systems automatically.
https://auto.pwnspot.com
Other
946 stars 113 forks source link

Web application testing error #27

Closed cr4sh-me2 closed 2 years ago

cr4sh-me2 commented 2 years ago

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:

  1. 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):

Additional context Add any other context about the problem here.