Threezh1 / JSFinder

JSFinder is a tool for quickly extracting URLs and subdomains from JS files on a website.
2.62k stars 400 forks source link

数组越界批量的时候就这样700多star没有一个人反馈吗 #14

Open Underwood12 opened 4 years ago

Underwood12 commented 4 years ago

Getting issue while scanning file with 1000 links of js files.

ALL Find 510 links Traceback (most recent call last): File "/JSFinder/JSFinder.py", line 264, in giveresult(urls, urls[0]) IndexError: list index out of range

Threezh1 commented 4 years ago

可以提供一下你的语句吗?

Underwood12 commented 4 years ago

253行用批量的时候会报错

YzaSoLong commented 3 years ago

应该是你传入的url没有携带http://或者https:// 协议头,建议检查下