
أداة هجوم القوة العمياء لاكتشاف معاملات GET و POST المخفية في تطبيقات الويب، تدعم قوائم كلمات مخصصة وطلبات متزامنة.
هذه الأداة لاكتشاف معلمات GET و POST بالقوة الغاشمة.
باستخدام Docker
قم بتثبيت 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"
إذا كنت كسولاً
قم بتثبيت 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"