Martin Desrumaux

Results 56 issues of Martin Desrumaux

A new resolver is created at the start of the `LookupIP` and `LookupASN` functions. https://github.com/ammario/ipisp/blob/a1960f6b8c8e16b3e91b7694d2cb480df3054582/dnsclient.go#L18 Would it be possible to provide a custom resolver in the following way? ```go client...

- **Poetry version**: 1.2.2 - **Python version**: 3.10.8 - **OS version and name**: macOS 13.0 - **pyproject.toml**: https://gist.github.com/gnuletik/8d876426a36b9bfefee4327823c1459b - [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) stable Poetry version, installed using...

kind/bug
status/triage

### Subject of the issue When running wpscan with an old database, the following message should be printed: https://github.com/wpscanteam/wpscan/blob/2613fdcc6b22ac7581f3aeb7f33447e3d8417f6c/app/controllers/core.rb#L40 ### Your environment * Version of WPScan: 3.8.25 * Version of...

The Chrome's host-resolver-rules can be quite handy when running local tests. I think that it could be useful to either: - add a note about this flag in the documentation...

enhance

### Please describe your feature request: The function core.Execute should take a [`context.Context`](https://pkg.go.dev/context#Context) parameter and cancel the execution when the context is cancelled. https://github.com/projectdiscovery/nuclei/blob/1f9a065713924b28b203e2108fc76d7a1ec49068/v2/pkg/core/executors.go#L208 The current CLI implementation bypass this...

Type: Enhancement
sdk

When running nmap with service info and progression, the memory usage is above 1GB in around 10 minutes. Which seems quite high. ```go scanner, err := nmap.NewScanner( ctx, nmap.WithTargets(target), nmap.WithPorts("0-6000"),...

bug
research
urgent

Hi, Are you open to provide a `.pre-commit-hooks.yaml` to use the `jv` CLI inside `pre-commit` ? Thanks !

enhancement
help wanted

### Please describe your feature request: The `runner` package is currently located inside `internal` directory (https://github.com/projectdiscovery/dnsx/tree/main/internal/runner) which makes it unable to load it as a library. Would it be possible...

Type: Enhancement
Type: Maintenance

### Is your feature request related to a problem? Please describe. I used `Channel.QueueDeclare` concurrently and got the following error: ``` Exception (503) Reason: "unexpected command received" ``` ### Describe...

enhancement

When creating a pod: - with server-side apply - with an empty affinity ```go pod := coreac.Pod(name, ns). WithSpec( coreac.PodSpec(). coreac.WithAffinity(coreac.Affinity()) // notice the empty affinity value here // other...