Skip to content

Commit 60230a1

Browse files
authored
Update README.md
1 parent cba7268 commit 60230a1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# SQLi-Detect-Sanitize-API
22
SQL injection Detection FLASK application API
3+
4+
5+
6+
I used basic SQL injection detection methods like Commenting characters list of [ ' ; ' , '{' , '--'  ] , and also using '  '' OR  to extensions to detect the data validity.  we can extend the detection methods to other patterns by adding the characters to the list of characters.
7+
8+
9+
10+
## RUN
11+
12+
` python app.py `
13+
14+
runs on port 4000; takes input form, and sends POST data to the end point '/v1/sanitized/input/' and gets json object in returns;

0 commit comments

Comments
 (0)