Havoc.md 1.0 KB


title: Havoc date: 2024-11-29T11:09:22+08:00

lastmod: 2024-12-02T22:09:56+08:00

Havoc

  Havoc文档

  Havoc部署文档

# teamviewer:文件目录下运行
./havoc server --profile ./profiles/havoc.yaotl -v --debug
#客户端:文件目录下运行
./havoc client

SHELLCODE渗透操作文档

  Create Listeners

  Next click “Attack” and then click on the “Payload” icon. From the next menu, select “Windows Shellcode” and then “Generate.”

git clone https://github.com/assume-breach/Home-Grown-Red-Team.git
cd Home-Grown-Red-Team/Harriet

bash setup.sh

bash Harriet.sh

sudo apt-get install osslsigncode

#创建虚拟环境
python3 -m venv ~/myenv
#激活虚拟环境
source ~/myenv/bin/activate
#安装依赖包
pip install pycryptodome
#退出虚拟环境
deactivate

  Create EXE

  Create web serve Download File

python3 -m http.server 9090

  ‍