proabiral / inception

A highly configurable Framework for easy automated web scanning
364 stars 65 forks source link

big list not working #42

Closed eugui closed 4 years ago

eugui commented 4 years ago

Hi,

I have inception working using a LIST_1 with 100 urls and the result is 2 issues. I tried inception using a LIST_2 with 90k domains and the result is not the same, all 100 urls in LIST_1 exist in LIST_2.

proabiral commented 4 years ago

Hi, That might be because your request are being timed out. Can you try by increasing the timeout and decreasing the number of threads ? Thanks

eugui commented 4 years ago

Hi, Yes...I tried -timeout 40 and -t 50 and got the same "error".

proabiral commented 4 years ago

Hi @eugui , Can you check if you are receiving the same response with inception as in browser by setting environment variable GOREQUEST_DEBUB as 1 and running the tool ?

proabiral commented 4 years ago

Closing due to inactivity.

Let me know if the issue still persists.