blob: 03609382270ef059c8ab5e68aaa93e55bea85946 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
# UDP NFS null-proc call; finds active NFS listeners on port 2049.
# If you get *something* back, there's an NFS server there.
000 # XID: 4 trash bytes
001
002
003
000 # CALL: 0
000
000
000
000 # RPC version: 2
000
000
002
000 # nfs: 100003
001
0x86
0xa3
000 # version: 1
000
000
001
000 # procedure number: 0
000
000
000
000 # port: junk
000
000
000
000 # auth trash
000
000
000
000 # auth trash
000
000
000
000 # auth trash
000
000
000
000 # extra auth trash? probably not needed
000
000
000
# that's it!
|