Update README.md

This commit is contained in:
Team Ultimate
2018-03-01 19:22:49 +05:30
committed by GitHub
parent 3b865f120d
commit 987b900934

View File

@@ -1,2 +1,18 @@
# Arjun
Arjun is a python script for finding hidden GET & POST parameters.
Arjun is a python script for finding hidden GET & POST parameters using regex and bruteforce.
### Dependencies
- requests
### Usages
Here's how you can scan a webpage for get parameters
```
python arjun.py -u http://example.com/index.php --get
```
For POST, just use the <b>--post</b> flag.
Here's a screenshot you can fap to:</br>
<img src='https://i.imgur.com/7BQv5qa.png' />
#### License
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.