Skip to content

smb: add support for v3.0 and v3.0.2#474

Merged
codyprime merged 1 commit intozmap:feature/TLS1.3from
scohen-censys:feature/TLS1.3
Nov 8, 2024
Merged

smb: add support for v3.0 and v3.0.2#474
codyprime merged 1 commit intozmap:feature/TLS1.3from
scohen-censys:feature/TLS1.3

Conversation

@scohen-censys
Copy link
Copy Markdown

@scohen-censys scohen-censys commented Nov 7, 2024

Adds support for SMB v3.0 and v3.0.2

How to Test

$ echo "217.160.74.34"  | ./zgrab2 smb -p 445 | jq
{
  "ip": "217.160.74.34",
  "data": {
    "smb": {
      "status": "success",
      "protocol": "smb",
      "result": {
        "smbv1_support": false,
        "smb_version": {
          "major": 3,
          "minor": 0,
          "revision": 2,
          "version_string": "SMB 3.0.2"
        },

Notes & Caveats

Note: Currently excluding v3.1.1, there seems to be a bug that causes servers to reject the negotiation, rather than selecting a working version.

@codyprime codyprime merged commit ff10897 into zmap:feature/TLS1.3 Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants