All Projects → Fuzzapi → Fuzzapi

Fuzzapi / Fuzzapi

Licence: mit
Fuzzapi is a tool used for REST API pentesting and uses API_Fuzzer gem

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Fuzzapi

Tlsfuzzer
SSL and TLS protocol test suite and fuzzer
Stars: ✭ 335 (-35.7%)
Mutual labels:  automation, security-vulnerability, fuzzer
Devise token auth
Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.
Stars: ✭ 3,263 (+526.3%)
Mutual labels:  api, rails
Gray hat csharp code
This repository contains full code examples from the book Gray Hat C#
Stars: ✭ 301 (-42.23%)
Mutual labels:  automation, fuzzer
Syzkaller
syzkaller is an unsupervised coverage-guided kernel fuzzer
Stars: ✭ 3,841 (+637.24%)
Mutual labels:  security-vulnerability, fuzzer
Datoji
A tiny JSON storage service. Create, Read, Update, Delete and Search JSON data.
Stars: ✭ 222 (-57.39%)
Mutual labels:  api, rails
Api on rails
Learn best practices to build an API using Ruby on Rails 5/6
Stars: ✭ 236 (-54.7%)
Mutual labels:  api, rails
Api.rss
RSS as RESTful. This service allows you to transform RSS feed into an awesome API.
Stars: ✭ 340 (-34.74%)
Mutual labels:  api, rails
Flexirest
Flexirest - The really flexible REST API client for Ruby
Stars: ✭ 188 (-63.92%)
Mutual labels:  api, rails
Diplomat
A HTTP Ruby API for Consul
Stars: ✭ 358 (-31.29%)
Mutual labels:  api, rails
Patrowlmanager
PatrOwl - Open Source, Smart and Scalable Security Operations Orchestration Platform
Stars: ✭ 363 (-30.33%)
Mutual labels:  api, automation
Afl Utils
Utilities for automated crash sample processing/analysis, easy afl-fuzz job management and corpus optimization
Stars: ✭ 383 (-26.49%)
Mutual labels:  automation, fuzzer
Flipper
🐬 Beautiful, performant feature flags for Ruby.
Stars: ✭ 2,732 (+424.38%)
Mutual labels:  api, rails
Allure Docker Service
This docker container allows you to see up to date reports simply mounting your "allure-results" directory in the container (for a Single Project) or your "projects" directory (for Multiple Projects). Every time appears new results (generated for your tests), Allure Docker Service will detect those changes and it will generate a new report automatically (optional: send results / generate report through API), what you will see refreshing your browser.
Stars: ✭ 194 (-62.76%)
Mutual labels:  api, automation
Jsonapi Rails
Rails gem for fast jsonapi-compliant APIs.
Stars: ✭ 242 (-53.55%)
Mutual labels:  api, rails
Jsonapi Utils
Build JSON API-compliant APIs on Rails with no (or less) learning curve.
Stars: ✭ 191 (-63.34%)
Mutual labels:  api, rails
Zerocode
A community-developed, free, open source, microservices API automation and load testing framework built using JUnit core runners for Http REST, SOAP, Security, Database, Kafka and much more. Zerocode Open Source enables you to create, change, orchestrate and maintain your automated test cases declaratively with absolute ease.
Stars: ✭ 482 (-7.49%)
Mutual labels:  api, automation
Whatsapp Bot
BOT - WhatsApp Web in TypeScript
Stars: ✭ 170 (-67.37%)
Mutual labels:  api, automation
Api
API that uncovers the technologies used on websites and generates thumbnail from screenshot of website
Stars: ✭ 189 (-63.72%)
Mutual labels:  api, automation
Commit Watcher
Find interesting and potentially hazardous commits in git projects
Stars: ✭ 345 (-33.78%)
Mutual labels:  rails, security-vulnerability
Rails5 api tutorial
Learn how to build a modern API on Michael Hartl's Rails 5 tutorial
Stars: ✭ 458 (-12.09%)
Mutual labels:  api, rails

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].