You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@
9
9
a simple multithreaded tool to preform active domain enumeration, unlike some other tools this tool doesn't ignore NODATA responses returned from DNS server instead it add them to queue to re-scan them
also known as empty non-terminals , this response is the result of the following scenario
14
14
-we have a domain called example.com
15
15
-then we decided to add a subdomain called blog.dev.example.com
16
16
-despite not adding a dev.example.com entry it's automatically created
17
-
-in this case dev.exaple.com return NODATA response
17
+
-in this case dev.example.com return NODATA response
18
18
19
19
20
20
21
-
>in order to make out the most of this tool always use -r option which will rescan ENT (if it found dev.example.com (ENT) it will bruteforce it again which will result in finding blog.dev.com
21
+
>in order to make out the most of this tool always use -r option which will rescan ENT (if it found dev.example.com (ENT) it will bruteforce it again which will result in finding blog.dev.example.com
0 commit comments