Skip to content

Commit

Permalink
few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eternity0022 committed Aug 27, 2015
1 parent 3d4f08c commit 4fd55b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion executemechanize.py
Expand Up @@ -177,7 +177,7 @@ def executemechanize(urldict):
list_format = "{}.{}.{}".format(list_extract.subdomain, list_extract.domain, list_extract.tld)
# print list_format
if list_format == formatted:
# print "Match"
pass
if not list_format == formatted:
if threadlocal.redirection_list:
logger.info(str(url_no) + ",\t" + url + ",\t" + "Redirection Route" + ",\t" +str(threadlocal.redirection_list))
Expand Down
2 changes: 1 addition & 1 deletion honeypotconfig.py
Expand Up @@ -46,7 +46,7 @@

#====Number of Threads
#====Worker threads = threadnum - 2
threadnum=12
threadnum=10

#====JSBeautifier
jsbeautifier = False
Expand Down

0 comments on commit 4fd55b8

Please sign in to comment.