-
20252915时进旭 2025-2026-2 《网络攻防实践》第七周作业
实践内容 (1)使用Metasploit进行Linux远程渗透攻击 任务:使用Metasploit渗透测试软件,攻击Linux靶机上的Samba服务Usermap_script安全漏洞,获取目标Linux靶机的主机访问权限。实践步骤如下: ①启动Metasploit软件,可根据个人喜好使用msfco -
实验四
task1 #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)) -
Python4.27第三次实验
20254318 2025-2026-2 《Python程序设计》实验三实验报告 课程:《Python程序设计》 班级: 2543 姓名: 李观其 学号: 20254318 实验教师:王志强 实验日期:2026年4月27日 必修/选修:公选课 1. 实验内容 (1)创建服务端和客户端,选择一个通信端 -
20254311实验三《Python程序设计》实验报告
学号 2025-2026-2 《Python程序设计》实验三报告 课程:《Python程序设计》 班级: 2543 姓名: 孙小涵 学号:20254311 实验教师:王志强 实验日期:2026年4月27日 必修/选修: 公选课 1.实验内容 1.1个人编程与队友互相通信 1.创建服务端和客户端,选择 -
实验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("size -
实验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) -
实验四
任务一 源代码 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 -
实验四
任务1 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1, 9, 8, 4}; int i; printf("sizeof(x) = %zu\n", sizeof(x)); for (i = 0; i < -
20253916 2025-2026-2 《网络攻防实践》实践7报告
1.实践内容 核心围绕 Linux 系统远程渗透与攻防对抗展开,将理论知识与实操实践紧密结合,逐步完善了 Linux 攻防的知识体系。理论层面,我重点学习了 Linux 系统中 Samba 服务的工作原理,深入理解了 Usermap_script 安全漏洞的成因 —— 由于 Samba 服务配置不当 -
实验四报告
实验一 源代码: 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 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) -
实验4
实验任务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 -
实验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 printf("sizeof(x) = %d\n", sizeof -
实验4
任务一 源代码 #include <stdio.h> #include<stdlib.h> #define N 4 #define M 2 void test1() { int x[N] = { 1, 9, 8, 4 }; int i; // 输出数组x占用的内存字节数 printf("sizeof -
实验四
test_1 验证性实验。验证数组的特性:类型相同、有序存放。 在C开发环境下,输入如下程序。结合运行结果,理解代码、回答问题。 点击查看代码 #include <stdio.h> #define N 4 #define M 2 void test1() { int x[N] = {1,9,8,4} -
实验四
任务一 源代码: 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 -
实验四
任务一 源代码 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占用的内存字节 -
实验4
实验任务1 源代码 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 = -
实验4
#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=0;i<N;++i) printf("%p:%d\ -
实验4 C语言函数应用编程
实验任务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", sizeo