-
20252808 2025-2026-2 《网络攻防实践》第六次作业
20252808 2025-2026-2 《网络攻防实践》第六次作业 一. 实验内容 1.1 实验内容概述 动手实践Metasploit windows attacker 使用metasploit软件进行windows远程渗透统计实验:使用windows Attacker/BT4攻击机尝试对wind -
20253905 2025-2026-2 《网络攻防实践》实践七报告
20253905 2025-2026-2 《网络攻防实践》实践七报告 1.实践内容 利用Metasploit工具调用Samba服务usermap_script漏洞模块,配置相关参数后对Linux靶机实施渗透,获取远程Shell与主机权限 攻防对抗,攻击方借助Metasploit渗透Metasploi -
实验4
++实验任务1 源代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("si -
Python4.27第三次实验
20254318 2025-2026-2 《Python程序设计》实验三实验报告 课程:《Python程序设计》 班级: 2543 姓名: 李观其 学号: 20254318 实验教师:王志强 实验日期:2026年4月27日 必修/选修:公选课 1. 实验内容 (1)创建服务端和客户端,选择一个通信端 -
实验四
点击查看代码 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占用的内存字节数 -
20251911 2025-2026-2 《网络攻防实践》第8次作业报告
1. 实践内容 动手实践任务一:对rada恶意代码样本进行文件类型识别、脱壳与字符串提取。具体包括:(1)使用file命令和PEiD工具识别文件格式、运行平台和加壳工具;(2)使用超级巡警脱壳机进行脱壳处理;(3)使用strings命令和IDA Pro提取字符串,找出恶意代码的编写作者。 动手实践任 -
实验4
任务1 1 #include<stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = { 1,9,8,4 }; 7 int i; 8 9 //输出数组x占用的内存字节数 10 printf("sizeof(x)=%d\ -
实验4
任务1 源代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("sizeof -
实验四-C语言数组应用编程
任务一 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("sizeof(x) -
20253901 2025-2026-2 《网络攻防实践》 第7次作业
学号 2025-2026-2 《网络攻防实践》实践7报告 1. 实践内容 本次实践围绕 Linux 靶机远程渗透与攻防流量分析展开,主要包括两个部分。 第一部分是使用 Metasploit 对 Linux 靶机中的 Samba 服务漏洞进行验证。实验选择 exploit/multi/samba/us -
20253133《Python程序设计》实验三报告
学号20253133《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2531 姓名: 高锐 学号:20253133 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1.实验内容 创建服务端和客户端,服务端在特定端口监听多个客户请求。客户端和服务端通 -
20254113 实验三《Python程序设计》实验报告
20254113 2025-2026-2 《Python程序设计》实验3报告 课程:《Python程序设计》 班级: 2541 姓名: 黄千易 学号:20254113 实验教师:王志强 实验日期:2026年4月28日 必修/选修: 专选课 1.实验内容 创建服务端和客户端,服务端在特定端口监听多个客 -
20254101 实验三《Python程序设计》实验报告
学号 2025-2026-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级:2541 姓名: 李若涵 学号:20254101 实验教师:王志强 实验日期:2026年4月28日 必修/选修: 专选课 1.实验内容 创建服务端和客户端,服务端在特定端口监听多个客户请求。客户端 -
20233225 2025-2026-2 《Python程序设计》实验3报告
2025-2026-2《Python程序设计》实验三报告 课程:《Python程序设计》 班级:2442 姓名:曹熙卓 学号:20233225 实验教师:王志强 实验日期:2026年4月28日 必修/选修:专选课 1.实验内容 这次实验主要是做Socket网络编程,用Python写了一对TCP聊天的 -
实验4
任务1 源代码: 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("sizeo -
实验4
任务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 -
4.29作业
实验任务1 代码 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("sizeo -
实验报告4
task1 源代码: 1 #include <stdio.h> 2 #define N 4 3 #define M 2 4 5 void test1() { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 9 // 输出数组x占用的内存字节数 10 printf("siz -
实验4
实验任务一 源代码task1.c 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 pr -
实验4
实验任务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",