Skip to content

Commit 4d39d0e

Browse files
committed
Cloudflare resolver minor bug fix.
1 parent 4292779 commit 4d39d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cloudbuster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def scan(args):
573573
print('>> MATCH <<')
574574
return
575575

576-
# TODO : Make this useful, cause it's not solving anything
576+
# TODO : Expand this section to guarantee no false positives
577577
if 'panels' in args.scan:
578578
target_found = buster.scan_panels(
579579
args.pan if args.sub else None

0 commit comments

Comments
 (0)