nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

helper function for aes_cbc encryption

Open hktalent opened this issue 2 years ago • 6 comments

Adding helper function for aes_cbc as we did for aes_gcm in https://github.com/projectdiscovery/nuclei/pull/2196

Reference: CVE-2016-4437

hktalent avatar Jun 29 '22 08:06 hktalent

@hktalent aes_gcm is already supported in the dev version with https://github.com/projectdiscovery/nuclei/pull/2196

ehsandeep avatar Jun 29 '22 08:06 ehsandeep

@ehsandeep

@hktalent aes_gcm is already supported in the dev version with #2196

thanks when can you come out:aes_cbc ?

hktalent avatar Jun 29 '22 11:06 hktalent

@ehsandeep or support a function like this decode_url(url, str) The url is written by ourselves to do various morphological encoding algorithms decode_url can send str to url and return the result

hktalent avatar Jun 29 '22 12:06 hktalent

@hktalent we will update the ticket status as we make progression on this, so keep eye on the ticket for further updates.

ehsandeep avatar Jun 29 '22 12:06 ehsandeep

@ehsandeep or support a function like this decode_url(url, str) The url is written by ourselves to do various morphological encoding algorithms decode_url can send str to url and return the result

dm me on discord (pdteam) with some examples as it is unclear for now.

ehsandeep avatar Jun 29 '22 12:06 ehsandeep

@ehsandeep decode_url allows users to define custom encryption, decryption, encoding, and decoding functions to make up for the current encryption, decryption, encoding, decoding functions, and incomplete functions.

{{decode_url("http://myserver.xxx.com/api/decode","xxxxxx")}}

As for http://myserver.xxx.com/api/decode What needs to be implemented, the user defines the http server to implement it

hktalent avatar Jun 29 '22 15:06 hktalent