-
Notifications
You must be signed in to change notification settings - Fork 683
Conversation
This pr will fix the issue in /~https://github.com/Veil-Framework/Veil-Evasion/issues/391
Should I test #443 first before this? When I try to compile this in Veil I am getting errors where it states: gotest.go:24: missing value in const declaration |
I've also tried running just the source code on Windows with Golang installed, and am encountering the above error. |
Here's the link to the source code it output - http://pastebin.com/y0N4jCt8 |
Sorry, missed a = |
I can see the executable, and it never crashes. I've also run just the script with go run, and it runs, never crashes either. But the session still just doesn't establish oddly enough. |
That's really odd. I am running Windows 10 in this VM, I will have to try a WIndows 7 and test that out. I did just compile it with the same command line args, and it still starts to send the stage, but no session is established. No errors at all, the payload just keeps running, but doesn't error out until I quit it. Same with running from source |
Not sure if it is a WIndows 10 thing, but I will be sure to test that. |
Yeah, that would be interesting. Maybe compile with GOOS=windows GOARCH=386 go build -v -o payload.exe To see if the console throws any errors. |
OK, I just grabbed a Win 7 VM and it works. So it's isolated to either my windows VM, or Windows 10 |
Merging this in, but this would be interesting to figure out the problem with Win 10. Thanks for all your help |
This pr will fix the issue in /~https://github.com/Veil-Framework/Veil-Evasion/issues/391