Update browserbrute.py

main
witchdocsec 2024-05-16 13:09:59 +01:00 committed by GitHub
parent 488438778d
commit 2970156be7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ args=lib.parse.parser()
#print banner
lib.banner.banner()
#online bruteforce
#online bruteforce passing in args
lib.brute.brute(args)