Coder Social home page Coder Social logo

tardummy01 / fuzzapi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nkpanda/fuzzapi

0.0 0.0 0.0 84 KB

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

Home Page: https://github.com/lalithr95/Fuzzapi

Ruby 67.62% JavaScript 2.97% CoffeeScript 0.27% CSS 1.42% HTML 27.72%

fuzzapi's Introduction

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. (if you are getting some error related to any package search for its dependent packages and install them first. For example if error is related to pg sudo apt-get install libpq-dev then gem install pg -v '0.18.4'. Mostly people get errors related to nokogiri so here are the commands to resolve sudo apt-get install build-essential patch , sudo apt-get install ruby-dev zlib1g-dev liblzma-dev , gem install nokogiri -v '1.6.8.1'

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

  6. rails s to run the server

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

  8. If u get redis server error, install and start the service separately. (install: sudo apt-get -y install redis-server, check the status: sudo service redis-server status)

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

  10. open three tabs of terminal

  11. redis-server in first tab

  12. bundle exec sidekiq -r urFuzzAPIPath in second tab

  13. 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.

fuzzapi's People

Contributors

lalithr95 avatar nkpanda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.