Skip to content

Commit

Permalink
Update SQL Injection Cheatsheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ihack4falafel authored Nov 4, 2017
1 parent efd7eda commit 844068c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documents/SQL Injection Cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Final notes!
- `MySQL` don't have permissions to overwrite an exsisting file, make sure you go with new filename every single time with `outfile`.
- Make sure the vulnerable paramater have false value when working with union-based SQL command injection
- It's worth noting that all of the examples in this cheatsheet where http `GET` requests, and it shouldn't be that hard to replicate them with http `POST`requests once you grasp the core concepts.
- You need to input true value to the vulnerable paramter for `and sleep()` to work, otherwise go with `or sleep()`

To do list
- Python or bash script to convert ascii to text after data extraction (grep output in this case)
Expand Down

0 comments on commit 844068c

Please sign in to comment.