Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

scohen-censys
Copy link

@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
1 check passed
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