gscript
gscript copied to clipboard
framework to rapidly implement custom droppers for all three major operating systems
If you are experiencing an error like the following: ``` (db㉿Hel)-[~/…/gen0cide/gscript/cmd/gscript] └─$ ./gscript panic: could not find the genesis package in your go path goroutine 1 [running]: github.com/gen0cide/gscript/compiler/computil.DefaultOptions() /home/db/go/src/github/gen0cide/gscript/compiler/computil/options.go:164 +0x339...
I updated the main Dockerfile to be compatible on multiple architectures -- not just x86_64. I also added a `Dockerfile-minimal` because for me I don't really need all the extra...
Is there any way to use obfuscators for normal go code instead of GScript?
In order to reproduce: 1. Ubuntu 20.04 2. Installed golang 3. go get on gscript repo 4. cd into go/bin and run `./gscript shell` ``` ~/go/bin# ./gscript shell /root/go/src/github.com/gen0cide/gscript/stdlib/requests/requests.go:21:2: cannot...
add a flag to disable banners and colorized output (-q or --quite)
Hello, The error happens when generating for a windows binary: ```bash [gscript/docker version:master ~]# gscript compile --enable-logging --os windows --obfuscation-level 3 /myvol/test1.gs [gscript:cli] INFO *** COMPILER OPTIONS *** [gscript:cli] INFO...
I get the error: `/root/go/src/github.com/gen0cide/gscript/x/windows/windows.go:10:2: cannot find package "github.com/mitchellh/go-ps" in any of: ` After `go get github.com/mitchellh/go-ps` everything works fine