Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bo0oM/ParamPamPam
https://github.com/Bo0oM/ParamPamPam
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/Bo0oM/ParamPamPam
- Owner: Bo0oM
- License: wtfpl
- Created: 2018-11-10T08:38:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T11:45:19.000Z (over 2 years ago)
- Last Synced: 2024-08-01T10:16:33.828Z (4 months ago)
- Language: Python
- Size: 388 KB
- Stars: 263
- Watchers: 13
- 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)|![linux](/images/linux.png)![macos](/images/apple.png)![windows](/images/windows.png)[![Python](/images/python.png)](/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