Replies: 6 comments 3 replies
-
Sometimes I have validation requirements that need to be decoded through unicode, modify the validation date and then unicode encoding to replace yaml poc after completion: unicode_decode: |
Beta Was this translation helpful? Give feedback.
-
I have consulted development friends, unicode is a common problem of go language, if you can not adopt also understand, thank you very much |
Beta Was this translation helpful? Give feedback.
-
Hi @vkusrorof - thanks for your question. I've been digging around a little bit, and the only thing I've been able to find so far in terms of unicode is here: Tagging @ehsandeep in case this is something we might be looking to implement in the future. |
Beta Was this translation helpful? Give feedback.
-
Actually @vkusrorof , another thought for you: What you're looking for might be a DSL function? https://github.com/projectdiscovery/dsl/ Both Let us know if that helps! |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. However, whether it's url_decode or url_encode, I also failed to achieve it through testing I also find the unicode complete dictionary (https://www.unicode.org/versions/Unicode16.0.0/#Components) via the Internet, whether internal output decoding content after the match? For example, "\u767e" can be found as 767E in the dictionary, and "\u5ea6" can also be found as 5ea6 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote the exploration script, but some urls appear unicode encoding characters. For example, baidu.com shows "\u767e\u5ea6\u4e00\u4e0b\uff0c\u4f60\u5c31\u77e5\u9053".


I usually use unicode after extracting "Chinese" validate (conversion website: http://www.jsons.cn/unicode)
yaml:
id: alive-check-20250328
info:
name: alive-check
author: alive-check
severity: info
description: status test
http:
raw:
GET / HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
status:
extractors:
name: title
group: 1
regex:
group: 1
regex:
Beta Was this translation helpful? Give feedback.
All reactions