Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated:
1
00:00:00,000 --> 00:00:13,540
The first service we want to introduce is SMB.
2
00:00:13,540 --> 00:00:19,620
SMB is a window is a implementation of a file share.
3
00:00:19,620 --> 00:00:25,700
And there's SIFS, which is the common unit file system, which is the generic term for
4
00:00:25,700 --> 00:00:32,700
SMB's dancers serve a message block, but they basically work the same.
5
00:00:32,700 --> 00:00:34,700
Let's take a look.
6
00:00:34,700 --> 00:00:37,700
We have one-doers machine.
7
00:00:37,700 --> 00:00:45,700
And we have RIP address as this 104056.
8
00:00:45,700 --> 00:00:50,700
And we're on a sub-domask of 255255 240.
9
00:00:50,700 --> 00:00:54,700
So that's a Cider20 notation.
10
00:00:54,700 --> 00:01:02,200
And it ran NMAP scan with that Cider20 looking for open ports.
11
00:01:02,200 --> 00:01:07,100
And we came across this 10407133.
12
00:01:07,100 --> 00:01:09,100
This is us.
13
00:01:09,100 --> 00:01:10,900
My IP can big.
14
00:01:10,900 --> 00:01:19,140
So in both situations, we see that we've got 135139 and 445 open.
15
00:01:19,140 --> 00:01:20,420
These are Windows machines.
16
00:01:20,420 --> 00:01:26,420
These are fairly common ports to see open on a Windows machine.
17
00:01:26,420 --> 00:01:29,620
3389 also gets a second.
18
00:01:29,620 --> 00:01:33,060
This is a server over here.
19
00:01:33,060 --> 00:01:39,060
So 445 is where SMB or SIFS hangs out.
20
00:01:39,060 --> 00:01:45,420
Net BIOS used to be a bigger part of SMB in older version of Windows.
21
00:01:45,420 --> 00:01:51,420
It still exists, still used.
22
00:01:51,420 --> 00:01:54,420
And usually sets up the session for SMB.
23
00:01:54,420 --> 00:02:00,420
We run this scan looking for our service numeration and our operating system.
24
00:02:00,420 --> 00:02:05,420
Then we see for sure that this is Microsoft Windows Server.
25
00:02:05,420 --> 00:02:15,420
2.0.2 or 2012 running that version of SMB.
26
00:02:15,420 --> 00:02:20,420
The fingerprint operating system figure print didn't find anything.
27
00:02:20,420 --> 00:02:28,420
But the service information tells us that it's a Windows Server 2008 to 2012.
28
00:02:28,420 --> 00:02:31,420
That's good enough for what we want right now.
29
00:02:31,420 --> 00:02:37,420
Because really what we're showing is what SMB does.
30
00:02:37,420 --> 00:02:42,420
RANIS scan with tech S, lowercase S, uppercase C.
31
00:02:42,420 --> 00:02:46,420
This does the default scripts.
32
00:02:46,420 --> 00:02:49,420
And it gathered some information for us.
33
00:02:49,420 --> 00:02:59,420
Since the new 3389 is open, it got the Net BIOS domain name, a computer name, which doesn't give us really anything for this machine.
34
00:02:59,420 --> 00:03:06,420
But it could be helpful for other machines.
35
00:03:06,420 --> 00:03:10,420
Again, not anything too terribly useful.
36
00:03:10,420 --> 00:03:18,420
Some SMBOS discovery, security modes, and time.
37
00:03:18,420 --> 00:03:22,420
This is helpful SMB enumeration right there.
38
00:03:22,420 --> 00:03:32,420
And we'll break this out in the future looking at this NBS stat or NB stat.
39
00:03:32,420 --> 00:03:36,420
And more of this SMB and map scans in the future.
40
00:03:36,420 --> 00:03:40,420
But just want to show you what SMB is.
41
00:03:40,420 --> 00:03:43,420
Best way to open up File Explorer.
42
00:03:43,420 --> 00:03:48,420
We go to our network and we will map a network drive.
43
00:03:48,420 --> 00:03:56,420
Take like a Z drive. You might see this very often in an enterprise system, an office setting.
44
00:03:56,420 --> 00:03:59,420
Barely in a home network.
45
00:03:59,420 --> 00:04:03,420
But if we put in our IP address, this 10...
46
00:04:03,420 --> 00:04:09,420
4...
47
00:04:09,420 --> 00:04:17,419
17133, and then go to browse.
48
00:04:17,420 --> 00:04:22,420
We can see that on the network there's that machine.
49
00:04:22,420 --> 00:04:25,420
And we'll go with the C drive.
50
00:04:25,420 --> 00:04:28,420
Hit OK, and finish.
51
00:04:28,420 --> 00:04:38,420
And now we've got this on our computer, the Z drive, which is map 2, the C drive on 133.
52
00:04:38,420 --> 00:04:46,420
We can go in and look at users, Bob, and this is different than our own machine.
53
00:04:46,420 --> 00:04:53,420
On our machine, C drive, users just looks like that.
54
00:04:53,420 --> 00:05:04,420
Again, this is RZ drive, Z drive matches to the C drive on 133.
55
00:05:04,420 --> 00:05:12,420
There's other different that is SMB and practice.
56
00:05:12,420 --> 00:05:19,420
There are command line scripts for setting up and getting rid of SMB.
57
00:05:19,420 --> 00:05:34,420
The best way to really show that is I will put this over here.
58
00:05:34,420 --> 00:06:00,420
I don't do net use star dash to lead.
59
00:06:00,420 --> 00:06:10,420
It's a flag, and they use star forward slash.
60
00:06:10,420 --> 00:06:13,420
Dilly, back slash, it's looking for a network.
61
00:06:13,420 --> 00:06:18,420
And it's going to say, we're going to remove these remote connections.
62
00:06:18,420 --> 00:06:20,420
Do we want to do that?
63
00:06:20,420 --> 00:06:21,420
Yes.
64
00:06:21,420 --> 00:06:23,420
And force them closed.
65
00:06:23,420 --> 00:06:24,420
Yes.
66
00:06:24,420 --> 00:06:26,420
We see it is removed.
67
00:06:26,420 --> 00:06:30,420
We do a head open to spirit as well.
68
00:06:30,420 --> 00:06:39,420
We could reconnect it with the command.
69
00:06:39,420 --> 00:06:41,420
It's net use.
70
00:06:41,420 --> 00:06:47,420
We'll call this Z drive again.
71
00:06:47,420 --> 00:06:57,420
We'll call this Z drive again.
72
00:06:57,420 --> 00:07:02,420
We'll call this Z drive again.
73
00:07:02,420 --> 00:07:07,420
We'll call this Z drive again.
74
00:07:07,420 --> 00:07:20,420
These are as a bit straighter.
75
00:07:20,420 --> 00:07:20,420
And we see it is back.
76
00:07:20,420 --> 00:07:24,420
And that's the basics of how SMB works.
77
00:07:24,420 --> 00:07:30,220
Now we get into some details about how we can take advantage of SMB, but that's the protocol
78
00:07:30,220 --> 00:07:33,420
and are not shell.
79
00:07:33,420 --> 00:07:37,420
I hope that was informative.
80
00:07:37,420 --> 00:07:53,420
See how else we can play with it.
6691
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.