mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
21 lines
661 B
Markdown
21 lines
661 B
Markdown
# 1026 - Pentesting Rusersd
|
|
|
|
{{#include ../banners/hacktricks-training.md}}
|
|
|
|
## Podstawowe informacje
|
|
|
|
Ten protokół dostarczy ci nazwy użytkowników hosta. Możesz być w stanie znaleźć te usługi wymienione przez usługę mapowania portów w ten sposób:
|
|
|
|
.png>)
|
|
|
|
### Enumeracja
|
|
```
|
|
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}}
|