-
20232427 2025-2026-1 《网络与系统攻防技术》实验八实验报告
一、实验目的 1.Web前端HTML。能安装启停Apache,编写含表单的HTML网页。 2.Web前端javascipt。能用JS验证表单并回显欢迎信息,测试XSS注入。 3.Web后端数据库。能安装配置MySQL,完成建库建用户建表操作。 4.Web后端数据库连接。能用PHP连接数据库,实现用户 -
20232322 2025-2026-1 《网络与系统攻防技术》实验七实验报告
一.实验内容 应用SET工具建立冒名网站 应用Ettercap进行DNS欺骗 综合运用两种方法进行钓鱼攻击 二.实验目的 理解常用网络欺骗的原理 三.实验环境 kali liunx虚拟机 Windows XP虚拟机 四.实验过程与分析 1.应用SET工具建立冒名网站 输入setoolkit,选择 1 -
实验三
#include "window.hpp" #include <iostream> void test(){ Window w("Demo"); w.add_button("add"); w.add_button("remove"); w.add_button("modify"); w.add_bu -
实验4
#pragma once #include <vector> #include <array> #include <string> class GradeCalc { public: GradeCalc(const std::string& cname); void input(int n); // -
实验三 类和对象
##实验一 button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_l -
实验三
任务一 button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_lab -
实验三
任务一: button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_la -
OOP-实验3
一、任务1 1.源代码 button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& -
实验三
TASK1 button.hpp 点击查看代码 #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string -
高级语言程序设计课程第七次个人作业
高级语言程序设计课程第七次个人作业 这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里: https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 姓名:林帅前 学号:1 -
高级语言程序设计课程第七次个人作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx/ 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500405 姓名:刘诺涵 一.定义一个二维数 -
高级语言程序设计第七次作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx/ 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/15587 学号:102500434 姓名:王志勇 1. 2. 3. -
实验3
1.实验任务1 button.hpp源码 点击查看代码 #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::st -
第六次作业
这个作业属于哪个课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求在哪里:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/14585 学号:102500418 姓名:王俊豪 -
实验3 类和对象_基础编程2
任务一: #pragma once #pragma once #include <iostream> #include <vector> #include <algorithm> #include "button.h" // 窗口类 class Window { public: Window(con -
实验三:类和对象_基础编程2
实验一: button.hpp代码: #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get -
20232421 2025-2026-1 《网络与系统攻防技术》实验六实验报告
1.实践内容 前期渗透 主机发现 端口扫描 选做:也可以扫系统版本、漏洞等。 Vsftpd源码包后门漏洞(21端口) SambaMS-RPC Shell命令注入漏洞(139端口) Java RMI SERVER命令执行漏洞(1099端口) PHP CGI参数执行注入漏洞(80端口) 2.实践过程 3 -
20232424 2025-2026-1 《网络与系统攻防技术》实验六实验报告
20232424 2025-2026-1 《网络与系统攻防技术》实验六实验报告 1.实验内容 (1)前期渗透 (2)Vsftpd源码包后门漏洞(21端口) (3)SambaMS-RPC Shell命令注入漏洞(端口139) (4)Java RMI SERVER命令执行漏洞(1099端口) (5)PH -
20232411 2024-2025-1 《网络与系统攻防技术》实验六实验报告
1.实验内容 进行前期渗透 利用Vsftpd 2.3.4源码包后门漏洞(21端口) 利用Samba MS-RPC Shell命令注入漏洞(139端口) 利用Java RMI Server命令执行漏洞(1099端口) 利用PHP CGI参数执行注入漏洞(80端口) 2.实验过程 1.准备环境 从Rap -
实验3 类和对象_基础编程
TASK1 button.hpp #pragma once #include <iostream> #include <string> class Button { public: Button(const std::string &label_); const std::string& get_l