Skip to content

Instantly share code, notes, and snippets.

@azurekid
Created April 2, 2024 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azurekid/eb38bf5631c1c9f09dc72be55a0492a2 to your computer and use it in GitHub Desktop.
Save azurekid/eb38bf5631c1c9f09dc72be55a0492a2 to your computer and use it in GitHub Desktop.
easyEASM Setup
git clone https://github.com/projectdiscovery/alterx.git
git clone https://github.com/projectdiscovery/owasp-amass/oam-tools
cd alterx/cmd/alterx; \
go build; \
mv alterx /usr/local/bin/; \
alterx -version;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment