Merge 58e73ca8fc
into 729d649ec5
This commit is contained in:
commit
0da03bd422
|
@ -117,11 +117,11 @@ Short Form | Long Form | Description
|
|||
|
||||
* To list all the basic options and switches use -h switch:
|
||||
|
||||
```python sublist3r.py -h```
|
||||
```python3 sublist3r.py -h```
|
||||
|
||||
* To enumerate subdomains of specific domain:
|
||||
|
||||
``python sublist3r.py -d example.com``
|
||||
``python3 sublist3r.py -d example.com``
|
||||
|
||||
* To enumerate subdomains of specific domain and show only subdomains which have open ports 80 and 443 :
|
||||
|
||||
|
|
Loading…
Reference in New Issue