
Ferramenta de brute-force para descobrir parâmetros GET e POST ocultos em aplicações web, com suporte a wordlists personalizadas e requisições concorrentes.
Esta ferramenta serve para descobrir por força bruta parâmetros GET e POST.
Com Docker
Instale o Docker
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/parampp
parampp -u "https://vk.com/login"
Se você é preguiçoso
Instale o 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"