Skip to content

Commit cb23470

Browse files
committed
Update README with new features and add sqlmap.gif; modify testphp.txt for updated request
1 parent 6916322 commit cb23470

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ An AI-powered wrapper around SQLMap that makes SQL injection testing more access
1010
- **NEW: Adaptive step-by-step testing with DBMS-specific optimizations and WAF bypass**
1111
- **NEW: Ollama support for local AI analysis**
1212

13+
<img src="sqlmap.gif"/>
14+
1315
## Quick Start
1416

1517
### Step 1: Install SQLMap AI

sqlmap.gif

-782 KB
Loading

testphp.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
POST /userinfo.php HTTP/1.1
1+
GET /artists.php?artist=2 HTTP/1.1
22
Host: testphp.vulnweb.com
3-
Content-Length: 122
43
Cache-Control: max-age=0
54
Accept-Language: en-US,en;q=0.9
6-
Origin: http://testphp.vulnweb.com
7-
Content-Type: application/x-www-form-urlencoded
85
Upgrade-Insecure-Requests: 1
96
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
107
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
11-
Referer: http://testphp.vulnweb.com/userinfo.php
8+
Referer: http://testphp.vulnweb.com/artists.php
129
Accept-Encoding: gzip, deflate, br
13-
Cookie: login=test%2Ftest
14-
Connection: keep-alive
15-
16-
urname=asasdad&ucc=1234-5678-2300-9000&uemail=email%40email.com&uphone=2323348asd&uaddress=21+streetsdasdasd&update=update
10+
Connection: keep-alive

0 commit comments

Comments
 (0)