This commit is contained in:
1bdool492 2023-07-05 06:10:31 +03:00 committed by GitHub
commit 0da03bd422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 :