-
20251906 2025-2026-2 《网络攻防实践》第七周作业
1.实践内容 (1)使用Metasploit进行Linux远程渗透攻击 任务:使用Metasploit渗透测试软件,攻击Linux靶机上的Samba服务Usermap_script安全漏洞,获取目标Linux靶机的主机访问权限。实践步骤如下: ①启动Metasploit软件,可根据个人喜好使用msf -
20251913 2025-2026-2 《网络攻防实践》 第7次作业
1.实践内容 使用Metasploit进行Linux远程渗透攻击 任务:使用Metasploit渗透测试软件,攻击Linux靶机上的Samba服务Usermap_script安全漏洞,获取目标Linux靶机的主机访问权限。实践步骤如下: 启动Metasploit软件,可根据个人喜好使用msfcons -
实验四
task1#include <stdio.h>#define N 4#define M 2void test1() { int x[N] = {1, 9, 8, 4}; int i; printf("sizeof(x) = %d\n", sizeof(x)); for (i = 0; i < N; -
实验四
实验任务1 1.源代码 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = { 1, 9, 8, 4 }; int i; // 输出数组x占用的内存字节数 printf("sizeof(x) = %d\n", si -
实验四
实验1 代码 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; // 输出数组x占用的内存字节数 printf("sizeof(x) = %d\n", sizeof(x) -
20252808 2025-2026-2 《网络攻防实践》第七次作业
20252808 2025-2026-2 《网络攻防实践》第七次作业 一. 实验内容 1.1 实验内容概述 (1)使用Metasploit进行Linux远程渗透攻击 使用Metasploit渗透测试软件,攻击Linux靶机上的Samba服务Usermap_script安全漏洞,获取目标Linux靶机 -
20252912 2024-2025-2 《网络攻防实践》实验九
1 实验内容 有一个名为pwn1的linux可执行文件,该程序正常执行流程是:main调用foo函数,foo函数会简单回显任何用户输入的字符串。 该程序同时包含另一个代码片段getShell,会返回一个可用Shell。正常情况下这个代码是不会被运行的 1.1 通过修改文件跳转到getshell 手工 -
实验四
任务一 源代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 #include<stdlib.h> 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节 -
20254126王溪泽 实验三报告
20254126王溪泽《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2541 姓名: 王溪泽 学号:20254126 实验教师:王志强 实验日期:2026年4月28日 必修/选修:专选课 1.实验内容 实验一:创建服务端和客户端,服务端在特定端口监听多个客户请求。客户端 -
实验4
实验任务1 源代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 void test1() { 5 int x[N] = { 1, 9, 8, 4 }; 6 int i; 7 printf("sizeof(x) = %d\n", sizeof( -
实验4 C语言数组应用编程
任务1 源代码 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 4 4 #define M 2 5 6 void test1() { 7 int x[N] = {1, 9, 8, 4}; 8 int i; 9 10 printf("size -
实验4
实验任务1 点击查看代码 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; printf("sizeof(x) = %d\n", sizeof(x)); for (i = -
20251918 2025-2026-2 《网络攻防实践》实践八报告
1.实践内容 1.1 实验内容 恶意代码样本rada脱壳: 对提供的rada恶意代码样本,进行文件类型识别,脱壳与字符串提取,以获得rada恶意代码的编写作者 逆向分析: 使用IDA Pro静态或动态分析crackme1.exe和crackme2.exe,寻找特定的输入,使其能够输出成功信息。 分析 -
20242219 实验三《Python程序设计》实验报告
学号 2025-2026-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2422 姓名: 陈儒俊 学号:20242219 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1. 实验内容 1.1实验内容 创建服务端和客户端,服务端在特定端口监听 -
20252907 2025-2026-2 《网络攻防实践》第九周作业
20252907 2025-2026-2 《网络攻防实践》第九周作业 1.实践内容 1.1 实践目标 本次实践的对象是一个名为pwn1的linux可执行文件。该程序正常执行流程是:main调用foo函数,foo函数会简单回显任何用户输入的字符串。该程序同时包含另一个代码片段getShell,会返回一 -
20242218 2025-2026-2 《Python程序设计》实验三报告
20242218 2025-2026-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2422 姓名: 段锦坤 学号:20242218 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1.实验内容 创建服务端和客户端,服务端在特定端口监听多个客 -
20252904 2025-2026-2 《网络攻防实践》第7周作业
20252904 2025-2026-2 《网络攻防实践》第7周作业 1.实践内容 1.1 实验要求 使用 Metasploit 加载 Samba Usermap_script 漏洞利用模块,配置目标主机和攻击载荷,执行远程渗透攻击并验证是否成功获取 Linux 靶机 Shell 权限。 攻击方利用 -
20252817 2025-2026-2 《网络攻防实践》实践七报告
学号 20252817 2025-2026-2 《网络攻防实践》实践七报告 1. 实践内容 本次实践主要围绕 Linux 远程渗透攻击和攻防对抗分析展开。和前一次 Windows 远程渗透实验相比,这次的目标换成了 Linux 靶机,重点是利用 Metasploit 对 Metasploitable -
20252806 2025-2026-2 《网络攻防实践》第七周作业
20252806 2025-2026-2 《网络攻防实践》第七周作业 1.实践内容 (1)使用Metasploit开展Linux远程渗透攻击 核心任务:运用Metasploit渗透测试工具,针对Linux靶机上Samba服务存在的Usermap_script安全漏洞实施渗透攻击,成功获取目标Linu