hacktricks/src/network-services-pentesting/1026-pentesting-rusersd.md

21 lines
659 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1026 - Pentesting Rusersd
{{#include ../banners/hacktricks-training.md}}
## Temel Bilgiler
Bu protokol, ana bilgisayarın kullanıcı adlarını sağlayacaktır. Bu hizmetlerin port haritalama hizmeti tarafından şu şekilde listelendiğini bulabilirsiniz:
![](<../images/image (1041).png>)
### Sayım
```
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}}