Skip to content

nitishxyz/ffuffer

Repository files navigation

FFuffer - A GUI fuzzing tool built on ffuff.


ffuffer uses Electron, ffuf.

Install

Clone the repo and install dependencies:

git clone https://github.com/nitishxyz/ffuffer/
cd ffuffer
yarn

You will need the ffuf intalled to use this GUI.

Starting Development

Start the app in the dev environment:

yarn start

Packaging for Production

To package apps for the local platform:

yarn package