Ice3man

Results 39 comments of Ice3man

After investigation, the problem with highlighting response body is that HTTP module does not have access to result event while printing the response dump. The interactsh module keeps the events...

Related: https://github.com/projectdiscovery/nuclei/issues/2257

Doing some sample runs and capturing data with below list - - [x] Executing all templates on a single host - [x] Executing all templates on 10 hosts - [x]...

Analysis results after executing several scans - | Templates | Target Set | Inuse Memory | Allocated Memory | |-----------|------------|---------------|--------------------| | All | Single | 59.22MB | 3.95GB | |...

@vay3t more towards an offensive side, with support for capturing of NTLM and SMB hashes, etc.

Basically I'd like to do something like add these two new functions. - 1. `Open(ctx context.Context, pluginPath string) (wazero.Runtime, wazero.CompiledModule, error) ` 2. `LoadWithCompiled(ctx context.Context, r wazero.Runtime, code wazero.CompiledModule) (helperFunction,...

@codefromthecrypt this makes a lot of sense. Thanks for the link, will look into it. BTW, the library is very neat. Kudos for your awesome work on it!

Fixed here - 1. https://github.com/projectdiscovery/dsl/pull/132 - dsl repo issue 2. https://github.com/projectdiscovery/utils/pull/404 - utils repo -> http.ResponseChainReader 3. https://github.com/projectdiscovery/rawhttp/pull/323 - Rawhttp

Needs tests related to fuzzing layer execution + other points noted by tarun in #4163 ## Known Issues / Planned Changes - [x] Add more params etc that shouldn't be...

Hi @antonmedv, great work on the `expr` library. I was looking at it a while back as govaluate alternative and it seemed very promising. I did go through this -...