just-like-this

简介

image-20220612153658026

下载

流程

信息收集

主机探活

kali中使用arp-scan进行主机探活

arp-scan --interface eth0 192.168.0.0/24 

image-20220612153755868

经过筛选可以知道192.168.0.152 是DC-3的ip

端口扫描

nmap  -sC -sV -p- 192.168.0.152

image-20220612154101200

发现这里只是开了80端口

看下80端口,通过wappalyzer,发现用的是JoomlaCMS,而且用的是PHP

image-20220612154242681

同时主页也给我们提示,表明这个靶机只有一个flag

DC-3

Home

Welcome to DC-3Details

  • Written by admin

Welcome to DC-3.

This time, there is only one flag, one entry point and no clues.

To get the flag, you'll obviously have to gain root privileges.

How you get to be root is up to you - and, obviously, the system.

Good luck - and I hope you enjoy this little challenge.

相关文章:

  • 2021-07-26
  • 2021-07-26
  • 2021-05-06
  • 2021-11-16
  • 2021-11-18
  • 2021-06-21
  • 2022-01-07
  • 2021-11-13
猜你喜欢
  • 2021-10-23
  • 2021-10-04
  • 2021-09-18
  • 2021-12-23
  • 2021-08-07
  • 2021-04-11
  • 2021-07-11
相关资源
相似解决方案