Skip to content

mannasoumya/sqltrip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :-)