Issue with version check and crawler
HiJynx opened this issue · 4 comments
Hello,
After testing out the latest build, I found an issue with the version check and crawler capabilities of finalrecon.py. Initially, finalrecon.py will throw and error as it is having issues with parsing the version file from the repo and stop working. I have been able to work around this issue by commenting out the version check function. The rest of the program works fine up until the crawler function, where it just notes "Failed to parse <target_url>". If possible, I'm gonna see if its possible to incorporate something into it.
@HiJynx what errors are you getting exactly? Share a text version or screenshots, because in the version check it simply reads a file from github, I just tested it now and it is working fine for me so it looks like issue is on your end only and about the crawler, if it is possible can you share the target url? It will be easier for me to reproduce the issue that way, you can share it on telegram if you can't share it here : https://t.me/thewhiteh4t
@thewhiteh4t here is the command and arguments that I had passed. I had even tried with a fresh clone and still ran into the same issue. I will also provide the appropriate screen shots, with descriptive names to help with each.
Command Used: python3 finalrecon.py --full -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt https://www.att.com
@HiJynx by any chance are you using kali linux wsl in windows 10?
Closing due to inactivity.