1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
| ┌──(root㉿kali)-[/home/kali] └─# arp-scan -l Interface: eth0, type: EN10MB, MAC: 00:0c:29:66:2a:e1, IPv4: 192.168.56.102 WARNING: Cannot open MAC/Vendor file ieee-oui.txt: Permission denied WARNING: Cannot open MAC/Vendor file mac-vendor.txt: Permission denied Starting arp-scan 1.10.0 with 256 hosts (https://github.com/royhills/arp-scan) 192.168.56.1 0a:00:27:00:00:0d (Unknown: locally administered) 192.168.56.100 08:00:27:79:15:6b (Unknown) 192.168.56.108 08:00:27:9a:b0:ac (Unknown)
3 packets received by filter, 0 packets dropped by kernel Ending arp-scan 1.10.0: 256 hosts scanned in 1.889 seconds (135.52 hosts/sec). 3 responded ┌──(root㉿kali)-[/home/kali] └─# nmap -sC -sV -p- 192.168.56.108 Starting Nmap 7.95 ( https://nmap.org ) at 2025-10-22 13:55 +08 Nmap scan report for 192.168.56.108 Host is up (0.00062s latency). Not shown: 65533 closed tcp ports (reset) PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 8.4p1 Debian 5+deb11u3 (protocol 2.0) | ssh-hostkey: | 3072 f6:a3:b6:78:c4:62:af:44:bb:1a:a0:0c:08:6b:98:f7 (RSA) | 256 bb:e8:a2:31:d4:05:a9:c9:31:ff:62:f6:32:84:21:9d (ECDSA) |_ 256 3b:ae:34:64:4f:a5:75:b9:4a:b9:81:f9:89:76:99:eb (ED25519) 80/tcp open http Apache httpd 2.4.62 ((Debian)) |_http-title: Site doesn't have a title (text/html). |_http-server-header: Apache/2.4.62 (Debian) MAC Address: 08:00:27:9A:B0:AC (PCS Systemtechnik/Oracle VirtualBox virtual NIC) Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 21.24 seconds ┌──(root㉿kali)-[/home/kali] └─# gobuster dir -u http://192.168.56.113 -w /usr/share/wordlists/dirbuster/ =============================================================== Gobuster v3.8 by OJ Reeves (@TheColonial) & Christian Mehlmauer (@firefart) =============================================================== [+] Url: http://192.168.56.113 [+] Method: GET [+] Threads: 10 [+] Wordlist: /usr/share/wordlists/dirbuster/ [+] Negative Status codes: 404 [+] User Agent: gobuster/3.8 [+] Timeout: 10s =============================================================== Starting gobuster in directory enumeration mode =============================================================== Progress: 0 / 1 (0.00%)^Z zsh: suspended gobuster dir -u http://192.168.56.113 -w /usr/share/wordlists/dirbuster/ ┌──(root㉿kali)-[/home/kali] └─# ls /usr/share/wordlists/dirbuster/ apache-user-enum-1.0.txt directories.jbrofuzz directory-list-2.3-medium.txt directory-list-lowercase-2.3-medium.txt apache-user-enum-2.0.txt directory-list-1.0.txt directory-list-2.3-small.txt directory-list-lowercase-2.3-small.txt ┌──(root㉿kali)-[/home/kali] └─# gobuster dir -u http://192.168.56.113 -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt =============================================================== Gobuster v3.8 by OJ Reeves (@TheColonial) & Christian Mehlmauer (@firefart) =============================================================== [+] Url: http://192.168.56.113 [+] Method: GET [+] Threads: 10 [+] Wordlist: /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt [+] Negative Status codes: 404 [+] User Agent: gobuster/3.8 [+] Timeout: 10s =============================================================== Starting gobuster in directory enumeration mode =============================================================== Progress: 0 / 1 (0.00%) 2025/10/22 13:59:02 error on running gobuster on http://192.168.56.113/: unable to connect to http://192.168.56.113/: Get "http://192.168.56.113/": dial tcp 192.168.56.113:80: connect: no route to host ┌──(root㉿kali)-[/home/kali] └─# gobuster dir -u http://192.168.56.108 -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt =============================================================== Gobuster v3.8 by OJ Reeves (@TheColonial) & Christian Mehlmauer (@firefart) =============================================================== [+] Url: http://192.168.56.108 [+] Method: GET [+] Threads: 10 [+] Wordlist: /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt [+] Negative Status codes: 404 [+] User Agent: gobuster/3.8 [+] Timeout: 10s =============================================================== Starting gobuster in directory enumeration mode =============================================================== /wordpress (Status: 301) [Size: 320] [--> http://192.168.56.108/wordpress/] /server-status (Status: 403) [Size: 279] Progress: 220558 / 220558 (100.00%) =============================================================== Finished =============================================================== ┌──(root㉿kali)-[/home/kali] └─# gobuster dir -u http://192.168.56.108/wordpress -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt =============================================================== Gobuster v3.8 by OJ Reeves (@TheColonial) & Christian Mehlmauer (@firefart) =============================================================== [+] Url: http://192.168.56.108/wordpress [+] Method: GET [+] Threads: 10 [+] Wordlist: /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt [+] Negative Status codes: 404 [+] User Agent: gobuster/3.8 [+] Timeout: 10s =============================================================== Starting gobuster in directory enumeration mode =============================================================== /admin (Status: 301) [Size: 326] [--> http://192.168.56.108/wordpress/admin/] /plugins (Status: 301) [Size: 328] [--> http://192.168.56.108/wordpress/plugins/] /cms (Status: 301) [Size: 324] [--> http://192.168.56.108/wordpress/cms/] /tmp (Status: 301) [Size: 324] [--> http://192.168.56.108/wordpress/tmp/] /layouts (Status: 301) [Size: 328] [--> http://192.168.56.108/wordpress/layouts/] /docu (Status: 301) [Size: 325] [--> http://192.168.56.108/wordpress/docu/] /kategorien (Status: 301) [Size: 331] [--> http://192.168.56.108/wordpress/kategorien/] Progress: 220558 / 220558 (100.00%) =============================================================== Finished =============================================================== ┌──(root㉿kali)-[/home/kali] └─# gobuster dir -u http://192.168.56.108/wordpress -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -x php,php3,txt,html,bk,bak,zip,tar,gz,shtml =============================================================== Gobuster v3.8 by OJ Reeves (@TheColonial) & Christian Mehlmauer (@firefart) =============================================================== [+] Url: http://192.168.56.108/wordpress [+] Method: GET [+] Threads: 10 [+] Wordlist: /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt [+] Negative Status codes: 404 [+] User Agent: gobuster/3.8 [+] Extensions: php,php3,txt,html,zip,tar,bk,bak,gz,shtml [+] Timeout: 10s =============================================================== Starting gobuster in directory enumeration mode =============================================================== /index.php (Status: 200) [Size: 7197] /admin (Status: 301) [Size: 326] [--> http://192.168.56.108/wordpress/admin/] /plugins (Status: 301) [Size: 328] [--> http://192.168.56.108/wordpress/plugins/] /update.php (Status: 200) [Size: 0] /install.php (Status: 200) [Size: 6943] /cms (Status: 301) [Size: 324] [--> http://192.168.56.108/wordpress/cms/] /readme.txt (Status: 200) [Size: 594] /tmp (Status: 301) [Size: 324] [--> http://192.168.56.108/wordpress/tmp/] /layouts (Status: 301) [Size: 328] [--> http://192.168.56.108/wordpress/layouts/] /gpl.txt (Status: 200) [Size: 17996] /docu (Status: 301) [Size: 325] [--> http://192.168.56.108/wordpress/docu/]
|