Skip to content

Commit 9fcbac0

Browse files
authored
Update AssetScan.py
1 parent 33d354f commit 9fcbac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AssetScan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def resultreport(iplist,alivelist,portdic,vullist):
158158
#头部信息部分
159159
ascii_banner = pyfiglet.figlet_format("AssetScan")
160160
print(Vcolors.OKGREEN + ascii_banner+Vcolors.ENDC)
161-
print(Vcolors.OKBLUE + "\t\t\t\tPower by JE2Se" +" "+ Vcolors.RED + "V1.1" +"\n" +Vcolors.ENDC)
161+
print(Vcolors.OKBLUE + "\t\t\t\tPower by JE2Se" +" "+ Vcolors.RED + "V1.2" +"\n" +Vcolors.ENDC)
162162
parser = argparse.ArgumentParser()
163163
#脚本执行帮助部分
164164
print(Vcolors.PURPLE + "\t~请输入 -h 获取命令帮助~" + "\n" + Vcolors.ENDC + Vcolors.OKGREEN)

0 commit comments

Comments
 (0)