BufferOverflowed
BufferOverflowed
Ping was just an example. I receive the "Process exited with status 1" error when attempting to run any command on these Aruba switches. It could very well be a...
Yes, I have no issues executing the commands when directly connecting via ssh with the same credentials specified in the idents file. For me, this utility would be so amazing...
**ssh -vv user@host "echo $SHELL" output** ``` MacBook-Pro:~` user$ ssh -vv [email protected] "echo $SHELL" OpenSSH_7.7p1, LibreSSL 2.7.3 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 48: Applying options for *...
Running `ssh user@host which sh` shows nothing unfortunately (unless I'm doing something wrong). for comparison: **ssh -vv user@host "echo $SHELL" output on Aruba Controller (device which Shellz works perfectly on...
Not sure if this is completely irrelevant to this issue, but: **Shellz on Working NAD (10.2.1.153 Aruba Controller)** Client: Protocol (SSH-2.0-Go) Server: Protocol (SSH-2.0-OpenSSH) **SSH Direct on Working NAD (10.2.1.153...
also, no matter what command I attempt to execute using Shellz on these Aruba (S3500) Switches, im greeted with the "Process exited with status 1) no output" :(
Looking into our RADIUS server (Clearpass) I see successful authentications when using Shellz. So the switch is sending the auth request to our radius server and the server is passing...
No problem, ill work on creating a DMZ on my home network with shell access to an S3500 with some local mgmt creds. Or maybe just a Goto Meeting with...
@evilsocket when I `grep debugHandshake` or `grep debugTransport` in the `$GOPATH/src/github.com/evilsocket/shellz` directory, it just hangs and doesn't return any values. I should probably mention, my grep skills suck.
Okay, I successfully removed the shellz binary, installed from source (go get) and set the variables in both files and ran `sudo make install` which returned the following: > mv:...