Working with Packer-Fuzzer Tool on Kali Linux OS

Example/Usage: Scanning w3wiki.org target domain

python3 PackerFuzzer.py -u http://w3wiki.org

In this example, we are scanning the target domain http://w3wiki.org.

The tool has extracted all the js files which are present on the domain server.

After all the scans, a detailed report is been generated.

We have opened the detailed report which consists of JS information, API List, and other important information.


Packer-Fuzzer – Fast And Efficient Scanner For Security Detection Of Websites

Packer-Fuzzer is a scanning tool for fast and efficient security detection of websites constructed by front-end packaging tools such as Webpack. This tool is developed in the Python Language and is available on the GitHub platform for free. It’s an open-source tool so you can also contribute to it. It supports the fuzzing and efficient fuzzing of seven vulnerabilities: unauthorized access, sensitive information leakage, CORS, SQL injection, unauthorized access, weak password, and arbitrary file upload Rapid detection.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Similar Reads

Installation of Packer-Fuzzer Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system....

Working with Packer-Fuzzer Tool on Kali Linux OS

Example/Usage: Scanning geeksforgeeks.org target domain...

Contact Us