java小偷程序 问题

java小偷程序 问题,第1张

偷网页需要指定深度级别。

如果你只偷了一级页面,那页面上的链接所指向的内容很有可能是原站的。点了以后就回原站了。

一般情况下,会进行三级深度的扫描。

扫描完一个页面后,将页面上的所有,JS等内容下载到本地指定的路径里,将扫描完的页面代码中的资源路径进行替换。

然后进入二级页面,继续上一步的 *** 作。不同的是,将页面内容存下来后,将上级页面中的链接指向该页面。

这样就完整了。

好纠结呀。我也在找答案。猜测:一般小偷程序我见过用asp和PHP写的。如果是用php学的,应该是在他的程序有一个indexphp的文件。运行这个文件就可以吧,不过直接打开php文件是不行的。必须是用在服务器打开。普通打开是不行的

所谓小偷程序

是指用XML>

分类: 电脑/网络 >> 软件 >> 多媒体软件

问题描述:

请问有没有这个小偷程序~

感谢各位大大帮忙!

解析:

不叫这个,是 SWFDepiler

你下一个这个,它能把swf的转换成源文件

MP 资源都在互联网上 有时听不了也是正常 但大多数不好用 真是用处不大了 仔细分析了一下它的源码 原来是读取目录下的 xml xml xml文件 我经常在番茄花园听歌 也就是 就想能不能把番茄的MP 资源放到这里来放呢?这不就是大家常说的MP 小偷的功能吗?说干就干! 分析一下番茄花园的歌来源 PageUrl = _playlist asx ; 目标地址 xml 用程序转换格式 前台 <%@ Page language= c# Codebehind= ReadAndWriteXml aspx cs AutoEventWireup= false Inherits= 读取番茄花园的MP ReadAndWriteXml validateRequest=false%><!DOCTYPE HTML PUBLIC //W C//DTD HTML Transitional//EN ><HTML><HEAD><title>读取番茄花园MP 列表</title><meta content= Microsoft Visual Studio NET name= GENERATOR ><meta content= C# name= CODE_LANGUAGE ><meta content= JavaScript name= vs_defaultClientScript ><meta content= name= vs_targetSchema ></HEAD><body MS_POSITIONING= GridLayout ><form id= Form method= post runat= server ><FONT face= 宋体 ><asp:TextBox id= TextBox runat= server Width= px Height= px TextMode= MultiLine ></asp:TextBox><asp:Button id= Button runat= server Width= px Text= 修正~ ></asp:Button></FONT></form></body></HTML> 后台 using System;using System Collections;using System ComponentModel;using System Data;using System Drawing;using System Web;using System Web SessionState;using System Web UI;using System Web UI WebControls;using System Web UI HtmlControls;using System IO;using System Net;using System Text;using System Text RegularExpressions;namespace 读取番茄花园的MP {  /// <summary>  /// WebForm 的摘要说明 /// </summary>  public class ReadAndWriteXml : System Web UI Page  { protected System Web UI WebControls TextBox TextBox ; protected System Web UI WebControls Button Button ; private string PageUrl = ; private void Page_Load(object sender System EventArgs e) {  // 在此处放置用户代码以初始化页面  if(!IsPostBack)  { ///首先读取番茄花园的acx文件(_playlist asx) /// PageUrl = _playlist asx ; WebClient wc = new WebClient(); wc Credentials = CredentialCache DefaultCredentials; Byte[] pageData = wc DownloadData(PageUrl); string Result = Encoding Default GetString(pageData); TextBox Text=Result;  } } #region Web 窗体设计器生成的代码 override protected void OnInit(EventArgs e) {  //  // CODEGEN: 该调用是 ASP NET Web 窗体设计器所必需的 //  InitializeComponent();  base OnInit(e); } /// <summary> /// 设计器支持所需的方法 不要使用代码编辑器修改 /// 此方法的内容 /// </summary> private void InitializeComponent() { this Button Click += new System EventHandler(this Button _Click);  this Load += new System EventHandler(this Page_Load); } #endregion private void Button _Click(object sender System EventArgs e) {  string temp=TextBox Text;  TextBox Text= <musics firstRun=\ \ > ;  TextBox Text+=temp;  TextBox Text=TextBox Text Replace( <Asx Version= > );  TextBox Text=TextBox Text Replace( <Param Name=\ AllowShuffle\ Value=\ yes\ /> );  TextBox Text=TextBox Text Replace( </Asx> );  TextBox Text=TextBox Text Replace( </Entry> );  TextBox Text=TextBox Text Replace( <Entry> );  TextBox Text=TextBox Text Replace( <Title> <music name=\ );  TextBox Text=TextBox Text Replace( </Title> \ );  TextBox Text=TextBox Text Replace( <Ref addres= );  TextBox Text+= </musics> ;  //TextBox Text=TextBox Text Replace( \r\n );  /// 下面开始生成  xml文件  /// StreamWriter swFromFileStreamUTF Buffer=new StreamWriter(Server MapPath( / )+ xml false System Text Encoding UTF );  swFromFileStreamUTF Buffer Write(TextBox Text);  swFromFileStreamUTF Buffer Flush();  swFromFileStreamUTF Buffer Close(); }  }} lishixinzhi/Article/program/net/201311/13338

以上就是关于java小偷程序 问题全部的内容,包括:java小偷程序 问题、图片小偷程序怎么用的、什么是小偷程序啊等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zz/10622197.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-10
下一篇 2023-05-10

发表评论

登录后才能评论

评论列表(0条)

保存