Skip to content

Commit e5b6aff

Browse files
author
blark
committed
more deets
1 parent 503cd64 commit e5b6aff

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Brute force DNS domain names asynchronously
44

5+
### Warning
6+
7+
This code is highly experimental, use at your own risk. There is lots of stuff that still hasn't been completed. But despite the very rough edges it works.
8+
9+
The biggest issues at the moment is that there is absolutely no memory managemen, if you throw wordlist with 100m words at it on a box with 1gb of memory it will crash. Also, there is currently no handler for DNS timeouts, we just ignore them and keep moving... that will be fixed later.
510

611
# Installation
712

@@ -14,16 +19,18 @@ Here are [installation instructions](https://github.com/mitsuhiko/pipsi#readme).
1419
$ sudo pip3 install virtualenv
1520
$ curl https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python3
1621

17-
...add pipsi path to your .bashrc, source bashrc file
22+
...add pipsi path to your .bashrc, source bashrc file
1823

1924
$ git clone https://github.com/blark/aiodnsbrute.git
2025
$ cd aiodnsbrute
2126
$ pipsi install .
2227

28+
## Usage
2329

24-
# Usage
25-
26-
To use it:
30+
Get help with:
2731

2832
$ aiodnsbrute --help
2933

34+
Run a brute force with some custom options:
35+
36+
$ aiodnsbrute -w wordlist.txt -vv -t 1024 domain.com

0 commit comments

Comments
 (0)