分类: Payloads

11 篇文章

Shell 与 Payload 基础 笔记
1. 什么是 Shell? 定义:一种程序,提供命令行接口 (CLI),让用户输入指令并查看输出。 示例:Bash、Zsh、cmd、PowerShell。 在渗透测试中:Shell 通常是利用漏洞后获得的目标系统的交互式访问。 常见说法: “I caught a shell.” “I popped a shell!” “I dropped into…