Executables
You can download Linux (x64) version of AASeq here.
Docker
AASeq is also available as a docker image found on DockerHub.
You can run it locally using something like this:
docker run --rm -it aaseq/aaseq:unstable
If you want to use tcpdump from within the container, you need to give it a few permissions:
docker run --rm -it --cap-add=NET_ADMIN --cap-add=NET_RAW aaseq/aaseq:unstable
Once in image you can run tests using one of examples or your own test scenario:
aaseq examples/Ping/DNSv4.aaseq