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 Detection Bug -- Persistent Positive Response #1

Open
jeremylaratro opened this issue Feb 23, 2023 · 0 comments
Open

SMB Detection Bug -- Persistent Positive Response #1

jeremylaratro opened this issue Feb 23, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jeremylaratro
Copy link
Owner

Problem:
SMB detection function has a bug that causes the function to return a positive response even if no smb service is running.

Solution - Overview:
Revise the method used to detect whether smb is discovered.

Solution - Practical:
First thought is to remove the current function in place of a new one that checks the rports.txt generated with rustscan and grep for 139 or 445.

@jeremylaratro jeremylaratro self-assigned this Feb 23, 2023
@jeremylaratro jeremylaratro added the bug Something isn't working label Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant