课上内容(Lesson) sticky notes 便利贴;即时贴 # write down 3 favorite foods or drinks pork ribs 排骨;肋骨;猪肋排;叉烧排骨 cola hotpot fruit soda Mapo Tofu strawberries # Whi ...
分类:
其他好文 时间:
2019-07-02 22:50:02
阅读次数:
142
Finding the Offset 1. Use the Metasploite pattern_create.rb tool to create 5900 characters. 2.Write the python test script. The shellcode is copied fr ...
分类:
其他好文 时间:
2019-06-27 01:09:07
阅读次数:
143
CS229 Machine Learning Stanford Course by Andrew Ng Course material, problem set Matlab code written by me, my notes about video course: https://githu ...
分类:
系统相关 时间:
2019-06-27 00:59:40
阅读次数:
218
SYNOPSIS DESCRIPTION 描述 ALTER TABLE 变更一个现存表的定义。它有好几种子形式: 要使用 ALTER TABLE,你必需拥有该表; 除了 ALTER TABLE OWNER 之外,它只能由超级用户执行。 PARAMETERS 参数 NOTES 注意 COLUMN 关键 ...
分类:
其他好文 时间:
2019-06-24 12:07:57
阅读次数:
139
Introduction to Buffer Overflows Anatomy of Memory Anatomy of the Stack ...
分类:
其他好文 时间:
2019-06-24 00:22:22
阅读次数:
65
Introduction to Netcat Connecting va Listening Bind Shells Attacker connects to victim on listening port Reverse Shells Victim connects to attacker on ...
分类:
Web程序 时间:
2019-06-23 18:56:31
阅读次数:
117
HTTP Enumeration Target Host IP: 10.0.0.20 Brute Forcing using DirBuster 1. Start the dirbuster and set the options. Note: 1. The wordlist can be foun ...
分类:
编程语言 时间:
2019-06-22 21:19:21
阅读次数:
164
操作系统 1,管理软硬件资源2,管理调度计算机内部任务3,提供给用户和其他计算机接口 操作系统发展历史 手工处理1,效率低,每个任务之间都有等待的时间 批处理 联机批处理系统 1,cpu还是要等待,忙等 脱机批处理 分时处理 通用处理系统 windows Lotus Office365 Azure ...
分类:
编程语言 时间:
2019-06-22 21:17:25
阅读次数:
176
Installing Kioptrix: Level 1 Download the vm machine form https://www.vulnhub.com/entry/kioptrix-level-1-1,22/. In the Kali Linux: Find the devices in ...
分类:
编程语言 时间:
2019-06-22 19:59:59
阅读次数:
160
一、socket函数 1、头文件: #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> 2、函数原型: int socket(int domain, int type, int protocol); socket函数类似于op ...
分类:
系统相关 时间:
2019-06-21 22:14:32
阅读次数:
167