[~] The config file is expected to be at "/root/.rustscan.toml" [~] File limit higher than batch size. Can increase speed by increasing batch size '-b 10140'. Open 192.168.100.59:80 [~] Starting Script(s) [~] Starting Nmap 7.98 ( https://nmap.org ) at 2026-03-23 15:43 +0800 Initiating ARP Ping Scan at 15:43 Scanning 192.168.100.59 [1 port] Completed ARP Ping Scan at 15:43, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 15:43 Completed Parallel DNS resolution of 1 host. at 15:43, 2.50s elapsed DNS resolution of 1 IPs took 2.50s. Mode: Async [#: 2, OK: 0, NX: 1, DR: 0, SF: 0, TR: 3, CN: 0] Initiating SYN Stealth Scan at 15:43 Scanning 192.168.100.59 [1 port] Discovered open port 80/tcp on 192.168.100.59 Completed SYN Stealth Scan at 15:43, 0.01s elapsed (1 total ports) Nmap scan report for 192.168.100.59 Host is up, received arp-response (0.0015s latency). Scanned at 2026-03-23 15:43:42 CST for 0s
PORT STATE SERVICE REASON 80/tcp open http syn-ack ttl 64 MAC Address: 08:00:27:ED:52:CC (Oracle VirtualBox virtual NIC)
Read data files from: /usr/share/nmap Nmap done: 1 IP address (1 host up) scanned in 2.63 seconds Raw packets sent: 2 (72B) | Rcvd: 2 (72B)·
find / -type f -iname "*.zip" -user root -ls 2>/dev/null
提取到kali分析
解压发现需要凭证
爆破凭证
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
┌──(root㉿LAPTOP-O235O5EH)-[/home] └─# zip2john File.zip >zip ver 2.0 File.zip/Credentials/ is not encrypted, or stored with non-handled compression type
┌──(root㉿LAPTOP-O235O5EH)-[/home] └─# john zip --wordlist=/usr/share/wordlists/rockyou.txt Using default input encoding: UTF-8 Loaded 1 password hash (ZIP, WinZip [PBKDF2-SHA1 256/256 AVX2 8x]) Cost 1 (HMAC size) is 64 for all loaded hashes Will run 24 OpenMP threads Press 'q' or Ctrl-C to abort, almost any other key for status 121288 (File.zip/Credentials/Credentials.txt) 1g 0:00:00:00 DONE (2026-03-24 19:09) 10.00g/s 491520p/s 491520c/s 491520C/s 123456..trudy Use the "--show" option to display all of the cracked passwords reliably Session completed.