Skip to content

Commit

Permalink
Updating the readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Audi-1 committed Nov 11, 2013
1 parent 33aab41 commit be81996
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,35 @@ Following labs are covered for GET and POST scenarios:
2.UserAgent based.
3.Cookie based.
7. Second Order Injections
8. Blacklist filter bypass
1. Stripping comments
2. Stripping OR & AND
3. Stripping SPACES and COMMENTS
4. Stripping UNION & SELECT
9. Bypassing WAF
8. Bypassing WAF
1. Bypassing Blacklist filters
Stripping comments
Stripping OR & AND
Stripping SPACES and COMMENTS
Stripping UNION & SELECT
2. Impidence mismatch
10. Bypass addslashes()
11. Bypassing mysql_real_escape_string. (under special conditions)
12. Stacked SQL injections.

9. Bypass addslashes()
10. Bypassing mysql_real_escape_string. (under special conditions)
11. Stacked SQL injections.
12. Secondary channel extraction

========================================================================================
Install Instructions:

1. Unzip the contents inside the apache folder, for example under /var/www
2. This will create a folder sql-labs under it. else you can use git command mentioned at section 2a. to copy the contents.
2a. From terminal go to /var/www folder and then use following command> git clone https://github.com/Audi-1/sqli-labs.git sqli-labs
2. This will create a folder sql-labs under it. else you can use git command from within /var/www folder.
/var/www folder and then use following command> git clone https://github.com/Audi-1/sqli-labs.git sqli-labs
3. Open the file "db-creds.inc" which is under sql-connections folder inside the sql-labs folder.
4. Update your MYSQL database username and password.(default for Backtrack are used root:toor)
5. From your browser access the sql-labs folder to load index.html
6. Click on the link setup/resetDB to create database, create tables and populate Data.
7. Labs ready to be used, click on lesson number to open the lesson page.
8. Enjoy the labs

==========================================================================================

Corrosponding walkthrough video tutorials and explainations can be found at:

1. http://dummy2dummies.blogspot.com
2. http://www.securitytube.net/user/Audi

Expand Down

0 comments on commit be81996

Please sign in to comment.