Skip to content

Commit

Permalink
Remove unnecessary WAFWOOF object initialisation when listing WAFs
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles authored Aug 16, 2021
1 parent 22653df commit c034fd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wafw00f/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ def main():
print(randomArt())
if options.list:
print('[+] Can test for these WAFs:\r\n')
WAFW00F(None)
try:
m = [i.replace(')', '').split(' (') for i in wafdetectionsprio]
print(R+' WAF Name'+' '*24+'Manufacturer\n '+'-'*8+' '*24+'-'*12+'\n')
Expand Down

0 comments on commit c034fd6

Please sign in to comment.