GoPhantom
Archived security research prototype. No longer maintained.
File Explorer
Download Latest Version (.zip)- go.mod.tmpl
- go.sum
- img.png
- img_1.png
- img_2.png
- QQgroup.jpg
- keymgr.go
- keymgr_test.go
- techniques.go
- _bypass.go.tmpl
- _camouflage.go.tmpl
- _cleanup.go.tmpl
- _crypto.go.tmpl
- _evasion.go.tmpl
- _execute.go.tmpl
- _infra.go.tmpl
- _sandbox.go.tmpl
- _stomping.go.tmpl
- _structs.go.tmpl
- _syscall.go.tmpl
- loader.go.tmpl
- .gitignore
- build.sh
- generator.go
- generator_test.go
- go.mod
- go.sum
- LICENSE
- README.md
- release_v1.5.txt
- VERSION
# Installation Guide
1. Get the code
git clone https://github.com/watanabe-hsad/GoPhantom
Downloads the entire project code from GitHub to your computer.
cd GoPhantom
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build -o GoPhantom .
Compiles the Go program into an executable.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
