Skip to content

Commit 90cedb2

Browse files
authored
Merge pull request #82 from codingo/codingo-readme-improvement
Update README.md
2 parents e5e813f + 9e26e6b commit 90cedb2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A virtual host scanner that can be used with pivot tools, detect catch-all scena
2222

2323
# Install Requirements
2424

25-
Using pip install via:
25+
Install via pip using:
2626

2727
```bash
2828
$ pip install -r requirements.txt
@@ -68,6 +68,13 @@ The most straightforward example runs the default wordlist against example.com u
6868
$ VHostScan.py -t example.com
6969
```
7070

71+
### Quick Example with SSL
72+
If your connection requires SSL, you can use:
73+
74+
```bash
75+
$ VHostScan.py -t example.com --ssl
76+
```
77+
7178
![VHOSTScan Wordlist example](https://github.com/codingo/codingo.github.io/blob/master/assets/Bank%20VHOST%20Example.png)
7279

7380
### Port forwarding

0 commit comments

Comments
 (0)