You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,8 @@ skips and does not scan the target.
45
45
Nmap OS Detection sends special packets to the tcp/ip stack and parses the response for matches.
46
46
This is universal, but unreliable and slow.
47
47
48
+
EroSmb only scan two ports (139 and 445) and if the connection is successful, it asks about the SMB protocol version of the server and the OS version. This is fast and reliable way.
49
+
48
50
- Can I scan entire Internet?
49
51
50
52
No, because on every IP address programs make a new thread and you just might not have enough memory and processor time.
0 commit comments