ring04h / wydomain

to discover subdomains of your target domain
1.48k stars 610 forks source link

出错。 #6

Closed sechacking closed 9 years ago

sechacking commented 9 years ago

Traceback (most recent call last): File "wydomain.py", line 346, in print start_wydomain(sys.argv[1]) File "wydomain.py", line 53, in start_wydomain fofa_result = start_fofa_plugin(domain) File "/home/huang.jinbao/wydomain/fofaplugin.py", line 242, in start_fofa_plugin get_partner_domain(domain) File "/home/huang.jinbao/wydomain/fofaplugin.py", line 180, in get_partner_domain domian_jobInfo_url = 'http://fofa.so/lab/gettask?jobId=%s&t=%s' % (jobId, int(time.time())) NameError: global name 'time' is not defined

sechacking commented 9 years ago

File "/home/huang.jinbao/wydomain/fofaplugin.py", line 186, in get_partner_domain partner_result = json.loads(http_request_get(domian_jobInfo_url)['html']) TypeError: 'Response' object has no attribute 'getitem'

ring04h commented 9 years ago

已解决,git pull 一下更新代码就好了。