Skip to content
Fuzzapi is a tool used for REST API pentesting and uses API_Fuzzer gem
Ruby HTML JavaScript CSS CoffeeScript
Branch: master
Clone or download

Latest commit

Latest commit 61f3dc1 Jan 29, 2018

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
app add logo and logout functionality closes #53 Jul 27, 2017
bin initial setup Sep 5, 2016
config fix docker issues Dec 6, 2016
db spinner to let users know scan status Oct 14, 2016
lib update Sep 9, 2016
log initial setup Sep 5, 2016
public add logo and logout functionality closes #53 Jul 27, 2017
test implement user management Oct 11, 2016
vendor/assets initial setup Sep 5, 2016
.gitignore implement user management Oct 11, 2016
.travis.yml add travis Mar 20, 2017
Dockerfile fix(Dockerfile): solve the error Jul 31, 2017
Gemfile fix docker issues Dec 6, 2016
Gemfile.lock update gems Jul 27, 2017
LICENSE add license to fix #59 Jul 31, 2017
Procfile implement scanner and store vulnerability results Sep 8, 2016
README.md Update README.md Jan 29, 2018
Rakefile initial setup Sep 5, 2016
config.ru initial setup Sep 5, 2016
docker-compose.yml fix docker issues Dec 6, 2016
shipit.yml change heroku remotes Oct 2, 2016

README.md

Fuzzapi

Fuzzapi is rails application which uses API_Fuzzer and provide UI solution for gem.

New Scan

scan body

Scan Result

scan

Scan Histoy

scan2

Setup

  1. Install ruby in your machine either using rvm or rbenv

  2. Clone the repository into your localmachine

  3. cd /path/Fuzzapi/bin, move to Fuzzapi directory

  4. bundle install to install the gem dependencies of the application

  5. rake db:migrate to creates tables, migrations etc.

  6. rails s to run the server and run export REDIS_URL=redis://127.0.0.1:6379/0 && bundle exec sidekiq to run sidekiq.

  7. Open http://localhost:3000 in browser which should point to the application url

Fuzzapi comes with Docker to simplify installation processing. Following commands will setup application using Docker.

  1. Clone the repository into your local machine

  2. cd /path/Fuzzapi, move to Fuzzapi directory

  3. Install Docker in your local machine

  4. Run docker-compose build to build the image locally.

  5. Run docker-compose up to run the server.

  6. Open http://localhost:3000 in browser which should point to the application url

Fuzzapi uses API_Fuzzer gem.

Authors: www.twitter.com/abhijeth; www.twitter.com/lalithr95; www.twitter.com/srini0x00

You can’t perform that action at this time.