hackfest2016 : Quaoar
15 Apr 2019 | WalkthroughsHostname: quaoar
IP Address: 10.183.0.219
Date started: April 14, 2019 7:36 PM
Date completed: April 15, 2019 9:59 AM
Information Gathering/Recon
The IP address is obtained via DHCP at boot. In my case, the IP is 10.183.0.219.
Service Enumeration/Scanning
root@kali:~/Walkthroughs/hackfest2016/quaoar# nmap -Pn -sT -A -p 1-65535 -oA quaoar 10.183.0.219
    Starting Nmap 7.70 ( https://nmap.org ) at 2019-04-14 20:44 EDT
    Nmap scan report for Quaoar.homenet.dom (10.183.0.219)
    Host is up (0.0025s latency).
    Not shown: 65526 closed ports
    PORT    STATE SERVICE     VERSION
    
        22/tcp  open  ssh         OpenSSH 5.9p1 Debian 5ubuntu1 (Ubuntu Linux; protocol 2.0)
    
    | ssh-hostkey: 
    |   1024 d0:0a:61:d5:d0:3a:38:c2:67:c3:c3:42:8f:ae:ab:e5 (DSA)
    |   2048 bc:e0:3b:ef:97:99:9a:8b:9e:96:cf:02:cd:f1:5e:dc (RSA)
    |_  256 8c:73:46:83:98:8f:0d:f7:f5:c8:e4:58:68:0f:80:75 (ECDSA)
    
        53/tcp  open  domain      ISC BIND 9.8.1-P1
    
    | dns-nsid: 
    |_  bind.version: 9.8.1-P1
    
        80/tcp  open  http        Apache httpd 2.2.22 ((Ubuntu))
    
    | http-robots.txt: 1 disallowed entry 
    |_Hackers
    |_http-server-header: Apache/2.2.22 (Ubuntu)
    |_http-title: Site doesn't have a title (text/html).
    
        110/tcp open  pop3        Dovecot pop3d
    
    |_pop3-capabilities: PIPELINING TOP SASL CAPA STLS UIDL RESP-CODES
    |_ssl-date: 2019-04-15T00:44:46+00:00; 0s from scanner time.
    
        139/tcp open  netbios-ssn Samba smbd 3.X - 4.X (workgroup: WORKGROUP)
    
    
        143/tcp open  imap        Dovecot imapd
    
    |_imap-capabilities: more ENABLE IDLE SASL-IR ID LITERAL+ LOGIN-REFERRALS post-login have LOGINDISABLEDA0001 Pre-login OK capabilities IMAP4rev1 STARTTLS listed
    |_ssl-date: 2019-04-15T00:44:45+00:00; 0s from scanner time.
    
        445/tcp open  netbios-ssn Samba smbd 3.6.3 (workgroup: WORKGROUP)
    
    
        993/tcp open  ssl/imaps?
    
    |_ssl-date: 2019-04-15T00:44:45+00:00; 0s from scanner time.
    
        995/tcp open  ssl/pop3s?
    
    |_ssl-date: 2019-04-15T00:44:45+00:00; 0s from scanner time.
    MAC Address: 08:00:27:5A:46:1B (Oracle VirtualBox virtual NIC)
    Device type: general purpose
    Running: Linux 2.6.X|3.X
    OS CPE: cpe:/o:linux:linux_kernel:2.6 cpe:/o:linux:linux_kernel:3
    OS details: Linux 2.6.32 - 3.10
    Network Distance: 1 hop
    Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
    Host script results:
    |_clock-skew: mean: 40m00s, deviation: 1h37m59s, median: 0s
    |_nbstat: NetBIOS name: QUAOAR, NetBIOS user: <unknown>, NetBIOS MAC: <unknown> (unknown)
    | smb-os-discovery: 
    |   OS: Unix (Samba 3.6.3)
    |   Computer name: Quaoar
    |   NetBIOS computer name: 
    |   Domain name: homenet.dom
    |   FQDN: Quaoar.homenet.dom
    |_  System time: 2019-04-14T20:44:46-04:00
    | smb-security-mode: 
    |   account_used: guest
    |   authentication_level: user
    |   challenge_response: supported
    |_  message_signing: disabled (dangerous, but default)
    |_smb2-time: Protocol negotiation failed (SMB2)
    TRACEROUTE
    HOP RTT     ADDRESS
    1   2.50 ms Quaoar.homenet.dom (10.183.0.219)
    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 155.90 seconds