-
实验5
任务一 1 #include <stdio.h> 2 #define N 5 3 void input(int x[], int n); 4 void output(int x[], int n); 5 void find_min_max(int x[], int n, int *pmin, int -
20252808 2025-2026-2 《网络攻防实践》第三周作业
20252808 2025-2026-2 《网络攻防实践》第三周作业 一. 实验内容 1.1 实验内容概述 本次实验主要包含了以下内容: 动手实践tcpdump 使用tcpdump开源软件对在本机上访问www.tianya.cn网站过程进行嗅探,回答问题:你在访问www.tianya.cn网站首页时 -
实验5
实验五 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, i -
实验5之雷霆指针
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* p -
20253902 吴晨宇 2025-2026-2 《网络攻防实践》第x周作业
知识点总结 二、操作流程 2.1 安装 2.2 遇到的问题 心得体会 参考文献 -
实验五
实验任务1 1.源代码 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max( -
20253909 2024-2025-2 《网络攻防实践》实践十报告
20253909 2025-2026-2 《网络攻防实践》第10次作业 这次作业有两条主线:SEED SQL 注入攻击与防御、SEED XSS 跨站脚本攻击(Elgg),都在 SEED Ubuntu 16.04 32 位虚拟机里完成。SQL 注入一路从"熟悉 credential 表"开始,先在不知 -
20253920 2025-2026-2 《网络攻防实践》第10次作业
20253920 2025-2026-2 《网络攻防实践》第10次作业 1.实践内容 2.实践过程 2.1SEED SQL注入攻击与防御实验 我们已经创建了一个Web应用程序,并将其托管在 三达不溜.SEEDLabSQLInjection.com。该Web应用程序是一个简单的员工管理应用程序。员工可 -
20252818 2025-2026-2 《网络攻防实践》实践十
1.实践内容 一、SEED SQL注入攻击与防御实验 我们已经创建了一个Web应用程序,并将其托管在 三达不溜.SEEDLabSQLInjection.com。该Web应用程序是一个简单的员工管理应用程序。员工可以通过此Web应用程序查看和更新数据库中的个人信息。此Web应用程序主要有两个角色:管理 -
20254201 实验四《Python程序设计》实验报告
20254201 2025-2026-2 《Python程序设计》实验4报告 课程:《Python程序设计》 班级: 2542 姓名: 邢艺馨 学号:20254201 实验教师:王志强 实验日期:2026年6月1日 必修/选修: 专选课 1.实验内容 Python综合应用:爬虫、数据处理、可视化、机 -
20252903 2025-2026-2 《网络攻防实践》第十周作业
一、核心知识点梳理 1.SQL 注入攻击 SQL 注入攻击是后端未对用户输入进行严格校验与转义,直接将其与 SQL 语句拼接执行,使攻击者能够操控数据库逻辑的漏洞。SELECT 语句注入是最常见的类型,主要用于数据窃取。攻击者在查询类接口插入恶意代码,可将敏感数据与正常业务结果一同返回;若页面无明显 -
20253905 2024-2025-2 《网络攻防实践》实践十报告
20253905 2024-2025-2 《网络攻防实践》实践十报告 1.实践内容 1.1 SEED SQL注入攻击与防御实验 实验环境部署与SQL基础熟悉:修改虚拟机主机名、启动Apache Web服务,登录MySQL数据库,熟练使用基础SQL命令查看数据库、数据表及员工记录信息。 SELECT语 -
20252230 刘畅《Python程序设计》实验报告
20252230 刘畅 《Python程序设计》实验报告 课程:《Python程序设计》 班级: 2522 姓名: 刘畅 学号:20252230 实验教师:王志强 实验日期:2026年4月13日 必修/选修: 公选课 1.实验内容 (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(sca -
实验三
task1 源代码 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 gra -
实验三
实验1 #include <stdio.h> char score_to_grade(int score); // 函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade = score_t -
实验三
任务一 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 grade = s -
实验三
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 grade=score_to_grad -
20251918 2025-2026-2 《网络攻防实践》第6次作业
1.实践内容 实验内容 (1)动手实践Metasploit windows attacker 任务:使用metasploit软件进行windows远程渗透统计实验 具体任务内容:使用windows Attacker/BT4攻击机尝试对windows Metasploitable靶机上的MS08-06 -
实验3
1.实验任务1 源代码 #include <stdio.h> char score_to_grade(int score); //函数声明 int main() { int score; char grade; while(scanf("%d", &score) != EOF) { grade =