Description:
A small VM made for a Dutch informal hacker meetup called Fristileaks. Meant to be broken in a few hours without requiring debuggers, reverse engineering, etc..
NOTE:设置是需要把虚拟机的mac地址改为08:00:27:A5:A6:76虚拟机打开是这个样子目标是成为root用户并拿到flag
信息收集首先是寻找目标机
nmap -sn 192.168.224。
root@kali:~# nmap -sn 192.168.224.0/24
Starting Nmap 7.40 ( https://nmap.org )
Nmap scan report for 192.168.224.1
Host is up (0.00024s latency).
MAC Address: 00:50:56:C0:00:08 (VMware)
Nmap scan report for 192.168.224.2
Host is up (0.00016s latency).
MAC Address: 00:5 ...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1 hexo new "My New Post"
More info: Writing
Run server1 hexo server
More info: Server
Generate static files1 hexo generate
More info: Generating
Deploy to remote sites1 hexo deploy
More info: Deployment