zmap / zgrab2

Fast Go Application Scanner
Other
1.71k stars 294 forks source link

New Protocol: AMQP 0.9.1 #426

Closed developStorm closed 3 months ago

developStorm commented 4 months ago

This PR adds support for scanning AMQP(S) 0.9.1 hosts.

The protocol supports following special flags: https://github.com/zmap/zgrab2/blob/e4ea1b2c032b198733bf58302c0e6f11f47029f8/modules/amqp/scanner.go#L13-L23

Tested locally against a RabbitMQ server, with and without valid credentials: image image

resolves #214.