byt3hx / jsleak

jsleak is a tool to find secret , paths or links in the source code during the recon.
480 stars 43 forks source link

Not going through links #3

Closed jaikishantulswani closed 1 year ago

jaikishantulswani commented 1 year ago

@channyein1337 It is not going through every link it found for grepping secrets.

byt3hx commented 1 year ago

Hello @jaikishantulswani ,

Yes it would not crawl every link. Only the link that you provided will be crawl. So you have to gather links from other tools like gospider, katana , gau or waybackurls. Then you can use jsleak with pipe. I hope this will help you to resolve the issue.

jaikishantulswani commented 1 year ago

@channyein1337 It would be good if it also scan the link for secrets like the below so this one single tool can work for both.

echo "https://example.com" |  jsleak -e -s  
Found link: [https://example.com/js/testing.js] in [https://example.com]
byt3hx commented 1 year ago

Hello @jaikishantulswani ,

Thanks for the advice. I can do that will add it in todo list and will release in soon. Also please let me know if there is any feature that will be useful.

Thanks!