Usage: GoGrabber.exe <arg1>
One feature of GoGrabber is that you can transfer your ZIP file to "Filebin.net", and send the URL to a webhook if you execute GoGrabber as a trojan.
To establish a new webhook, log in to https://public.requestbin.com first.
Next, modify the code to point to the WebHook's URL using the webhook
variable.
The grabber will upload the files to a random URL on https://filebin.net and send the contents to the webhook.
Run the build.bat
file if you are on Windows machine.
or just run:
go build -ldflags "-s -w"