💾 Archived View for freeshell.de › tldr › ffuf.gmi captured on 2023-09-28 at 16:27:17. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

ffuf

Subdomain and directory discovery tool.

More information.

ffuf -w {path/to/wordlist} -u {https://target/FUZZ} -c -v
ffuf -w {hosts.txt} -u {https://example.org} -H "{Host: FUZZ}" -mc {200}
ffuf -w {path/to/wordlist} -u {https://target/FUZZ} -maxtime-job {60} -recursion -recursion-depth {2}
ffuf -w {path/to/param_names.txt} -u {https://target/script.php?FUZZ=test_value} -fs {4242}
ffuf -w {path/to/postdata.txt} -X {POST} -d "{username=admin\&password=FUZZ}" -u {https://target/login.php} -fc {401}
ffuf -w {subdomains.txt} -u {https://website.com} -H "{Host: FUZZ.website.com}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY