2015年11月9日

nc

摘要: one time connectmethod1:server:echo test_message | nc -l -p 1234 -w 1client:echo "hha" | nc 193.168.141.33 1234method2:server:echo test_message | nc -... 阅读全文

posted @ 2015-11-09 17:46 yaoweilei 阅读(150) 评论(0) 推荐(0)

ssh connect

摘要: import paramikodef ssh2(ip,username,passwd,cmd): try: ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) paramiko.ut 阅读全文

posted @ 2015-11-09 00:32 yaoweilei 阅读(906) 评论(0) 推荐(0)

导航