cockpit

Nmap scan report for 192.168.248.10
Host is up (0.20s latency).
Not shown: 65532 closed tcp ports (reset)
PORT     STATE SERVICE VERSION
22/tcp   open  ssh     OpenSSH 8.2p1 Ubuntu 4ubuntu0.5 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 
|   3072 98:4e:5d:e1:e6:97:29:6f:d9:e0:d4:82:a8:f6:4f:3f (RSA)
|   256 57:23:57:1f:fd:77:06:be:25:66:61:14:6d:ae:5e:98 (ECDSA)
|_  256 c7:9b:aa:d5:a6:33:35:91:34:1e:ef:cf:61:a8:30:1c (ED25519)
80/tcp   open  http    Apache httpd 2.4.41 ((Ubuntu))
|_http-title: blaze
|_http-server-header: Apache/2.4.41 (Ubuntu)
9090/tcp open  http    Cockpit web service 198 - 220
|_http-title: Did not follow redirect to https://192.168.248.10:9090/
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel

┌──(kali㉿kali)-[~/ctf/pg/cockpit]
└─$ feroxbuster -u http://192.168.248.10/ -w ~/tools/seclists/Discovery/Web-Content/raft-large-files.txt -C 404 
                                                                                                                                                                                                                                                                                                                                   
 ___  ___  __   __     __      __         __   ___
|__  |__  |__) |__) | /  `    /  \ \_/ | |  \ |__
|    |___ |  \ |  \ | \__,    \__/ / \ | |__/ |___
by Ben "epi" Risher 🤓                 ver: 2.11.0
───────────────────────────┬──────────────────────
 🎯  Target Url            │ http://192.168.248.10/
 🚀  Threads               │ 50
 📖  Wordlist              │ /home/kali/tools/seclists/Discovery/Web-Content/raft-large-files.txt
 💢  Status Code Filters   │ [404]
 💥  Timeout (secs)        │ 7
 🦡  User-Agent            │ feroxbuster/2.11.0
 🔎  Extract Links         │ true
 🏁  HTTP methods          │ [GET]
 🔃  Recursion Depth       │ 4
───────────────────────────┴──────────────────────
 🏁  Press [ENTER] to use the Scan Management Menu™
──────────────────────────────────────────────────
404      GET        9l       31w      276c Auto-filtering found 404-like response and created new filter; toggle off with --dont-filter
403      GET        9l       28w      279c Auto-filtering found 404-like response and created new filter; toggle off with --dont-filter
200      GET       65l      128w     1108c http://192.168.248.10/css/style.css
200      GET       28l       63w      769c http://192.168.248.10/login.php
200      GET      278l      506w     5366c http://192.168.248.10/css/index.css
200      GET       78l      321w     3349c http://192.168.248.10/
200      GET       78l      321w     3349c http://192.168.248.10/index.html
200      GET       29l       60w      477c http://192.168.248.10/css/type.css
302      GET        0l        0w        0c http://192.168.248.10/logout.php => login.php
200      GET        0l        0w        0c http://192.168.248.10/db_config.php
200      GET       10l       28w      233c http://192.168.248.10/blocked.html
[####################] - 3m     37060/37060   0s      found:9       errors:0      
[####################] - 3m     37051/37051   231/s   http://192.168.248.10/ 
[####################] - 0s     37051/37051   92628/s http://192.168.248.10/css/ => Directory listing (add --scan-dir-listings to scan)   

Last updated