Update README.md
This commit is contained in:
parent
2889afaf24
commit
e41a1d31de
14
README.md
14
README.md
|
@ -151,13 +151,13 @@ subdomains = sublist3r.main(domain, no_threads, savefile, ports, silent, verbose
|
||||||
The main function will return a set of unique subdomains found by Sublist3r
|
The main function will return a set of unique subdomains found by Sublist3r
|
||||||
|
|
||||||
**Function Usage:**
|
**Function Usage:**
|
||||||
* domain: The domain you want to enumerate subdomains of.
|
* **domain**: The domain you want to enumerate subdomains of.
|
||||||
* savefile: save the output into text file.
|
* **savefile**: save the output into text file.
|
||||||
* ports: specify a comma-sperated list of the tcp ports to scan.
|
* **ports**: specify a comma-sperated list of the tcp ports to scan.
|
||||||
* silent: set sublist3r to work in silent mode during the execution (helpful when you don't need a lot of noise),
|
* **silent**: set sublist3r to work in silent mode during the execution (helpful when you don't need a lot of noise).
|
||||||
* verbose: display the found subdomains in real time,
|
* **verbose**: display the found subdomains in real time.
|
||||||
* enable_bruteforce: enable the bruteforce module,
|
* **enable_bruteforce**: enable the bruteforce module.
|
||||||
* engines: (Optional) to choose specific engines,
|
* **engines**: (Optional) to choose specific engines.
|
||||||
|
|
||||||
Example to enumerate subdomains of Yahoo.com:
|
Example to enumerate subdomains of Yahoo.com:
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in New Issue