mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 03:35:27 +00:00
* 1、add DSL substr for #2304 By @hktalent substr('xxtestxxx',2)。 testxxx substr('xxtestxxx',2,-2) testx substr('xxtestxxx',2,6) test 2、add DSL aes_cbc for #2243 By @hktalent aes_cbc("key111key111key111key111", "dataxxxxxxdataxxxxxxdataxxxxxxdataxxxxxxdataxxxxxx") 3、fixed An error occurs when running nuclei with multiple instances #2301 By @hktalent * refactoring helpers * removing unwanted mutex * commenting out test * removing aes_cbc test due to random iv Co-authored-by: 51pwn <51pwn@51pwn.com> Co-authored-by: Mzack9999 <mzack9999@protonmail.com>