GitHub - Tink2Hack/Fuzzapi: Fuzzapi is a tool used for REST API pentesting and uses Fuzzapi gem · GitHub
Skip to content

Tink2Hack/Fuzzapi

 
 

Repository files navigation

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. Delete dependencies from gem file and install separately if u r finding any specific dependency error.

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

  7. rails s to run the server

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

  9. If u get redis server error, install and start the service separately.

  10. Close everything and go to Fuzzapi/bin folder.

  11. open three tabs of terminal

  12. redis-server in first tab

  13. bundle exec sidekiq -r urFuzzAPIPath in second tab

  14. rails s in third tab then visit and scan localhost:3000

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.

About

Fuzzapi is a tool used for REST API pentesting and uses Fuzzapi gem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Ruby 67.6%
  • HTML 27.7%
  • JavaScript 3.0%
  • CSS 1.4%
  • CoffeeScript 0.3%