Skip to content

Commit

Permalink
Update subdomain_scanner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
flashnuke authored Aug 6, 2022
1 parent 8406a57 commit d498bb5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions WebRecon/scanners/subdomain_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
#
# Scan for subdomains
#
# Notes
# * Use a Queue in order to allow for multi-threading
#
# Mitigation
# *
#
# --------------------------------------------------------------------------------------------------------------------


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


if __name__ == "__main__":
ex_conf = {
"wordlist_path": "../../../wordlists/subdomain_brute.txt",
"request_cooldown": 0.1,
"thread_count": 4
}
bruter = DNSScanner(target_url="https://example.com")
bruter.start_scanner()
pass

0 comments on commit d498bb5

Please sign in to comment.