Coder Social home page Coder Social logo

injector's Introduction

Injector a.k.a Tr4c1l0rds

Injector a.k.a tr4c1l0rds is a tool to run simultaneous sql injections attacks anonymously using containers.

How do I get set up?

Linux

git clone https://github.com/alexoslabs2/injector.git

cd injector

./setup.sh

Mac

Download Docker from Docker Install if you don't have it yet!

git clone https://github.com/alexoslabs2/injector.git

cd privoxy

sudo docker build -t alexoscorelabs/privoxy .

cd ../sqlmap

sudo docker build -t alexoscorelabs/sqlmap .

Help

./injector.sh -h

Usage: ./injector.sh -u [TARGET] [OPTIONS]

Usage: ./injector.sh [OPTIONS]

OPTIONS:

-l | --list	List all existent containers
-e | --exited   List all exited containers
-u | --url	 Set target url to be tested (e.g. injector -u www.example.com)
-f | --file	 Set a file containing a list of targets (e.g. injector -f targets.txt)
-d | --database	 Set the target database (e.g. injector -d <database> 
-t | --table	 Set the target table (e.g. injector -d <database> -t <table>)
-r | --post	Set the POST request parameters (e.g -r param1&param2 or -r POST file request)
-s | --stop	Stop the specified container (e.g. injector -s <container_name>) or use -s all to stop all containers
-o | --logs	Show the container log
-p | --dump	Dump the data
-n | --name	Choose a name for you sqlmap container (e.g. injector -u TARGET -n INSTANCENAME)
-a | --stats	Display the container's statistics
-i | --update   Update Injector
-h | --help	Print this help

Videos

alt-text

alt-text

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.