mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-22 06:13:39 -07:00
Created RunFinger (markdown)
parent
e699f5892d
commit
e055718414
1 changed files with 19 additions and 0 deletions
19
RunFinger.md
Normal file
19
RunFinger.md
Normal file
|
@ -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
|
||||||
|
|
||||||
|
[](https://postimg.cc/DSQRp0nH)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue