Skip to content

Commit

Permalink
容错
Browse files Browse the repository at this point in the history
  • Loading branch information
ring04h committed Apr 6, 2015
1 parent 21e901f commit 1c83360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def start_wyspider(siteurl): # 启动爬虫和fuzz类
possibility_files[siteurl].extend(urlgenerator_obj.generator())

for http_siteurl in fuzzdir_request_set.keys():
if not possibility_urls.has_key(http_siteurl): possibility_urls[http_siteurl] = []
# 生成向HttpFuzzEnginer传递的目录URL列表
request_webdirs = list(set(fuzzdir_request_set[http_siteurl]))
refer_to_val = possibility_info[http_siteurl]['refer_to_val']
Expand Down

0 comments on commit 1c83360

Please sign in to comment.