51pwn

Results 70 comments of 51pwn

@forgedhallpass Need me to contribute? I'm just worried that my code can't meet your quality requirements

@ehsandeep After running concurrently and multiple instances for a period of time, a large number of cache objects are found, and it seems that they are not properly closed, resulting...

@ehsandeep The study found There is no effective shutdown for the following objects, which will cause a memory leak when nuclei runs with multiple instances interactsh.go ``` func (c *Client)...

@ehsandeep investigate found: When a multi-instance nuclei is running, the nuclei instance has been destroyed, but the cache object has not been destroyed ``` goroutine 17293682 [select, 14 minutes]: github.com/karlseguin/ccache.(*Cache).worker(0xc0448fa1e0)...

@ehsandeep I am very sure that when nuclei calls close, it does not close the cache amicably. I run continuously for one night, concurrent nuclei and call close of your...

@ehsandeep I observed that after calling the func (c *Client) Close() bool in interactsh.go, the methods such as ReplaceMarkers and MakePlaceholders will still be called, resulting in a serious error

@ehsandeep OK,thanks example: tcp respectively connect to Connect to the ip of domain1.xxx.com ip1: 33.33.22.33, port: 80 ip2: 33.33.22.133, port: 80 send the same payload ``` GET /xxpayload HTTP/1.1 Host:...

@ehsandeep > @hktalent aes_gcm is already supported in the dev version with #2196 thanks when can you come out:aes_cbc ?

@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...

@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")}} ```...