Skip to content

Commit

Permalink
v0.72.7:palm_tree:
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascotbe committed Feb 23, 2020
1 parent d54bec2 commit fecda13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ClassCongregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,5 +563,5 @@ def Start(self,ThreadNumber):
class Prompt:#输出横幅,就是每个组件加载后输出的东西
def __init__(self,name):
self.name=name
print("\r\033[1;40;32m[ + ] Loading attack module:\033[0m"+"\033[1;40;35m {} \033[0m".format(self.name),end='')#这样能覆盖前面输出的内容
print("\r\033[1;40;32m[ + ] Loading attack module:\033[0m"+"\033[1;40;35m {} \033[0m".format(self.name),end='')#这样能覆盖前面输出的内容
time.sleep(0.5)
2 changes: 1 addition & 1 deletion MedusaScan.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def InitialScan(ThreadPool,InputFileName,Url,ProxyIp):
with open(InputFileName, encoding='utf-8') as f:
for UrlLine in f:#设置头文件使用的字符类型和开头的名字
try:
print("\033[1;40;32m[ + ] In batch scan, the current target is:\033[0m"+"\033[1;40;33m {}\033[0m".format(UrlLine))
print("\033[1;40;32m[ + ] In batch scan, the current target is:\033[0m"+"\033[1;40;33m {}\033[0m".format(UrlLine.replace('\n', '')))
San(ThreadPool,UrlLine,Values,ProxyIp)
#ThreadPool.NmapAppend(NmapScan,Urls)#把Nmap放到多线程中
#print("\033[1;40;32m[ + ] NmapScan component payload successfully loaded\033[0m")
Expand Down

0 comments on commit fecda13

Please sign in to comment.