devanshbatham / ParamSpider

Mining URLs from dark corners of Web Archives for bug hunting/fuzzing/further probing
MIT License
2.48k stars 422 forks source link

Tool runnning but showing no results #42

Closed Droidzzzio closed 4 years ago

Droidzzzio commented 4 years ago

Everytime i run the tool its not working , using ubuntu wsl there are no errors or warning in runtime but still its not giving any results. Count is always 0 for every domain i use it for .

[+] Total unique urls found : 0 [+] Output is saved here : output/google.com.txt

command : python3 paramspider.py --domain google.com

please resolve this issue.

Droidzzzio commented 4 years ago

i am closing this issue i created as i found the solution upon looking upon the code , Actually my ISP does not support http in the particular website of web archive from where the links are being extracted by the tool , so just by changing it to https i am able to fetch results from the tool. Thanks its a great tool I also faced this problem earlier in waybackurls, solved now