Skip to content

Releases: leveryd/x-waf

v0.3

26 Jan 04:37
2744c47
Compare
Choose a tag to compare

修复bug:请求文件中第一个换行是 HTTP/1.1\n 而不是 HTTP/1.1\r\n,某些时候响应是400

// fix bug #6
// fix bug #4

v0.2

10 Jan 06:22
dd4acc2
Compare
Choose a tag to compare

1、修复sql fuzz bug
2、新增导出payload功能

./x --justOutPutPayload --target test/chatin-sqlchop.http sql --fuzz-sql 'select user from mysql.user' --fuzz-count 1000

--justOutPutPayload 导出payload到payloads.txt文件

v0.1

09 Jan 08:38
779c6d3
Compare
Choose a tag to compare
Update README.md