✒️
Report
  • Introduction
  • MCC 2022
    • ThisIsSoEasy1
    • Hermoso
  • Vulnhub
    • Kioptrix
      • Level 1.1
      • Level 1.2
      • Level 1.3
      • Level 1.4
    • Symfonos
      • Symfonos 1
      • Symfonos 2
      • Symfonos 3
      • Symfonos 4
    • DC
      • DC6
      • DC9
    • Sar1
    • Toppo 1
    • Prime 1
    • Bob 1.0.1
    • Escalate Linux < NOT FINISH >
    • Djinn 1
    • Golden Eye 1
    • Hackme1
    • Stapler 1
    • DerpNStink
    • Lin Security
    • W34KN3SS
  • Symfonos 5 <NOT WORKING>
  • Hackthebox
    • Delivery (Easy)
    • Spectra (Easy)
    • Script Kiddie (Easy)
    • Armageddon (Easy)
    • Love (Easy)
    • Knife (Easy)
    • Traverxec (Easy)
    • Bastion (Easy)
    • Heist (Easy)
    • Shocker (Easy)
    • Active (Easy)
    • The Notebook (Medium)
    • Paper (Easy)
    • Jerry (Easy)
    • Networked (Easy)
    • Swagshop (Easy) - Not Working
    • Lame (Easy)
Powered by GitBook
On this page
  • Enumeration
  • Nmap

Was this helpful?

  1. Hackthebox

Swagshop (Easy) - Not Working

Enumeration

Nmap

nmap -sC -sV -oA nmap/swagshop 10.129.162.28
Starting Nmap 7.92 ( https://nmap.org ) at 2022-06-08 05:08 EDT
Nmap scan report for swagshop.htb (10.129.162.28)
Host is up (0.20s latency).
Not shown: 998 closed tcp ports (conn-refused)
PORT   STATE SERVICE VERSION
22/tcp open  ssh     OpenSSH 7.2p2 Ubuntu 4ubuntu2.8 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 
|   2048 b6:55:2b:d2:4e:8f:a3:81:72:61:37:9a:12:f6:24:ec (RSA)
|   256 2e:30:00:7a:92:f0:89:30:59:c1:77:56:ad:51:c0:ba (ECDSA)
|_  256 4c:50:d5:f2:70:c5:fd:c4:b2:f0:bc:42:20:32:64:34 (ED25519)
80/tcp open  http    Apache httpd 2.4.18 ((Ubuntu))
|_http-server-header: Apache/2.4.18 (Ubuntu)
|_http-title: Home page
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 34.91 seconds

We can navigate t port 80

We can see when we navigate to port 80, it redirects us to swagshop.htb.

What we need to do is add the swagshop to /etc/hosts.

PreviousNetworked (Easy)NextLame (Easy)

Last updated 3 years ago

Was this helpful?