Skip to content

Commit

Permalink
Added instructions for stdin in readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
HackerAndya authored Nov 27, 2023
1 parent 1fccfe5 commit b648478
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,10 @@ python subdomain_hound.py
```bash
python Subd0ma1nH0und.py
python Subd0ma1nH0und.py -t <num_threads> -d <delay_seconds> -o <output_file> <input_file_path>
echo "Org Name" | python Subd0ma1nH0und.py
cat inputFile | python Subd0ma1nH0und.py
```

**Note:** Create a file containing Organization name then run the tool
```
e.g. echo "Tesla Inc" > inputFile.txt
python Subd0ma1nH0und.py inputFile.txt
```
## Options
| Flags | Description | Defaults |
| :---------------- | :------ | :----: |
Expand Down

0 comments on commit b648478

Please sign in to comment.