Skip to content

Commit ad08b02

Browse files
authored
Update README.md
1 parent 6d306b1 commit ad08b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
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
1010

1111
## ENT
12-
<img src="https://github.com/hazemeldoc/subdomain-brute/raw/master/img/DNS_hierarchy.png" align="right" width="400" height="250"/>
12+
<img src="https://github.com/hazemeldoc/subdomain-brute/raw/master/img/DNS_hierarchy.png" align="right" width="400" height="280"/>
1313
also known as empty non-terminals , this response is the result of the following scenario
1414
-we have a domain called example.com
1515
-then we decided to add a subdomain called blog.dev.example.com
1616
-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
1818

1919

2020

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
2222
2323
## usage
2424

0 commit comments

Comments
 (0)