https://github.com/Bo0oM/ParamPamPam
https://github.com/Bo0oM/ParamPamPam
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Bo0oM/ParamPamPam
- Owner: Bo0oM
- License: wtfpl
- Created: 2018-11-10T08:38:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T11:45:19.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T14:11:43.347Z (14 days ago)
- Language: Python
- Size: 388 KB
- Stars: 276
- Watchers: 12
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-bugbounty-tools - ParamPamPam - This tool for brute discover GET and POST parameters. (Recon / Parameters)
- WebHackersWeapons - ParamPamPam - vuln`](/categorize/tags/cache-vuln.md)|[](/categorize/langs/Python.md)| (Weapons / Tools)
README
# ParamPamPam
This tool for brute discover GET and POST parameters.
Installation
---------
**With Docker**Install [Docker](https://docs.docker.com/install/)
```
git clone https://github.com/Bo0oM/ParamPamPam.git
cd ParamPamPam
docker build -t parampp .
echo -e '#!'"/bin/bash\ndocker run -ti --rm parampp \$@" > /usr/local/bin/paramppparampp -u "https://vk.com/login"
```**If you are lazy**
Install Python3
```
git clone https://github.com/Bo0oM/ParamPamPam.git
cd ParamPamPam
pip3 install --no-cache-dir -r requirements.txtpython3 parampp.py -u "https://vk.com/login"
```TODO
---------* ADD json type
* ADD multipart content-type
* Fix errorsContributors 💪🏻
---------* @eremenkonick
* @NooAn