-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add substr
DSL function
#2304
Comments
@hktalent please dm me on discord (pd-team)? as we might need some more information for this. |
Method signature: Examples: |
@forgedhallpass thanks |
Re-opening it, because it's not yet implemented. I was just detailing the requirements. |
@forgedhallpass Need me to contribute? I'm just worried that my code can't meet your quality requirements |
We always accept and appreciate contributions. With regards to the quality, we can help you/give feedback on the PR, that's not a problem, so don't be worried :) |
* 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>
@ehsandeep
python3 code
If you encounter such a situation when processing some specific payloads, please also support
substr(2,-1) == python3 xxx[2:]
thanks
The text was updated successfully, but these errors were encountered: