Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy #7

Merged
merged 2 commits into from
Jul 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ sudo python3 setup.py
```bash
webdork -h
usage: main.py [-h] -cn Company name [-bw] [--show] [-o Output] [-v] [-s] [--no-save-output]
[--proxy]

A python tool to automatically dork on a given company\'s name.

Expand All @@ -78,6 +79,7 @@ optional arguments:
-v, --verbose Turn verbose mode on.
-s, --silent Just save the results without printing anything.
--no-save-output Don\'t save the output in file.
--proxy Assign <addresss>:<port> for proxy so that you wont get blocked by the server.
```

### Example usage:
Expand All @@ -93,7 +95,7 @@ webdork -cn Hackerone -bw --show -v -o output.txt
- Better output : -v, --verbose
- Directly save the results without printing anything : -s, --silent
- Do not save the result in any file : --no-save-output

- If you don't wanna get blocked by the web server : --proxy
### Shoutout :
- [Ahsan khan](https://twitter.com/hunter0x7) for [this tweet](https://twitter.com/hunter0x7/status/1334818003179933696?s=20).
- [TheSpeedX](https://twitter.com/The_SpeedX) for writing docs of Tbomb in such a amazing way!. I copied some stuff from his docs about TBomb.
Expand Down