Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoqiang202010 committed Jul 4, 2024
1 parent 4870cc5 commit f2cf702
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _posts/2024/06/2024-06-29-smap-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,9 @@ function escapeString($content)
查找:\?\$_GET\['([^']+)'\]
替换:?input('get.$1')
```


### 如第二次请求需要删除缓存
```
rm -rf /root/.local/share/sqlmap/output/m.xxx.com
```

0 comments on commit f2cf702

Please sign in to comment.