ertygiq

Results 6 issues of ertygiq

The sorting by Duration column is invalid in generated HTML output. For example, 92.517834ms is considered greater than 896.832625ms. I think this is because sorting happens by column string value...

Hello, It would be really useful to have an option to provide a request file instead of URL. Like Sqlmap does with -r option.

enhancement
delayed

Is there a way to intercept reads and writes SSLSocket does into underlying TCPSocket? I tried the following way, but overridden methods were not invoked: ``` class TCPSocket def write(*args)...

I'm running iam__privesc_scan After few attempts with different methods, the module tries 'CodeStarCreateProjectFromTemplate' method and exits with the following message in the output: ``` ... [iam__privesc_scan] Method failed. Trying next...

When running 'iam__bruteforce_permissions' module, the execution freezes for a while on 'Trying list_directory_buckets' task and then I get `Could not connect to the endpoint URL: "https://s3express-control.us-west-1.amazonaws.com/"` Looks like it's checking...

Is it safe to run multiple instances of the `llm` tool in parallel?