Lluna's Pure land.

What is life like when singing to wine?

0%

1.安装apache

1
2
3
yum install httpd -y
systemctl start httpd
systemctl enable httpd

2.安装配置PHP

1
2
3
4
5
6
7
8
yum install epel-release -y

yum install -y http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum-utils

yum-config-manager --enable remi-php72

yum install -y php php-mbstring php-gd php-mcrypt php-pear php-pspell php-pdo php-xml php-mysqlnd php-process php-pecl-zip php-xml php-intl php-zip php-zlib

阅读全文 »

0x00官网描述

This box is upgraded edition of previous (MyFileServer 2) box.

Multiple way to get user and root flags are added.

Ping me on twitter @CyberKnight00 if you face any difficulty.

Don’t stop after finding 1 way there are more ways.

This works better with VirtualBox than VMware.

阅读全文 »

0x00.官网描述

DC-9 is another purposely built vulnerable lab with the intent of gaining experience in the world of penetration testing.

The ultimate goal of this challenge is to get root and to read the one and only flag.

Linux skills and familiarity with the Linux command line are a must, as is some experience with basic penetration testing tools.

For beginners, Google can be of great assistance, but you can always tweet me at @DCAU7 for assistance to get you going again. But take note: I won’t give you the answer, instead, I’ll give you an idea about how to move forward.

阅读全文 »