Coder Social home page Coder Social logo

0xdead4f / jsonator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 47 KB

Jsonator is a tool designed to generate fuzzing wordlists specifically for JSON data structures. It aids in discovering potential vulnerabilities, misconfigurations, or edge cases in applications that handle JSON data.

Python 100.00%

jsonator's Introduction

Jsonator

Jsonator: JSON Fuzzing Wordlist Generator

Jsonator is a tool designed to generate fuzzing wordlists specifically for JSON data structures. It aids in discovering potential vulnerabilities, misconfigurations, or edge cases in applications that handle JSON data.

The objective actually to find unexpected behavior of the software or API.

Features

  • 40 custom json fuzzing technique
  • output in stdout
  • custom input

Usage

To start generating fuzzing wordlists, define the input first in the input.json file :

{
    "key1":"username",
    "key2":"password",
    "value_key1":"[email protected]",
    "value_key1_2":"[email protected]",
    "value_key2":"Admin123",
    "value_key2_2":"User123",
    "ip":"127.0.0.1",
    "domain":"example.com"
}

Run the script :

python jsonator.py 

Output :

"username": "admin","password": "admin"
"username": null,"password": null
"username": "[email protected]","password": null
"username": "[email protected]","password": true
...
...
...

Contributing

Contributions are welcome!

jsonator's People

Contributors

0xdead4f avatar

Watchers

 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.