Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahul-joy/proonm
A web base brute force attacking tool for penetration testing.
https://github.com/rahul-joy/proonm
brute-force brute-force-attacks bruteforce-attacks bumbled cybersecurity-tools exploit penetration-testing-tools shell-script shell-scripting shell-scripts webpage-login-bruteforce
Last synced: 4 days ago
JSON representation
A web base brute force attacking tool for penetration testing.
- Host: GitHub
- URL: https://github.com/rahul-joy/proonm
- Owner: rahul-joy
- License: mit
- Created: 2024-06-22T20:23:00.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T18:48:47.000Z (7 months ago)
- Last Synced: 2024-12-06T19:29:26.365Z (2 months ago)
- Topics: brute-force, brute-force-attacks, bruteforce-attacks, bumbled, cybersecurity-tools, exploit, penetration-testing-tools, shell-script, shell-scripting, shell-scripts, webpage-login-bruteforce
- Language: Shell
- Homepage: https://wizardsvalley.blogspot.com/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> pRoonm is a lightweight form brute-forcing tool that can break any form that contains a username and a password fields.
At this time, pRoonm is still at early stage development, functionalities are very limited but they are good enough for classical web forms.
## Installation
```
git clone https://github.com/rahul-joy/pRoonm.git
```
```
cd pRoonm
```
```
chmod +x pRoonm.sh
```
```
./pRoonm.sh
```# Usage
| Command | Action | Example
|----|----|----|
| set url \ | Setting the form url to a new value| set url http://www.example.com/form1.php |
| set users \| Give users list a new value | set users users_list.txt
|set passwords \ | Give passwords list a new value | set passwords passwords_list.txt
| set userField \ | Enter the value of the user field (as in the html |set userField username
| set passField \ | Enter the value of the password field (as in the |set userField password
|set ssMsg \ | Setting the success string to test on | set ssMsg success.txt
| start | Start brute-forcing
| help | Show this help message
|clear|Clear console
|exit| Exit pRoonm## Help Improving pRoonm
Do you have a new idea? Or you think pRoonm is missing something? Simply make a new pull request or contact me @ [email protected] to suggest changes.
## Report A Bug
An error has occurred and you have no clue what caused it? **Don't panic,** as mentioned above pRoonm is still at early stage development, errors and bugs might occur, just make a new issue or contact me @ [email protected] for bug report.
# Legal Disclaimer- I do not take any responsibility and I am not liable for any damage caused through the use of this product.
- I do not take responsibility for any illegal usage.![pRoonm MIT License](https://image.ibb.co/hWqzp9/license.png)