Simone Margaritelli

Results 135 comments of Simone Margaritelli

( i also suggest you to test `ping -c 1 8.8.8.8` or to increase the `-read-timeout` to a lot :D )

everything is fixable! :D I just need to understand why that happens and, without having access to those endpoints and inserting debug messages here and there in the code to...

also any logs you can get server side would be great

mmm is it me or it looks like $SHELL is not defined? what if you `ssh user@host which sh` ?

i'd need to login myself via ssh and try to see why that happens ... also, what if you use shellz to execute other commands (say a simple `ls`)?

possibly? no idea why it's returning exit code 1 _but_ no output, I used [CombinedOutput](https://godoc.org/golang.org/x/crypto/ssh#Session.CombinedOutput) so it _should_ at least get the stderr ... no idea :/

i'm googling as hard as i can but i can't find any documented issue with golang, its ssh libraries and Aruba Switches :/

any chances you could allow me to access one of the oldest so i can debug myself? _i had to try_ :D

ok @RIPv1 there's a test you can help me doing! you'll need to compile from source and patch some files, ready? :D 0. Remove the `shellz` binary from your system,...

cd $GOPATH/src/github.com/evilsocket/shellz make deps # this will make sure the vendor folder gets filled with the dependencies grep -r debugHandshake . you will see this, edit this file and set...