Giter Site home page Giter Site logo

magn3tar / sqlmap-websocket-proxy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bkreisel/sqlmap-websocket-proxy

0.0 0.0 0.0 10 KB

Tool to enable blind sql injection attacks against websockets using sqlmap

License: MIT License

Python 100.00%

sqlmap-websocket-proxy's Introduction

sqlmap Websocket Proxy

πŸ’‰Tool to enable blind sql injection attacks against websockets using sqlmap

Heavily based on an excellent writeup from Rayhan Ahmed: Automating Blind SQL injection over WebSocket

Example

sqlmap-websocket-proxy -u ws://sketchyurl.htb:8081 -p '{"uid_of_some_sort": "%param%"}' --json
python3 sqlmap.py -u  http://localhost:8080/?param1=1

Usage

usage: sqlmap-websocket-proxy [-h] -u URL -p PAYLOAD [-o PORT] [--json]

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     URL to the websocket
  -p PAYLOAD, --payload PAYLOAD
                        String with params for the playload encoded as %param% (example: {"uid_of_some_sort": "%param%"})
  -o PORT, --port PORT  Proxy Port (default: 8080)
  --json                Escape text for JSON payloads

Installation

PyPI

python3 -m pip install sqlmap-websocket-proxy

Manual

python3 -m pip install sqlmap_websocket_proxy-1.0.0-py3-none-any.whl

Download Latest Release

Demo

demo

sqlmap-websocket-proxy's People

Contributors

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