目录 题目:
实现过程
控制器代码
DAL BLL
Index
ADD 题目: 实现过程
控制器代码
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using MvcApplication1.Models;
namespace …
Runner-HackTheBox
信息搜集
nmap扫描端口
nmap -sV -v 10.10.11.13扫描结果如下
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.9p1 Ubuntu 3ubuntu0.6 (Ubuntu Linux; protocol 2.0)
80/tcp open http nginx 1.18.0 (Ubuntu)
8000…