Documentation ¶
Overview ¶
Implement a basic DNS server for testing beacons and downloaders. This should not be used in production.
Implement a simple HTTP server that can be used to test beacons and downloaders. This should not be used in production.
The testing infrastructure expects a test.bin file in the examples directory. You can compile this file using go build -o test.bin test.go or you can create your own payload called test.bin in the examples directory.
This file will send a GET request to an HTTP server to prove the payload executed.
Click to show internal directories.
Click to hide internal directories.