Skip to content

I2rys/apbf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

APBF

Simple API parameter & body fuzzer kinda

Installation

Github:

git clone https://github.com/I2rys/APBF

NPM Packages:

npm i request

Usage

node index.js <url> <body(JSON)/parameter> <dictionary>
  • url - The url to fuzz.
  • body/parameter - body/parameter option to use.
  • dictionary - Your dictionary for the type of fuzzing you want to use.

License

MIT © I2rys