All Projects → Coalfire-Research → Sqlinator

Coalfire-Research / Sqlinator

Automatically forward HTTP GET & POST requests to SQLMap's API to test for SQLi and XSS

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sqlinator

Base
Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.
Stars: ✭ 67 (-4.29%)
Mutual labels:  plugin
Libfive Unity
A CSharp wrapper for libfive with Unity bindings
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Wp Missed Schedule
Find only missed schedule posts, every 15 minutes, and republish correctly 10 items each session. The Original plugin (only this) no longer available on WordPress.org for explicit author request! Compatible with WP 2.1+ to 4.9+ and 5.0-beta3 (100.000+ installs 300.000+ downloads 2016-04-13) Please: do not install unauthorized malware cloned forked!
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Proxify
Swiss Army knife Proxy tool for HTTP/HTTPS traffic capture, manipulation, and replay on the go.
Stars: ✭ 1,153 (+1547.14%)
Mutual labels:  mitmproxy
Node Distance Addon
Native NodeJS add-on creation tutorial using C++
Stars: ✭ 68 (-2.86%)
Mutual labels:  plugin
Wordpress Plugin Installer
A PHP class for installing and activating WordPress plugins.
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Chartjs Plugin Deferred
Chart.js plugin to defer initial chart updates
Stars: ✭ 65 (-7.14%)
Mutual labels:  plugin
My Custom Functionality
A basic starter plugin to load assets like CSS and JS files in WordPress.
Stars: ✭ 70 (+0%)
Mutual labels:  plugin
Scorehud
An event driven, highly customizable plugin to add Scoreboards on your Minecraft Bedrock Server.
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Smqtk
Python toolkit for pluggable algorithms and data structures for multimedia-based machine learning.
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Divi Accessibility
Improve Divi accessibility in accordance with WCAG 2.0 guidelines.
Stars: ✭ 67 (-4.29%)
Mutual labels:  plugin
Caddy Net
Proxy server type for Caddy server (https://github.com/mholt/caddy)
Stars: ✭ 68 (-2.86%)
Mutual labels:  plugin
Caddy V1 Service
⬛️ Run Caddy as a service
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Cart Magento
Mercado Pago's Official Magento 1 Plugin
Stars: ✭ 67 (-4.29%)
Mutual labels:  plugin
Godot Engine.file Editor
A Godot Engine addon that adds a File Editor for multiple file types editing. Create and Write plain text files, configuration files and csv files with custom visualizers and previews. Also supports file translations!
Stars: ✭ 70 (+0%)
Mutual labels:  plugin
Node Audio
Graph-based audio api for Node.js based on LabSound and JUCE
Stars: ✭ 67 (-4.29%)
Mutual labels:  plugin
Googleclientplugin
Google Client Plugin for Xamarin iOS and Android
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Mautic Contact Client
Create custom integrations without writing code, like having your own Zapier.
Stars: ✭ 70 (+0%)
Mutual labels:  plugin
Streamdeck Homeassistant
🏠 Use the Elgato Stream Deck as Home Assistant controller. Call any available service and toggle lights or resume your music.
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin
Burpsuite Changeu
Stars: ✭ 69 (-1.43%)
Mutual labels:  plugin

SQLinator

Uses mitmproxy to intercept all HTTP traffic and automatically forwards HTTP GET & POST requests to SQLMap's API to test for SQLi and XSS

Installation

SQLinator only supports Python >= 3.6

It's recommended to install SQLinator with pipenv: pipenv install && pipenv shell

Usage

  1. Start the SQLMap API server: python sqlmapapi.py -s

  2. Run this script: mitmdump -s "sqlinator.py <target domain>"

  3. Start clicking through the target website

  4. Profit

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