iick's blog
  • 首页
  • 给我留言
  • 免费shell
  • 技术文章
  • 网站漏洞
  • 工具合集
  • 入侵复旦大学网站

    入侵复旦大学网站

    通过google顺利找到复旦大学主站:http://www.fudan.edu.cn/PHP的程序,打开了个链接,顺手加个单撇号,提示"警告!提交的数据非法!",又试了几个其他的注入关键字,都被过滤掉了。看来直接从主站下...

    技术文章 11-12-28957
  • sql语句的join用法

    sql的join分为三种,内连接、外连接、交叉连接。以下先建2张表,插入一些数据,后续理解起来更方便一些。create table emp(empno int, name char(20),depart int);create table...

    技术文章 11-12-28506
  • 恢复wscript.shell 组件的方法

    恢复wscript.shell 组件的方法wscript.shell × 命令行执行组件这是因为wscript.shell改名了,或者从注册表删除了删除方法:regsvr32/u C:\windows\System32\wsho...

    技术文章 11-12-281287
  • Linux后门知识

    常用的基本编辑命令:sed ‘s/src/dst/’ file 替换内容sed ’1,5d’ file 删除行wc -l file 计算文件的行数 1...

    技术文章 11-12-26582
  • Linux Web服务器网站故障分析常用的命令

    系统连接状态篇:1.查看TCP连接状态netstat -nat |awk '{print $6}'|sort|uniq -c|sort -rn netstat -n | awk '/^tcp/ {++S[$NF]};END {for(a i...

    技术文章 11-12-26598
  • ‹‹
  • ‹
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • ›
  • ››

Powered By Www.iick.Blog