hacktricks/src/network-services-pentesting/1026-pentesting-rusersd.md
Carlos Polop ad3f52d725 t2
2025-01-03 01:07:38 +01:00

646 B

1026 - Pentesting Rusersd

{{#include ../banners/hacktricks-training.md}}

Basic Information

This protocol will provide you the usernames of the host. You may be able to find this services listed by the port-mapper service like this:

Enumeration

root@kali:~# apt-get install rusers
root@kali:~# rusers -l 192.168.10.1
Sending broadcast for rusersd protocol version 3...
Sending broadcast for rusersd protocol version 2...
tiff       potatohead:console         Sep  2 13:03   22:03
katykat    potatohead:ttyp5           Sep  1 09:35      14

{{#include ../banners/hacktricks-training.md}}