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
- Host: GitHub
- URL: https://github.com/mannasoumya/sqltrip
- Owner: mannasoumya
- License: gpl-3.0
- Created: 2018-03-10T06:35:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T06:23:37.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T01:13:42.868Z (about 1 year ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 138 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :-)