From e0557184141d7b33dc3334a3213b69174fd783d4 Mon Sep 17 00:00:00 2001 From: lgandx Date: Wed, 21 Apr 2021 12:55:47 -0300 Subject: [PATCH] Created RunFinger (markdown) --- RunFinger.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 RunFinger.md diff --git a/RunFinger.md b/RunFinger.md new file mode 100644 index 0000000..0f8716a --- /dev/null +++ b/RunFinger.md @@ -0,0 +1,19 @@ +# Responder RunFinger.py + +Responder comes with a small SMB scanner called RunFinger.py. This utility is located in the tools/ folder and can accurately scan an entire class C network in less than 5 seconds. + +This script allows you to quickly discover any SMB server on the provided CIDR and can be launched like this: + +> ./RunFinger.py -i 192.168.0.0/24 + +The tool will output: +* SMB signing On/Off +* Null sessions possible or not +* If that server running RDP +* Server bootime/last restart +* If SMBv1 is enabled or not +* Domain name for worstations joined to a domain +* OS version and built number + +[![Runfinger-01.png](https://i.postimg.cc/nhNZz95F/Runfinger-01.png)](https://postimg.cc/DSQRp0nH) +