Skip to content

Commit f49f90e

Browse files
authored
Update README.md
1 parent 796dce5 commit f49f90e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<a href="https://www.linkedin.com/in/ahmed-hazem-b50124215">
22
<img src="https://raw.githubusercontent.com/hazemeldoc/subdomain-brute/master/img/logo.svg" align="right" height="60" />
33
</a>
4+
45
# subdomain brutforce in rust ![GitHub last commit](https://img.shields.io/github/last-commit/hazemeldoc/subdomain-brute?style=plastic)
56
> an active subdomain enum tool based on research on [NOERROR & NODATA](https://www.securesystems.de/blog/enhancing-subdomain-enumeration-ents-and-noerror/)
67
a simple multithreaded tool to preform active domain enum unlike other tools this tool doesn't ignore NODATA responses returned from DNS server instead it add them to queue to re-scan them
8+
79
##usage
10+
811
```
912
USAGE:
1013
subdomains_brute <target> [FLAGS]
@@ -19,6 +22,7 @@ ARGS:
1922
```
2023

2124
##DNS
25+
2226
-the script use cloudflare DNS server
2327
(https://raw.githubusercontent.com/hazemeldoc/subdomain-brute/master/img/code.svg)
2428
but you could change this to desired DNS server by changing the ip in this code snippet and it should work fine

0 commit comments

Comments
 (0)