Skip to content

Getting Started

Vitor Oriel edited this page Aug 24, 2021 · 8 revisions

PS: At the moment, FuzzingTool is only working nice on Linux distributions.

Before we start the penetration testings, take a look at the installing and prerequisites.

Installing from Pypi

FuzzingTool is now on Pypi! You can install with:

$ pip install FuzzingTool

Installing from source

If you want to install it manually, download the last release or clone this repository, and also follow the next prerequisites.

Prerequisites

  • Go to the project source folder, and run:
$ pip install -r requirements.txt