1. 内核raw发包 #include <linux/init.h>#include <linux/module.h> #include <linux/kernel.h>#include <linux/moduleparam.h>#include <linux/ip.h>#include <linu ...
分类:
系统相关 时间:
2019-06-07 22:36:06
阅读次数:
512
2018 2019 2 网络对抗技术 20165216 Exp9 Web安全基础 1.1.实验内容概述 本实践的目标理解常用网络攻击技术的基本原理,做不少于7个题目,共3.5分。包括(SQL,XSS,CSRF)。Webgoat实践下相关实验。 1.2.实验环境 Kali Linux 64bit(IP ...
分类:
Web程序 时间:
2019-05-26 18:28:08
阅读次数:
219
VM 已安装 centos6.5 Final 已安装 配置好了Linux IP ,并能ping 通 ,例如 : ping www.baidu.com 安装火狐浏览器: 最好的方法是联网安装,用yum命令: yum install firefox 参考: https://zhidao.baidu.co ...
分类:
系统相关 时间:
2019-03-24 23:14:11
阅读次数:
474
1. IP 地址配置 (1) 使用 setup 工具 $ setup ps 是 系列的功能;一般地, 系列没有这个功能 Xubuntu 没有这个功能 (2) 启动网卡 step1 $ vi /etc/sysconfig/network scripts/ifcfg eth0 step2 把 ONBOO ...
分类:
系统相关 时间:
2019-03-16 22:07:41
阅读次数:
231
ettercap在局域网中的应用 dns欺骗 攻击机:kali linux ,ip地址:192.168.174.128 靶场机器:windows7,ip地址: 192.168.174.129 配置ettercap 使用工具ettercap,配置/etc/ettercap/etter.dns文件中投毒 ...
分类:
其他好文 时间:
2019-03-03 18:59:25
阅读次数:
212
Centos 系统ip配置 centos系统ip配置文件的路径:/etc/sysconfig/network-scripts目录中。以下是ip配置文件默认的配置:IPV6 INIT=yesIPV6_AUTOCONF=yesIPV6_DEFROUTE=yesIPV6_PEERDNS=yesIPV6_P ...
分类:
系统相关 时间:
2018-12-28 00:49:29
阅读次数:
279
1.修改linux ip 手动修改 也可以命令修改 vim /etc/sysconfig/network-scripts/ifcfg-eth0 2.修改主机名(注意ubuntu版本方式) vim /etc/sysconfig/network 将之前的名字更改为itcast01 3.修改主机名与 ip ...
分类:
系统相关 时间:
2018-12-03 19:56:12
阅读次数:
218
DHCP服务: 俩台机器 Linux服务器 与 Windows客户端: 1.实验步骤: DHCP服务器(Linux):IP 192.168.10.1/24 VMnet2 客户端(windows):网卡是自动获取2.安装DHCP服务: 软件包:dhcp.****.rpm 安装命令:yum instal ...
分类:
其他好文 时间:
2018-11-01 16:57:34
阅读次数:
222
Network monitoring on Linux This post mentions some linux command line tools that can be used to monitor the network usage. These tools monitor the tr ...
分类:
系统相关 时间:
2018-10-25 16:27:28
阅读次数:
254
1. 关闭selinux 与防火墙 在虚拟机装好之后之后,先关闭selinux与防火墙 2. 配置ip 3. 配置网关 vim /etc/sysconfig/network 4. ping waiwang ping www.baidu.com 5. https://blog.csdn.net/tzh ...
分类:
系统相关 时间:
2018-10-12 23:49:11
阅读次数:
270