background picture of the home page

Hi,Friend

进程和线程及其涉及的内核概念

前言 本文中涉及结构体的信息依据的是Windows 10 22H2 (2022 Update, Vibranium R5) x64版本中的内容,因os版本不同会和实际情况有差异 进程 每个 进程 都提供执行程序所需的资源。 进程具有虚拟地址空间、可执行代码、系统对象的开放句柄、安全上下文、唯一进程标

thumbnail of the cover of the post

ASMI bypass

AMSI和ETW 反恶意软件扫描接口 (AMSI) 用途 Windows 反恶意软件扫描接口 (AMSI) 是一种通用接口标准,允许应用程序和服务与计算机上存在的任何反恶意软件产品集成。 AMSI 为最终用户及其数据、应用程序和工作负荷提供增强的恶意软件防护。

thumbnail of the cover of the post

x86笔记

参考资料:https://0xinfection.github.io/reversing/ 内存 内存以字节为单位。一个字节是8位。两个字节称为一个字,两个字称为双字,即四个字节(32 位),四字称为八个字节(64 位)。 0xffffd040 是 4 个字节并且是一个双字。每个十六进制数字都是 4

thumbnail of the cover of the post

gopher协议在ssrf中的运用

gopher协议结合ssrf的利用 简介 在 HTTP 协议出现之前,是 Internet 上常见且常用的一个协议。当然现在 Gopher 协议已经慢慢淡出历史。 Gopher 协议可以做很多事情,特别是在 SSRF 中可以发挥很多重要的作用。利用此协议可以攻击内网的 FTP、Telnet、Redi

thumbnail of the cover of the post

MobaXterm的便利工具

X server 直接在./.bashrc里面把DISPLAY配上这里面能通的地址就行,我自己用的是docker所以直接用的host.docker.internal的地址来配置 display=$(nslookup host.docker.internal | awk '/^Address: /{i

thumbnail of the cover of the post

备忘录

npm安装时出现ssl错误解决 npm config set strict-ssl false sqlmap直连数据库时缺少MySQLdb的python3下解决方案 pip install pymysql 修改/lib/utils/sqlalchemy.py中import MySQLdb部分为 im

thumbnail of the cover of the post

waf绕过

架构层绕过WAF找源站多数云waf通过修改dns解析,把流量引入waf,之后再转发到源站。发现源站ip,就能绕过waf直接访问源站。工具:https://github.com/vincentcox/bypass-firewalls-by-DNS-history利用同网段一些在云服务商的站点,同时使用

thumbnail of the cover of the post