Skip to content

Commit d498bb5

Browse files
authored
Update subdomain_scanner.py
1 parent 8406a57 commit d498bb5

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

WebRecon/scanners/subdomain_scanner.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@
1313
#
1414
# Scan for subdomains
1515
#
16-
# Notes
17-
# * Use a Queue in order to allow for multi-threading
18-
#
19-
# Mitigation
20-
# *
21-
#
2216
# --------------------------------------------------------------------------------------------------------------------
2317

2418

@@ -84,10 +78,4 @@ def _define_status_output(self) -> Dict[str, Any]:
8478

8579

8680
if __name__ == "__main__":
87-
ex_conf = {
88-
"wordlist_path": "../../../wordlists/subdomain_brute.txt",
89-
"request_cooldown": 0.1,
90-
"thread_count": 4
91-
}
92-
bruter = DNSScanner(target_url="https://example.com")
93-
bruter.start_scanner()
81+
pass

0 commit comments

Comments
 (0)