Update README.md
This commit is contained in:
18
README.md
18
README.md
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user