mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
21 lines
659 B
Markdown
21 lines
659 B
Markdown
# 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:
|
||
|
||
.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}}
|