There was an error while loading. Please reload this page.
1 parent 4e458ee commit 3a24c37Copy full SHA for 3a24c37
README.md
@@ -6,6 +6,7 @@ Heavily based on an excellent writeup from Rayhan Ahmed: [Automating Blind SQL i
6
## Example
7
```
8
sqlmap-websocket-proxy -u soc-player.soccer.htb:9091 -p '{"id": "%param%"}' --json
9
+python3 sqlmap.py -u http://localhost:8080/?param1=1
10
11
## Usage
12
```bash
0 commit comments