Phillip Stephens

Results 25 issues of Phillip Stephens

Scratch Space as I clean up this PR ## Todo - [ ] Write up manual page - [ ] Update --help to say `enable-liburing` is only available with select...

do-not-review

**Describe the bug** It was reported that there was a 50% decrease in packet send rate in the latest LTS release of ubuntu. This issue is to take a look...

bug

PF_RING is no longer actively maintained and has been supplanted with netmap in the ZMap codebase thanks to @droe. This PR removes the PF_RING codebase.

Not a bug per se, but was investigating a slow zgrab scan and noticed that it maxes out at sending 6 MB/s. While there might be a lot of CPU...

## Description When scanning with the `http` module, it was noticed that zgrab2 is appending a single '/' character to the URL. This resulted in some target resources not being...

bug

- Updated go version in `go.mod` - Ran `go get -u` to update all dependencies - Ran `go mod tidy` to get rid of unneeded dependencies - Updated tests to...

This might require work in ZCrypto or Schema, but we should move to remove any dependency on Python2, as it has reached [End-of-Life](https://www.python.org/doc/sunset-python-2/). It seems the integration tests at least...

enhancement

Closes #337 ## Changes - Fixed bug where if `--interface-name` was provided, the `local-addr` string was used to look-up the interface - Fixed bug where if the `--local-addr` string was...

## Context I was tired of sifting through the CLI options to find what I needed so I tried to organize them by category. Turns out Cobra [doesn't currently support](https://github.com/spf13/cobra/issues/1327)...

The current [code](https://github.com/zmap/zdns/blob/main/pkg/miekg/miekg.go#L957) performs an NS lookup against a name server for a given domain, d. With this list of name servers, it then sends a single lookup to each...

bug