Description Name: dpwwn: 1 Date release: 4 Aug 2019 DHCP service: Enabled IP address: Automatically assign Goal: Gain the root privilege and obtain th ...
分类:
其他好文 时间:
2020-07-12 12:01:55
阅读次数:
75
Sw-port-security 交换机端口安全 1什么是交换机端口安全 当一个网络的接入层固定下来了后,针对接入层设备上的接口做MAC管理, 2具体有什么用? 针对于非法的MAC,直接将端口进行disable 3应该配置在哪里? 配置在所有的ACCESS接口,也就是所有连接终端的接口上(所以第一步 ...
分类:
其他好文 时间:
2020-07-12 01:07:51
阅读次数:
127
Difference between Dangling Pointer and Wild Pointer? A dangling pointer is a pointer that used to point to a valid address but now no longer does. Th ...
分类:
其他好文 时间:
2020-07-12 01:03:42
阅读次数:
90
# 1.看代码分析结果 # func_list = [] # for i in range(10): # func_list.append(lambda: i) # v1 = func_list[0]() # v2 = func_list[5]() # print(v1, v2) # result: ...
分类:
其他好文 时间:
2020-07-11 23:14:46
阅读次数:
96
1. OSPF的NSSA(not so stub area)区域 不接收5类LSA,但是可以引入外部路由,引入一种新的7类的NSSA的LSA 场景:一个分支现在不接收5类LSA,同时还要在本区域得到默认路由去指向运行商而不是总公司(area 0) [SW3-ospf-1]ar [SW3-ospf-1 ...
分类:
其他好文 时间:
2020-07-11 22:40:14
阅读次数:
63
1、关于.NET的内存管理,网上的一些前辈高人写了很多科普文章,基本上所有稍有深度的.NET开发书籍都会做为重中之重来介绍。在此,归纳如下: 1.1 基于性能考虑.NET的内存值内存对象是有栈来管理,而引用对象的内存是由堆来管理的,而大于85000字节的内存对象则是由LOH堆来管理。 1.2 内存是 ...
分类:
数据库 时间:
2020-07-11 22:33:35
阅读次数:
58
/* * linux/boot/head.s * * (C) 1991 Linus Torvalds */ /* * head.s contains the 32-bit startup code. * * NOTE!!! Startup happens at absolute address 0x ...
分类:
系统相关 时间:
2020-07-11 18:54:26
阅读次数:
63
Description Name: dpwwn: 2 Date release: 8 Aug 2019 DHCP service: Disabled Static IP address: 10.10.10.10/24 Goal: Get the root shell i.e.(root@dpwwn- ...
分类:
其他好文 时间:
2020-07-11 17:44:46
阅读次数:
69
split 分割 字符串(分隔符如:* ^ : | , .) 及注意点 split表达式,其实就是一个正则表达式。【 * ^ | 】等符号在正则表达式中属于一种有特殊含义的字符,如果使用此种字符作为分隔符,必须使用转义符即【 \\ 】加以转义。 String address=”上海|上海市|闵行区| ...
分类:
编程语言 时间:
2020-07-10 20:46:34
阅读次数:
48
Description Name: Hackademic: RTB2 Date release: 6 Sep 2011 DHCP service: Enabled IP address: Automatically assign Task:get root and read the file key ...
分类:
其他好文 时间:
2020-07-10 17:09:19
阅读次数:
93