-
task5
1-1 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pmin, int *pmax); i -
20252902 2025-2026-2《网络攻防实践》第10周作业
1. 实验内容 一、SEED SQL注入攻击与防御实验 本实验基于SEED Labs提供的SQL注入实验环境,主要围绕一个存在SQL注入漏洞的Web应用程序展开。该Web应用是一个员工管理系统,用户可以通过登录系统查看和修改个人信息。系统中存在管理员和普通员工两类角色,管理员能够查看和管理所有员工信 -
20251917-2025-2026-2 《网络攻防实践》第十周作业
SEED SQL注入与XSS跨站脚本实验 一、实验内容 1. 主要任务 (1)SEED SQL 注入攻击与防御实验 熟悉 SQL 语句:登录数据库,查询credential数据表结构与表内数据; SELECT 注入攻击:利用'#闭合注释绕过登录校验,在无密码前提下以 Admin 管理员账号登录系统; -
实验5
实验任务1 源代码1 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 5 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void find_min_max( -
20252813 2025-2026-2 《网络攻防实践》第9次作业
20252813 2025-2026-2 《网络攻防实践》实践九报告 1.实践内容 1.1本周学习总结 本周学习了软件安全攻防中的缓冲区溢出漏洞利用与Shellcode注入技术。主要包括: 汇编指令与机器码对应关系:掌握了NOP(0x90)、JNE(0x75)、JE(0x74)、JMP(0xEB/E -
实验五
任务一 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #define N 5 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void find_min_max(in -
实验五
实验一: (一) 1.找到数组中最大值和最小值。 2.pmin指向变量min,pmax指向变量max。 (二) 1.找到数组中最大值的地址,返回的是地址。 2.可以。 实验二: (一) 1.数组s1大小是80;sizeof计算的是数组s1占用的字节数;strlen计算的是字符串长度。 2.不能,s1 -
实验5
1.实验任务1 task1_1.c 程序 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int *pm -
20251910 2025-2026-2 《网络攻防实践》第10次作业
20251910 2025-2026-2 《网络攻防实践》第10次作业 目录20251910 2025-2026-2 《网络攻防实践》第10次作业1.实践内容1.1实践要求1.2 相关知识2.1 SQL2.2 SQL注入2.3 XSS2.4 HTMLawed插件2.5 SEED实验虚拟机2.实践过程 -
20253202 2025-2026-2 《Python程序设计》实验四报告
《Python程序设计》实验四报告 课程:《Python程序设计》 班级:2532 姓名:吴江浩 学号:20253202 实验教师:王志强 实验日期:2026年5月25日 必修/选修:公选课 1. 实验内容 Python综合应用:爬虫、数据处理、可视化、机器学习、神经网络、游戏、网络安全等。 本次P -
实验五
task1_1 源代码 #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int* pmin, int* -
20253901 2025-2026-2 《网络攻防实践》实践10报告
20253901 2025-2026-2 《网络攻防实践》实践10报告 1. 实践内容 本次实践主要包括两个部分:SEED SQL注入攻击与防御实验,以及SEED XSS跨站脚本攻击实验。前半部分围绕员工管理系统展开,实验对象是一个存在输入过滤缺陷的 Web 应用。该系统使用 MySQL 数据库存储 -
20251904 2025-2026-2 《网络攻防实践》第十周作业
20251904 2025-2026-2 《网络攻防实践》实践十报告 目录20251904 2025-2026-2 《网络攻防实践》实践十报告1.实践内容1.1实践内容总结1.2知识点总结2.实践过程2.0 下载SEEDUbuntu-16.04并更改主机名2.1 SEED SQL注入攻击与防御实验2 -
实验报告3
TASK1 源代码: 1 #include <stdio.h> 2 3 char score_to_grade(int score); // 函数声明 4 5 int main() { 6 int score; 7 char grade; 8 9 while(scanf("%d", &score) -
20251906 2025-2026-2 《网络攻防实践》第六周作业
1.实践内容 1)动手实践Metasploit windows attacker 任务:使用metasploit软件进行windows远程渗透统计实验 具体任务内容:使用windows Attacker/BT4攻击机尝试对windows Metasploitable靶机上的MS08-067漏洞进行远 -
20252909 2025-2026-2 《网络攻防实践》第7周作业
20252909 2025-2026-2 《网络攻防实践》第7周作业 1.实验内容 (1)使用Metasploit进行Linux远程渗透攻击 任务:使用Metasploit渗透测试软件,攻击Linux靶机上的Samba服务Usermap_script安全漏洞,获取目标Linux靶机的主机访问权限。实 -
实验三
实验一 1 #include <stdio.h> 2 3 char score_to_grade(int score); 4 5 int main() { 6 int score; 7 char grade; 8 9 while(scanf("%d", &score) != EOF) { 10 gr -
[T.8] 团队项目:团队贡献分分配规则
[T.8] 团队项目:团队贡献分分配规则 项目 内容 这个作业属于哪个课程 2026年春季软件工程 这个作业的要求在哪里 [T.8] 团队项目:团队贡献分分配规则 我在这个课程的目标是 熟悉敏捷开发的理论,并通过实际开发产品进行实践 这个作业在哪个具体方面帮助我实现目标 提出一个可用的团队贡献分分配 -
实验5
任务1: 代码: 1 #include <stdio.h> 2 #define N 5 3 4 void input(int x[], int n); 5 void output(int x[], int n); 6 void find_min_max(int x[], int n, int *pm -
实验五
实验1 task.1 代码 1 #include <stdio.h> 2 #define N 5 3 #include <stdlib.h> 4 5 void input(int x[], int n); 6 void output(int x[], int n); 7 void find_min_