Files
Arjun/README.md

22 lines
919 B
Markdown
Raw Normal View History

2018-03-01 19:14:06 +05:30
# Arjun
2018-03-01 19:22:49 +05:30
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.
2018-03-08 15:30:39 +05:30
To specify the number of threads you can use the <b>--threads</b> option as following:
```
python arjun.py -u http://example.com/index.php --get --threads 4
```
2018-03-01 19:22:49 +05:30
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>.