ParamPamPam : Tool For Brute Discover Parameters

ParamPamPam is a 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 \$@” > /usr/local/bin/parampp

parampp -u “https://vk.com/login”

Also Read : PYWhatCMS – Unofficial WhatCMS API Package

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

Credits : @eremenkonick, @NooAn

R K

Recent Posts

LiCo-Extrator : Revolutionizing Icon Extraction Across Platforms

Got it! Below is the updated README.md file with instructions for downloading the project on…

1 hour ago

Termo-Kali : A Guide To Installing Kali Linux On Android via Termux

Termo-Kali bridges the gap between powerful Linux capabilities and the convenience of mobile devices by…

1 hour ago

Certified Ethical Hacker Quiz – Sharpen Your Skills With The CEH v12 Interactive Application

Welcome to the Ethical Hacking Quiz Application, designed to help learners test their knowledge of…

6 hours ago

WPA2 Handshake Automation Tool – A Quick Guide

The WPA2 Handshake Automation Tool is a Python3 script designed to simplify the process of setting up…

6 hours ago

Star-Tup : A Beginner’s Guide To Bash Scripting For Productivity

A custom bash script designed to streamline your startup process and enhance your scripting skills.…

6 hours ago

Cybersecurity Toolkit – Essential Python Tools For Penetration Testing

Welcome to the Cybersecurity Toolkit, a collection of essential Python tools designed for penetration testing…

2 days ago