Skip to content

Commit

Permalink
Update U8_cloud_upload.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MzzdToT authored Oct 26, 2023
1 parent 40e9523 commit f1700f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fileupload/用友u8/U8_cloud_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def multithreading(url_list, pools=5):

if __name__ == '__main__':

print("\nRuijie-NBR_fileupload scan by when\n")
print("\n用友u8_cloud_fileupload scan by when\n")

arg=ArgumentParser(description='check_vulnerabilities By when')
arg.add_argument("-u",
Expand All @@ -102,4 +102,4 @@ def multithreading(url_list, pools=5):
url_list.append(i)
multithreading(url_list,10)
end=time()
print('任务完成,用时%d' %(end-start))
print('任务完成,用时%d' %(end-start))

0 comments on commit f1700f5

Please sign in to comment.