-
20251909 2025-2026-2 《网络攻防实践》实践十一
1.实践内容 1)web浏览器渗透攻击 任务:使用攻击机和Windows靶机进行浏览器渗透攻击实验,体验网页木马构造及实施浏览器攻击的实际过程。 实验步骤: ①选择使用Metasploit中的MS06-014渗透攻击模块 ②选择PAYLOAD为任意远程Shell连接 ③设置服务器地址和URL参数,运 -
[T.12] 团队项目:Alpha 阶段发布说明
[T.12] 团队项目:Alpha 阶段发布说明 项目 内容 这个作业属于哪个课程 2026年春季软件工程 这个作业的要求在哪里 团队项目:Alpha 阶段发布说明 我在这个课程的目标是 熟悉敏捷开发的理论,并通过实际开发产品进行实践 这个作业在哪个具体方面帮助我实现目标 以用户视角说明 Alpha -
[P] 结对项目:花见小路
项目 内容 这个作业属于哪个课程 2026年春季软件工程 这个作业的要求在哪里 结对项目:花见小路 我在这个课程的目标是 提高工程能力,熟悉团队开发过程,积累沟通协作经验 这个作业在哪个具体方面帮助我实现目标 深入体会结对编程过程,积累合作经验 → 📖 Q0.0(P) 【你可以在结对结束后补充】如 -
20254204刘俐《Python程序设计》实验二报告
20254204刘俐 2025-2026-2 《Python程序设计》实验二报告 课程:《Python程序设计》 班级: 2542 姓名: 刘俐 学号:20254204 实验教师:王志强 实验日期:2026年4月7日 必修/选修: 专选课 1.实验内容 (1)编写计算器程序 设计并完成一个完整的应用 -
实验2
#define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0)); -
实验2
任务1 源代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 7 int main() { 8 int number; 9 int i; 10 11 srand(time(0)); 1 -
实验2
task1 源代码 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 6 #define N 5 7 int main(){ 8 int number; 9 int i; 10 11 srand(time(0)); 12 -
实验2
1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 int main() { int number; int i; srand(time(0)); for(i = 0; i < N; ++i) { number -
实验2
任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 5 #define N 5 6 7 int main() { 8 int number; 9 int i; 10 11 srand(time(0)); 12 fo -
20254115刘知儒 2025-2026-2 《Python程序设计》实验2报告
课程:《Python程序设计》 班级: 2541 姓名: 刘知儒 学号:20254115 实验教师:王志强 实验日期:2026年4月7日 必修/选修: 专选课 一、实验内容 (1) 编写计算器程序 1、 设计并完成一个完整的应用程序,完成加减乘除模等运算,功能多多益善 2、 考核基本语法、判定语句、 -
实验3
试验任务1 代码 1 #include <stdio.h> 2 #include <stdlib.h> 3 char score_to_grade(int score); 4 5 int main(){ 6 int score; 7 char grade; 8 9 while(scanf("%d", -
20251913 2025-2026-2 《网络攻防实践》第6次作业
1.实践内容 (1)动手实践Metasploit windows attacker 任务:使用metasploit软件进行windows远程渗透统计实验 具体任务内容:使用windows Attacker/BT4攻击机尝试对windows Metasploitable靶机上的MS08-067漏洞进行 -
实验3_C语言函数应用编程
任务一 源代码: 1 #include <stdio.h> 2 char score_to_grade(int score); 3 int main() { 4 int score; 5 char grade; 6 while(scanf("%d", &score) != EOF) { 7 grad -
20251907 2025-2026-2《网络攻防实践》 第五周作业
20251907 2025-2026-2《网络攻防实践》 第五周作业 1.实验目的 熟练掌握 Linux iptables 基础配置,可精准实现 ICMP 协议过滤,同时限制指定 IP 对特定端口的访问,有效管控网络访问权限,保障主机基础安全。 借助 Snort 工具对 pcap 流量文件开展入侵检 -
20253201刘人宁实验二实验报告
学号 20253201 《Python程序设计》实验x报告 课程:《Python程序设计》 班级: 2532 姓名: 刘人宁 学号:20253201 实验教师:王志强 实验日期:2026年4月13日 必修/选修: 公选课 1.实验内容 (1)编写计算器程序 代码 运行结果 gitee链接 (2)用L -
实验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) != EOF) { 10 -
实验3
1.实验任务1 task1.c #include <stdio.h> char score_to_grade(int score); int main() { int score; char grade; while (scanf("%d", &score) != EOF) { grade = sc -
20252904 2025-2026-2 《网络攻防实践》第10周作业
20252904 2025-2026-2 《网络攻防实践》第10周作业 1.实践内容 1.1实践任务 1、SEED SQL注入攻击与防御实验 (1)熟悉SQL语句:进入 Users 数据库,查看 credential 表的结构与数据内容,掌握基本 SQL 查询方式。 (2)SELECT注入攻击:针对 -
20253908 2025-2026-2 《网络攻防实践》第十周作业
1. 实践内容 (1)SQL 注入攻击与防御实验 这个实验主要是了解 Web 应用里 SQL 注入是怎么产生的,以及应该怎么防。简单来说,就是当程序把用户输入的内容直接拼到 SQL 语句里,而且没有做检查时,就可能被攻击者利用。 实验过程中,我们会接触 MySQL 数据库,了解 SELECT 查询语 -
实验五
task1-1.c 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 *p