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

21 lines
842 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}}
## Βασικές Πληροφορίες
Αυτό το πρωτόκολλο θα σας παρέχει τα ονόματα χρηστών του υπολογιστή. Μπορείτε να βρείτε αυτές τις υπηρεσίες καταχωρημένες από την υπηρεσία χαρτογράφησης θυρών όπως αυτό:
![](<../images/image (1041).png>)
### Απαρίθμηση
```
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}}