Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

solution for smb protocol vulnerability

Tags:

protocols

smb

The problem is not programming. I'm using an old machine, and microsoft stopped patches for those machines. Does any one have a solution for the SMB protocol vulnerability that use port 445, which is known for attackers ? Any tricky solution ? In other words, I want to use the SMB and I cant change the machines becuse it is too expensive.

like image 563
Hassan MK Avatar asked May 24 '17 13:05

Hassan MK


Video Answer


2 Answers

Get third-party SMB stack. MoSMB has one for sure and there are others to select from. Some support Windows, some are Linux only.

http://mosmb.com

In general I'd reconsider what you're doing: lack of patches, EOSL & so on is a big red flag for having something in production. Unless absolutely necessary of course.

like image 116
BaronSamedi1958 Avatar answered Oct 03 '22 05:10

BaronSamedi1958


Then you should check if you are vulnerable with this tool from ESET :https://help.eset.com/eset_tools/ESETEternalBlueChecker.exe

like image 31
Adrian Avatar answered Oct 03 '22 04:10

Adrian