文章列表
 
您正在查看 "代码段段" 分类下的文章

2010-06-03 16:42
没啥技术含量,主要是扫ExternalInterface.call

#!/usr/bin/php -q
<?php

/*--------------------------------xy7@80sec.com----------------------------
#Flash文件跨站检测脚本 2010/6/3
#检测过程如下:
提取ExternalInterface.call调用的参数,检查参数是都是直接通过loaderInfo.parameters获取
#使用方法
./scan.php /as代码目录>log
----------------------------------xy7@80sec.com---------------------------*/

set_time_limit(0);

function find($di
 
2010-05-10 17:44
mod_status.c

if (!short_report) {
ap_rputs(DOCTYPE_HTML_3_2
"<html><head>\n<title>Apache Status</title>\n</head><body>\n",
r);
ap_rputs("<h1>Apache Server Status for ", r);
ap_rvputs(r, ap_get_server_name(r), "</h1>\n\n", NULL);
ap_rvputs(r, "<dl><dt>Server Version: ",
ap_get_server_description(), "</dt>\n", NULL);

 
2010-01-14 17:51
最近都快转行搞开发了- -
用到PHPmailer,正文中插入图片用
$mail-> AddEmbeddedImage($matches[1][0],"img_01 ","index_01.jpg ");
来调用,但是在邮件中显示的时候必须要<img src="cid:img_01">这么引用一下,这里的cid是img_0,为了能按照看图说话的样式来发送邮件,所以得把web应用中POST过来的img标签给替换成<img
 
2009-05-26 17:11
要从SWF文件里扣些东西,看了整整2个星期的文件格式说明了……还没看完-_-#
不过找到规律也已经能解析的差不多了,刚开始看这个结构实在是有点晕,其实可以跳过去的,不过要是写一个完整的SWFparser,这一步是不能跳过的,现在终于弄明白怎么算的了,从程序里摘出算法方便大家需要吧。

例子是默认的空白文件,这个写的很死板,照着文件格式说明书上讲的弄的,其实还有很多很简单的方法……

 
2008-01-02 13:55
  1. #bindshell.s --bindport on 6533  
  2. .section .text  
  3. .global _start  
  4. _start:   
  5. xor %eax,%eax  
 
2008-01-02 11:22
/*
|=---------------=[ Xparse.c-Read ELF file information ]=------------=|
|=------------------------------------------------------------------=|
|=----------------[ xuanmumu<xuanmumu_at_gmail.com> ]-------------=|
|=----------------[ thx my girlfriend lemon.J ]---------------------=|
*/
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
 
 
   
 
 
文章分类
 
   
 
文章存档
 
     
 
最新文章评论
  

opera blog wordpress 英文blog freeshell 3个 线外的 速度都还行 线内不予考虑
 

我要729014361@qq.com 谢谢!啊
 

回复hysia:我扫的就是as代码,谢谢
 

要是能把flash反编译成as代码,然后找就更精准了
 

批量?如果是查找替换代码中的所有src呢?
   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu