-
Notifications
You must be signed in to change notification settings - Fork 2
0x01‐Usage
İbrahim Taha İstikbal edited this page Jun 16, 2024
·
9 revisions
r3conwhal3 [run] [galery] options
subcommand | Flag | Description |
---|---|---|
run | -A, --all | Perform all passive & active recon process |
run | -a, --active | Perform active recon process (DNS bruteforce & DNS permutation) |
run | -c, --config-dir | Path to directory which config.env exists (default "embedded") |
run | -d, --domain | Target domain to enumerate |
run | -o, --out-dir | Directory to keep all output (default "$HOME/r3conwhal3/results") |
run | -p, --passive | Perform passive subdomain enumeration process |
run | -w, --webops | Perform web operations |
run | -v, --vulnscan | Perform vulnerability scanning |
galery | -p, --path | Path to screenshots directory |
run & galery | -h, --help | Show help menu |
r3conwhal3 run -d <domain-name>
r3conwhal3 run -d <domain> [-c <path-to-config-dir>] [-outDir <path-to-out-dir>]
r3conwhal3 run -p -d <domain>
r3conwhal3 run -a -d <domain>
r3conwhal3 run -pw -d <domain>
r3conwhal3 run -aw -d <domain>
r3conwhal3 run -pv -d <domain>
r3conwhal3 run -av -d <domain>
r3conwhal3 galery -p <path-to-screenshot-directory>
❗ Disclaimer |
---|
You can find previously gathered screenshots on $OUTDIR//screenshots(defaultOUTDIR:"$HOME/user/r3conwhal3/results"). |
- Run the container
docker run -it -v </path/to/folder>:/app/results -p 8080:8080 --rm literallyethical/r3conwhal3 run -d <target-domain> -o /app/results
- Specify the OutputFolder to saving results for later and choose a target domain to enumerate. For detail information, please refer to the Docker documentation.