mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-26 22:52:06 +00:00
commit
7aaedd84c9
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ searchsploit microsoft smb
|
||||||
```bash
|
```bash
|
||||||
#Dump interesting information
|
#Dump interesting information
|
||||||
enum4linux -a [-u "<username>" -p "<passwd>"] <IP>
|
enum4linux -a [-u "<username>" -p "<passwd>"] <IP>
|
||||||
|
enum4linux-ng -A [-u "<username>" -p "<passwd>"] <IP>
|
||||||
nmap --script "safe or smb-enum-*" -p 445 <IP>
|
nmap --script "safe or smb-enum-*" -p 445 <IP>
|
||||||
|
|
||||||
#Connect to the rpc
|
#Connect to the rpc
|
||||||
|
|
Loading…
Reference in a new issue