06 2021 档案
摘要:一、基本函数学习 1、VirtualAlloc函数 用来动态申请内存,通常用来分配大块的内存 VirtualAlloc是一个Windows API函数,它包含在windows系统文件Kernel32.dll中使用时要引用windows.h 该函数的功能是在调用进程的虚地址空间,预定或者提交一部分页
阅读全文
摘要:火绒对添加用户操作拦截 bypass copy c:\windows\system32\net1.exe aaa.txt aaa.txt user xxx 123456 /add
阅读全文
摘要:UDF (user defined function),即用户自定义函数。是通过添加新函数,对MySQL的功能进行扩充。原理是添加一个能执行系统命令的函数。 前提 secure_file_priv为空,支持导入导出 show global variables like 'secure%'; 一、导入
阅读全文
摘要:方式一: 条件: 对web目录有写权限 GPC关闭(能使用单引号) 有绝对路径(读文件可以不用,写文件必须) 没有配置 –secure-file-priv(secure-file-priv=空) show global variables like '%secure%'; ##查看secure-fi
阅读全文

浙公网安备 33010602011771号