08 2016 档案

Nat转换,iptables命令
摘要:连接情况介绍: 工作机(10.46.*.*) -> 调试机(10.46.*.*) -> 调试机中的虚拟机(192.168.*.*) iptables -t nat -A PREROUTING -d 10.46.75.51 -p tcp --dport 2003 -j DNAT --to-destination 192.168.122.122:23 iptables -t nat -... 阅读全文

posted @ 2016-08-30 20:39 Waaaaaall-E 阅读(341) 评论(0) 推荐(0)

搭建FTP环境
摘要:建立window下的FTP Server: FTP下载地址:http://www.oldapps.com/zh-cn/filezilla.php, (server安装文件:FileZilla_Server-0_9_41.exe) linux下连接FTP: 连接ftp : ftp 192.168.1. 阅读全文

posted @ 2016-08-25 22:28 Waaaaaall-E 阅读(272) 评论(0) 推荐(0)

SecureCRT脚本功能
摘要:bat打开SecureCRT并连接: d: cd Program Files\VanDyke Software\SecureCRT\ securecrt.exe /SSH2 /L root /P 22 /PASSWORD 123456 192.168.0.172 参数: #/SSH2 是协议名称 # 阅读全文

posted @ 2016-08-25 22:09 Waaaaaall-E 阅读(1527) 评论(0) 推荐(0)

Python小程序:向SecureCRT发送命令
摘要:程序运行效果如下: 程序介绍: 使用tkinker实现窗体,thinker为python自带GUI库。 使用PyWin查找SecureCRT窗口,并给窗口发送WM_CHAR消息。 将命令存放在SecureCRTTool.txt文件中,文件格式如下,支持多个Module。 Module:Linux F 阅读全文

posted @ 2016-08-24 22:38 Waaaaaall-E 阅读(8218) 评论(0) 推荐(1)

PyInstaller,可将py脚本转换为exe
摘要:整理自:http://blog.csdn.net/hmy1106/article/details/45151409 本文PyInstaller的版本是2.0,支持Python2.7。下面讨论怎样安装、使用PyInstaller。PyInstaller本身并不属于Python包。在安装 pyinsta 阅读全文

posted @ 2016-08-17 21:36 Waaaaaall-E 阅读(328) 评论(0) 推荐(0)

导航