Skip to content

Commit

Permalink
update mqtt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAQ972 committed Sep 30, 2024
1 parent f9ed52e commit c81d4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zgrab2_schemas/zgrab2/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Schema for ScanResults struct
mqtt_scan_response = SubRecord({
"session_present": Boolean(),
"connect_return_code": Byte(),
"connect_return_code": Binary(),
"response": String(),
"tls": zgrab2.tls_log,
})
Expand Down

0 comments on commit c81d4d2

Please sign in to comment.