An open API service indexing awesome lists of open source software.

https://github.com/mannasoumya/sqltrip

SQL Map in CORE JAVA
https://github.com/mannasoumya/sqltrip

corejava hack hacking hacking-tool hacks java java-library mysql mysql-database mysql-server sql sql-injection sql-injection-attacks string-manipulation string-matching strings url url-parsing

Last synced: 12 months ago
JSON representation

SQL Map in CORE JAVA

Awesome Lists containing this project

README

          

# sqltrip
SQL Map in JAVA.
It is completely PLATFORM INDEPENDENT. Any framework running JAVA 7 or later can use this TOOL.
Version - sql_trip0.1.
It is just a BETA VERSION of the general SQL Map available in KALI Linux but written from SCRATCH entirely in JAVA.
No code was copied.
It has just been tested on http://testphp.vulnweb.com/ and is under construction.
Solely written by a single person.
Updates will follow soon.
Always browse to " Latest Commit " for correct functioning of 'sqltrip'.

Instructions to Compile and Run in Linux (preferably KALI) Environment:

Step 0: Assuming you have internet connectivity.

Step 1: Cloning : Open terminal and go to respective directory where you want to clone 'sqltrip' . Command -> $ git clone https://github.com/mannasoumya/sqltrip.git .

Step 2: After Cloning is completed, cd(change directory) to 'sqltrip' . $ cd sqltrip

Step 3: Compiling : Command -> $ javac sql_trip.java

Step 4: Running : Command -> $ java sql_trip

Note : please check whether sqltrip.class file is created or not. If not remove the 'sqltrip' folder and clone again and repeat the above steps.

For Updating sqltrip : Command : $ .../.../sqltrip# git pull origin
Then Compile again and run.

Enjoy :-)