All Projects → Bo0oM → Parampampam

Bo0oM / Parampampam

Programming Languages

python
139335 projects - #7 most used programming language

ParamPamPam

This tool for brute discover GET and POST parameters.

Installation

With Docker

Install Docker

git clone https://github.com/Bo0oM/ParamPamPam.git
cd ParamPamPam
docker build -t parampp .
echo -e '#!'"/bin/bash\ndocker run -ti --rm parampp \[email protected]" > /usr/local/bin/parampp

parampp -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.txt

python3 parampp.py -u "https://vk.com/login"

TODO

  • ADD json type
  • ADD multipart content-type
  • Fix errors

Contributors 💪🏻

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].