kali中运行下载的vulhub
打开终端安装dockersudo apt install docker.io安装docker-composesudo apt install docker-compose下载vulhubgit clone https://gitee.com/puier/vulhub.gitcd vulhublscd phpcd CVE-2012-1823...
GDB(The GNU Project Debugger)的基本使用方法
GDB(The GNU Project Debugger)的基本使用方法 6cb75772a5200235.pdf下载pdf文件1.6M
转-常见Web安全漏洞深入解析
常见Web安全漏洞深入解析 a946919e28193536.pdf下载pdf文件1.7Mjs知识可看红客联盟网盘:https://pan.baidu.com/s/1ajTCrn9GM_gpwvkvJ012Cw?pwd=10v9
写一段监控网络包的程序
// 写一段监控网络包的程序 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/socket.h> #include <arpa/ine...