CashCode
CashCode
Maybe there are some ways to create it via commands and then connect through socket? Something like ssh -C2TNv -D 0.0.0.0:8080 vps and then curl --socks5 127.0.0.1:8080 http://blah
Hey It's actually a general question, but maybe someone may help me. Is there a way to check external ip of ssh tunnel? Sometimes they change external ip and I...
Nope. It shows my ip, I want to see ip of ssh server to which I'm connected (111.111.111.111 from code, but sometimes it can be different) Its even easier to...
Seems like this is it. But in some cases ssh is available to login and execute commands, but tunnel is not available, will it show ip in this case? (if...
Hm.. I'm getting empty result, when I try to execute command, why? ``` $ssh = new Net_SSH2('199.106.139.7'); if (!$ssh->login('admin', 'default')) { exit('Login Failed'); } var_Dump( $ssh->exec('pwd') ); var_Dump( $ssh->exec('ls -la')...
``` 00000000 53:53:48:2d:32:2e:30:2d:70:68:70:73:65:63:6c:69 SSH-2.0-phpsecli 00000010 62:5f:30:2e:33:20:28:6f:70:65:6e:73:73:6c:2c:20 b_0.3 (openssl, 00000020 67:6d:70:29:0d:0a gmp).. NET_SSH2_MSG_KEXINIT (since last: 0.0007, network: 0s) 00000000 5a:19:e6:c3:92:8f:59:2e:4d:d6:55:73:c1:c5:5c:f2 Z.....Y.M.Us..\. 00000010 00:00:00:7e:64:69:66:66:69:65:2d:68:65:6c:6c:6d ...~diffie-hellm 00000020 61:6e:2d:67:72:6f:75:70:31:2d:73:68:61:31:2c:64 an-group1-sha1,d 00000030 69:66:66:69:65:2d:68:65:6c:6c:6d:61:6e:2d:67:72 iffie-hellman-gr 00000040...
Yes, it closing connection. My aim is to check if traffic tunelling is available and get external ip. Seems like there is no way to do it, sometimes executing is...
Hey there! Sometimes my server doesn't accept connect request, can I see why from code? Want to know why, like (banned, login/password is bad, crypto-algorithm is wrong, etc). I want...
It's only when generating with --gpg -k 4096 Seems like a bug
Thanks, I will try >Четверг, 10 декабря 2020, 20:44 +03:00 от Kristóf Poduszló : > > >Hello, >Unfortunately, I’ve lost interest in this project. Please feel free to fork it...