Skip to content

stankiewicz/testwarez-fuzzing-demo

Repository files navigation

What is it

This is code I made for testwarez preso about fuzzing Rest APIs.

How to run it

vulnerable_server

First start vulnerable server or other target you want to break like http-server (brew install http-server).

pip install Flask-API
pip install Flask
PORT=5000 python vulnerable_server.py

start fuzzing

Each mainX.py contains more and more complex scenario of usage.

pip install -r requirements.txt
python main<X>.py

Examine http://127.0.0.1:26000/ for report. When finished, ctrl-c process.

More docs:

  1. Kitty
  2. Katnip

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages