File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
documentation/modules/auxiliary/scanner/nfs Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 41
41
[*] Scanned 1 of 1 hosts (100% complete)
42
42
[*] Auxiliary module execution completed
43
43
```
44
+
45
+ Another example can be found at this [source](http://bitvijays.github.io/blog/2016/03/03/learning-from-the-field-basic-network-hygiene/):
46
+
47
+ ```
48
+ [*] Scanned 24 of 240 hosts (10% complete)
49
+ [+] 10.10.xx.xx NFS Export: /data/iso [0.0.0.0/0.0.0.0]
50
+ [*] Scanned 48 of 240 hosts (20% complete)
51
+ [+] 10.10.xx.xx NFS Export: /DataVolume/Public [*]
52
+ [+] 10.10.xx.xx NFS Export: /DataVolume/Download [*]
53
+ [+] 10.10.xx.xx NFS Export: /DataVolume/Softshare [*]
54
+ [*] Scanned 72 of 240 hosts (30% complete)
55
+ [+] 10.10.xx.xx NFS Export: /var/ftp/pub [10.0.0.0/255.255.255.0]
56
+ [*] Scanned 96 of 240 hosts (40% complete)
57
+ [+] 10.10.xx.xx NFS Export: /common []
58
+ ```
44
59
45
60
## Confirming
46
61
You can’t perform that action at this time.
0 commit comments