From f083caf1c5ef0f89434213d777c7f76a9d4f1977 Mon Sep 17 00:00:00 2001 From: Rinas <77806510+rinas323@users.noreply.github.com> Date: Sat, 10 Jan 2026 07:27:22 +0530 Subject: [PATCH] arjun: add page (#20656) Co-authored-by: Emmanuel Ferdman Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/common/arjun.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/arjun.md diff --git a/pages/common/arjun.md b/pages/common/arjun.md new file mode 100644 index 0000000000..4d9d057650 --- /dev/null +++ b/pages/common/arjun.md @@ -0,0 +1,24 @@ +# arjun + +> Discover HTTP parameters for web applications. +> More information: . + +- Scan a URL for GET parameters: + +`arjun -u {{https://example.com/page.php}}` + +- Scan using POST method: + +`arjun -u {{https://example.com/api}} -m POST` + +- Save discovered parameters to a JSON file: + +`arjun -u {{https://example.com}} -o {{path/to/output.json}}` + +- Use a custom wordlist: + +`arjun -u {{https://example.com}} -w {{path/to/wordlist.txt}}` + +- Increase request delay by specific amount of seconds to avoid rate limiting: + +`arjun -u {{https://example.com}} -d {{2}}`