
Strumento di brute-force per scoprire parametri GET e POST nascosti nelle applicazioni web, con supporto per wordlist personalizzate e richieste concorrenti.
Questo strumento per scoprire con brute force i parametri GET e POST.
Con Docker
Installa 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 sei pigro (o pigra)
Installa 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"