Skip to content

Commit

Permalink
Update Acunetix12-Scan-Agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wudicainiao authored Aug 19, 2020
1 parent 18622c8 commit 898a294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Acunetix12-Scan-Agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def delete_all():
for s in x:
single_scan(s,rule)
print(define.RED+"[*]扫描添加完毕")
if len(sys.argv) = 2:
if len(sys.argv) == 2:
task(str(sys.argv[2]))
print(define.RED+"[*]扫描开始添加")
for s in x:
Expand Down

0 comments on commit 898a294

Please sign in to comment.