
PacketEngine is a fast and accurate subdomain enumeration platform to automate subdomain discovery. It handles passive and active enumeration, wordlists, bruteforcing, alterations and permutations, wildcard filtering, alerts, and much more. It's completely automated, leaving you to focus on research and hunting rather than setting up infrastructure and monitoring.
To get started, you'll need a PacketEngine account and an API token, and have at least one domain added.
Installation
Using go install:
go install -v github.com/PacketEngine/packetengine-collect@latest
If you want to build it yourself:
CGO_ENABLED=1 go build
To build for Windows you first need to install Npcap from https://npcap.com
GOOS=windows GOARCH=amd64 CGO_ENABLED=1 go build
Linux/MacOS Usage
sudo packetengine-collect
Windows Usage
packetengine.exe
License
The PacketEngine collect client is available under the MIT license. See the LICENSE file for more info.