Skip to content

Commit 2ccb354

Browse files
committed
Update documention for stdin
1 parent 1f64e84 commit 2ccb354

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ $ pip install -r requirements.txt
5151
| -oN OUTPUT_NORMAL | Normal output printed to a file when the -oN option is specified with a filename argument. |
5252
| -oG OUTPUT_GREPABLE | Grepable output printed to a file when the -oG is specified with a filename argument. |
5353
| -oJ OUTPUT_JSON | JSON output printed to a file when the -oJ option is specified with a filename argument. |
54-
| - | By passing a blank '-' you tell VHostScan to expect input from stdin (pipe). |
5554

5655

5756
## Usage Examples
@@ -85,7 +84,7 @@ $ cat bank.htb | VHostScan.py -t 10.10.10.29 -
8584
### STDIN and WordList
8685
You can still specify a wordlist to use along with stdin. In these cases wordlist information will be appended to stdin. For example:
8786
```bash
88-
$ echo -e 'a.example.com\b.example.com' | VhostScan.py -t localhost -w ./wordlists/wordlist.txt -
87+
$ echo -e 'a.example.com\b.example.com' | VhostScan.py -t localhost -w ./wordlists/wordlist.txt
8988
```
9089
### Fuzzy Logic
9190
Here is an example with fuzzy logic enabled. You can see the last comparison is much more similar than the first two (it is comparing the content not the actual hashes):

0 commit comments

Comments
 (0)