Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 733 Bytes

USE.md

File metadata and controls

38 lines (24 loc) · 733 Bytes

Usage

Supported Platfrom

linux/macos (windows is completely different)

Requirements

  1. zsh
  2. vscode
  3. python3
  4. metasploit
  5. esonhugh/sss [Optional] - shell script snippets

install

  1. Copy and download file createhackenv.sh to your environment

no other files needed only createhackenv.sh

  1. Source it directly or add it to your .zshrc file
source createhackenv.sh

# Optional
# Create alias for createhack

alias weaponize-vsc=createhack
  1. Create a templated hacking project folder with it
createhack foldername # creates foldername and sets up environment with vscode automatically
  1. and it will launched up vscode with the folder you just created automatically