Skip to content

Commit

Permalink
removed test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
initstring committed Oct 15, 2020
1 parent 5d8ebdf commit 6098424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions enum_tools/gcp_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def run_all(names, args):
"""
print(BANNER)

#check_gcp_buckets(names, args.threads)
check_gcp_buckets(names, args.threads)
check_fbrtdb(names, args.threads)
#check_appspot(names, args.threads)
#check_functions(names, args.brute, args.quickscan, args.threads)
check_appspot(names, args.threads)
check_functions(names, args.brute, args.quickscan, args.threads)

0 comments on commit 6098424

Please sign in to comment.