2019 2020 2 网络对抗技术 20175213吕正宏 Exp4 恶意代码分析 一、实验目标与内容 实验目标: 监控你自己系统的运行状态,看有没有可疑的程序在运行。 分析一个恶意软件,就分析Exp2或Exp3中生成后门软件;分析工具尽量使用原生指令或sysinternals,systracer ...
分类:
其他好文 时间:
2020-04-17 21:58:01
阅读次数:
75
1.使用ASDM进入到配置页面,点开NAT Rules,然后新增Network Object,NAT选项如下图所示设定。 下图设定外网IP映射到内网IP地址192.168.104.2,协议单独使用TCP-smtp。 2.设定防火墙,点开Access Rules,添加Outside进入到192.168... ...
分类:
系统相关 时间:
2020-04-16 22:40:54
阅读次数:
309
1.进入到Configuration→firewall→NAT Rules画面。 2.点“services”添加服务端口,此案例添加TCP 1443和UDP 1443端口映射 3.添加“Network Object NAT Rule” ...
分类:
系统相关 时间:
2020-04-16 22:26:04
阅读次数:
177
Cisco 2800, 3800 and 1560 series APs fail to pass traffic CSCve57121 Description Symptom:A wireless client automatically associates, but after a few s ...
分类:
系统相关 时间:
2020-04-16 16:52:18
阅读次数:
80
禁用tcp6 跑docker的时候发现映射端口之后的端口竟然是tcp6,这是因为ipv6没有关闭而docker默认使用tcp6的原因,所以我要把tcp6关闭,关闭方法如下: 方法 1 编辑文件/etc/sysctl.conf, net.ipv6.conf.all.disable_ipv6 =1 ne ...
分类:
其他好文 时间:
2020-04-13 12:05:22
阅读次数:
156
ylbtech-Code-Validator:验证IPv6地址 1.返回顶部 1、 using System; using System.Text.RegularExpressions; namespace Sp.Common { public class ValidatorHelper { /// ...
分类:
其他好文 时间:
2020-04-12 16:55:21
阅读次数:
69
ylbtech-Code-Validator:验证网址(可以匹配IPv4地址但没对IPv4地址进行格式验证;IPv6暂时没做匹配) 1.返回顶部 1、 using System; using System.Text.RegularExpressions; namespace Sp.Common { ...
分类:
其他好文 时间:
2020-04-12 16:34:17
阅读次数:
55
IPV6出现之后,在windows平台,最好是用随IPV6而出的新函数实现IP地址的字符串形式与整数互换。这些新函数是InetPton和InetNtop。 1 InetPton() 作用:该函数实现字符串到整数的转换。 原型:INT InetPton(INT Family, PCWST pszAdd ...
分类:
其他好文 时间:
2020-04-12 12:34:09
阅读次数:
71
socket 创建套接字文件: domain值: |domain|描述| | | | |AF_INET|IPv4 Internet protocols| |AF_INET6|IPv6 Internet protocols| type值: |type|描述| | | | |SOCK_STREAM|Pr ...
分类:
其他好文 时间:
2020-04-12 07:53:59
阅读次数:
61