003random / getJS

A tool to fastly get all javascript sources/files
MIT License
731 stars 103 forks source link

Hang #6

Closed devcoinfet closed 4 years ago

devcoinfet commented 4 years ago

This tool needs to implement a timeout for the requests do you think you could add that or if I missed out how to do so and you already did let me know this gets hung on some urls and I am using this in my static analysis tool

https://github.com/devcoinfet/Static_Analysis.py

I don't know go and think this would really bolsters this tools usefulness I have this in use in 2 diff tools I would be very appreciative if you did hook it up with a default timeout of like 10 seconds

I have seen it hang for a very long time on 1 url

003random commented 4 years ago

Hi @devcoinfet.,

Good one! I added a timeout option to the tool ( #12 ) Hope this helps :)

003random,