Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 258 Bytes

File metadata and controls

9 lines (9 loc) · 258 Bytes

We can get users:

enum4linux-ng 192.168.152.39

To put it into a file:

rpcclient -U "" 192.168.152.39 -N -c "enumdomusers" | grep -oP '\[.*?\]' | grep "0x" -v | tr -d '[]' > userlist.txt