Update README.md

This commit is contained in:
RoninNakomoto 2021-01-26 02:58:44 +00:00 committed by GitHub
parent e108f5c0f6
commit cf3bd1351e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 9 deletions

View File

@ -31,13 +31,13 @@ The installation steps assume you will keep your python virtual envs in a folder
```
1- $ git clone https://github.com/RoninNakomoto/Sublist3r2.git // Download tool from github
2- $ python3 -m venv ~/environments/sublist3r // create a python version 3 virtual environment for sublist3r
3- $ source ~/environments/sublist3r/bin/activate // activate sublist3r python environment.
4- $ python -m pip install --upgrade pip // update pip inside virtual env.
5- $ cd ~/sublist3r/ // switch to your sublist3r download folder.
6- $ pip install -r requirements.txt // install sublist3r module dependencies.
7- $ python sublist3r.py -d domain.com // run sublist3r.py from within activated environment
8- $ deactivate // deactivate environment once done runnning the script.
2- $ python3 -m venv ~/environments/sublist3r // create a python version 3 virtual environment for sublist3r
3- $ source ~/environments/sublist3r/bin/activate // activate sublist3r python environment.
4- $ python -m pip install --upgrade pip // update pip inside virtual env.
5- $ cd ~/sublist3r/ // switch to your sublist3r download folder.
6- $ pip install -r requirements.txt // install sublist3r module dependencies.
7- $ python sublist3r.py -d domain.com // run sublist3r.py from within activated environment
8- $ deactivate // deactivate environment once done runnning the script.
note: do not use sudo.
```
@ -90,8 +90,9 @@ Sublist3r is licensed under the GNU GPL license. take a look at the [LICENSE](ht
## Credits
* [aboul3la](https://github.com/aboul3la/) - author of the original sublist3r tool. **subbrute**.
* [blark](https://github.com/blark/) - author of aiodns asynchronous bruteforce tool/module **dnspop**.
* [aboul3la](https://github.com/aboul3la/) - author of the original sublist3r tool. **sublist3r**.
* [blark](https://github.com/blark/) - author of aiodns asynchronous bruteforce tool/module **aiodnsbrute**.
* [danielmiessler](https://github.com/danielmiessler/) - default bruteforce woordlist based on his SecLists release. **SecLists*
## Version