Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined: base64Decode #2

Open
phreek1337 opened this issue Apr 25, 2018 · 8 comments
Open

undefined: base64Decode #2

phreek1337 opened this issue Apr 25, 2018 · 8 comments

Comments

@phreek1337
Copy link

Hey,

I've got some problems while compile the Server.go

./Server.go:81: undefined: base64Decode ./Server.go:83: undefined: base64Decode ./Server.go:85: undefined: base64Decode ./Server.go:87: undefined: base64Decode ./Server.go:89: undefined: base64Decode ./Server.go:90: undefined: base64Decode ./Server.go:92: undefined: base64Decode ./Server.go:93: undefined: base64Decode ./Server.go:205: undefined: logUpdate ./Server.go:209: undefined: createDir ./Server.go:209: too many errors

I can't get Work. Would be nice If you could help me Out.

@MShoaei
Copy link

MShoaei commented Dec 24, 2018

I get the same error while trying to build or run "Server.go"

@MShoaei
Copy link

MShoaei commented Dec 27, 2018

Hey,

I've got some problems while compile the Server.go

./Server.go:81: undefined: base64Decode ./Server.go:83: undefined: base64Decode ./Server.go:85: undefined: base64Decode ./Server.go:87: undefined: base64Decode ./Server.go:89: undefined: base64Decode ./Server.go:90: undefined: base64Decode ./Server.go:92: undefined: base64Decode ./Server.go:93: undefined: base64Decode ./Server.go:205: undefined: logUpdate ./Server.go:209: undefined: createDir ./Server.go:209: too many errors

I can't get Work. Would be nice If you could help me Out.

found the answer! cd into the console server directory and run go build this will produce "Console Server.exe" and use command line to run the executable

@vladimirpe00
Copy link

after running go build on linux I got executable file for linux so I ran chmod +x on the file but when I launch it nothing happens did you managed to make it run @MShoaei

@MShoaei
Copy link

MShoaei commented Jan 26, 2019

after running go build on linux I got executable file for linux so I ran chmod +x on the file but when I launch it nothing happens did you managed to make it run @MShoaei

yes I managed to run the server flawlessly. what do u mean by "Nothing happens"? Do u have a database running? Does a banner print out in the terminal? Did u try 127.0.0.1:7777?

@vladimirpe00
Copy link

vladimirpe00 commented Jan 26, 2019

I was able to launch it and manage it from panel but the issue that keylogger only gathering the app the victim is using (testing it on my vm) but never catching keystrokes neither clipboard.

and any command sent to the victim went with successful output on panel but nothing happened on client side so I don't if you faced same issues

UPDATE:

it seems when send any command from C&C to client the command not executed even with successful output, and it will kill the agent no sync to C&C anymore but it will stay in working the system

@MShoaei
Copy link

MShoaei commented Jan 26, 2019

I was able to launch it and manage it from panel but the issue that keylogger only gathering the app the victim is using (testing it on my vm) but never catching keystrokes neither clipboard.

and any command sent to the victim went with successful output on panel but nothing happened on client side so I don't if you faced same issues

UPDATE:

it seems when send any command from C&C to client the command not executed even with successful output, and it will kill the agent no sync to C&C anymore but it will stay in working the system

This build is quite buggy. many features aren't working and some features are just over kills and consume a lot of processing power. I suggest disabling the features and enabling them one at a time to find the broken spot. You can check out my version of this bot, too.
I haven't got the time to test the keylogger. I think you can test that yourself.

@vladimirpe00
Copy link

I was able to launch it and manage it from panel but the issue that keylogger only gathering the app the victim is using (testing it on my vm) but never catching keystrokes neither clipboard.
and any command sent to the victim went with successful output on panel but nothing happened on client side so I don't if you faced same issues
UPDATE:
it seems when send any command from C&C to client the command not executed even with successful output, and it will kill the agent no sync to C&C anymore but it will stay in working the system

This build is quite buggy. many features aren't working and some features are just over kills and consume a lot of processing power. I suggest disabling the features and enabling them one at a time to find the broken spot. You can check out my version of this bot, too.
I haven't got the time to test the keylogger. I think you can test that yourself.

indeed what you said is 100% correct I didn't mentioned the consuming, besides I tried to send any command just to test stability it seems the client goes dead after 40min max of activity then you will lose access I will try to check features as you said.

@TormentedSoul666
Copy link

Take a quick look at the dependencies, it's only compatible with Windows...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants