Go implementation of Akamai Bot Manager Premier sensor generation for Android.
Currently supports version 3.2.4-rc3. See my writeup for the reverse engineering process.
This tool is for educational and research purposes only. Use responsibly and in accordance with applicable laws and terms of service. The author is not responsible for any misuse.
go run main.go -devices devices.json -port 1337curl -X POST http://localhost:1337/akamai/bmp \
-H "Content-Type: application/json" \
-d '{"app": "com.example.app"}'├── v324/
│ ├── gen.go # sensor generator
│ └── dct.go # DCT encoding
├── devices.json # device fingerprints
└── main.go # http server
- Requires device fingerprints with performance benchmark data (section -112)
- Each request returns a random device from the pool
- Build your own User-Agent from the response fields
MIT
