devanshbatham / ParamSpider

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

inaccurate result #119

Open xalgord opened 7 months ago

xalgord commented 7 months ago

It shows [INFO] Found 490830 URLs after cleaning

but when i see words count like this:

➜  results cat * | wc -l
3090

It only shows 3090 urls.

knrredhelmet commented 2 months ago

its showing like this because in info its counting all the urls but when its write only parameterized urls. that why you got different result i solve this and other issue in my tool https://github.com/knrredhelmet/paraminer