Easily crack encrypted Web pages

Source: Internet
Author: User

Author: UnknownSource: Unknown 2004-2-1 simple contact

 

Sometimes we want to view the source code of a webpage when we see a good webpage effect or image on the Internet, but we find that the webpage is not only locked by right-clicking, but sometimes the source code is directly prohibited. Even if you can view the source code, you only see a bunch of garbled characters. These web pages use an encrypted method to hide the source code. In the previous encrypted article, I wrote an article about how to encrypt webpages. I talked about several methods to encrypt webpages, including encryption and decryption, now let's look at the details!

1. Right-click the pop-up window

(1) If you right-click a webpage, the window will pop up and the encryption method has special effects on IE, but it does not work in Netscape, because in Netscape, right-click is defined as an uncontrollable help menu, its event object does not have the button attribute, so you can use the Netscape browser, right-click, select View Source (View Source File) to view the source code.

(2) Another method is to press the left button and then right-click it. Then, the shortcut menu will pop up and click View Source file to view the source code. (Tip: Use the Netscape browser when the left and right key methods are not used !)

(3) You can use professional download tools to download content on the webpage. For example, first open a download tool such as "Network ant" or "network express" (taking the network express as an example) and set it to display a floating window. Move the mouse over the image, hold down the left button, drag it to the floating window of the Internet Express, and then release the right mouse button. Now, the Internet Express has added this download task.

(4) You can also save the entire webpage file. First, open the webpage for image download, click the File menu of IE browser, and select the "Save as" command. In the displayed save as window, set the Save path, file name, and save type. Select the default "webpage, all" for the storage type ". After saving, you can open the Files folder with the same file name. The Files folder contains the materials stored on the webpage, including the images you want. Next, you can use the preview function of windows to find useful images or use ACDSee to preview and find them!

2. "add to Favorites" is displayed"

Right-click the webpage and the "add favorites" encryption method will pop up. you can right-click (do not release) and the "add to Favorites" window will pop up immediately, press the "tab" key on the keyboard several times to move the options to the "cancel" button. Then, right-click the option and the encryption will be removed.

3. Completely block the right mouse button

The variety of encryption methods has made many users suffer, but as long as you left-click the window and press SHIFT + F10, the right-click menu will appear immediately.

4. Software Encryption

Is a tool provided by Microsoft that can encrypt the ASP script source code. Screnc.exe is available for free download at Microsoft sites (http://www.microsoft.com. With this tool, the web host and Web client cannot view or modify the source code of the web page.

Decryption Method: Use the decryption software zwdecode.exe to decrypt the ASP file encrypted by the MS script encode and restore the source code.

Instance:

Run the following code: % 3 chtml % 3E % 0d % 0a % 3 chead % 3E % 0d % 0a % 3 cmeta % 20http-eqiv % 3d % 22content-type % 22% 20 Content % 3d % 22 text/html % 3 bcharset % 3dgb2312% 22% 3E % 20% 0d % 0a % 3 ctitle % 3E % u52a0 % u5bc6 % 3C/Title % 3E % 20% 0d % 0a % 3 cscript % 20 Language % 3d % 22 JavaScript % 22% 3edocument. write % 28 Unescape % 28% u5df2 % u52a0 % u5bc6 % u6e90 % u7801 % 22% 22% 29% 3C/script % 3E % 0d % 0a % 3C/head % 3E % 0d % 0a % 3 cbody % 3E % 0d % 0a % 3C/body % 3E % 0d % 0a % 3C/html % 3E % 0d % 0a
To:
<HTML>
<Head>
<Meta http-eqiv = "Content-Type" content = "text/html; charset = gb2312">
<Title> encryption </title>
<Script language = "JavaScript"> document. Write (Unescape ("encrypted source code") </SCRIPT>
</Head>
<Body>
</Body>
</Html>

Tool usage: run the zwdecode.exe command in the DOS window. Its Syntax format is:
Zwdecode inputfile outputfile where inputfile is required. It is the name of the file to be decrypted, including any required path information relative to the current directory.

Outputfile is also required. It is the name of the output file to be generated, including any required path information relative to the current directory.

Description: decrypts an ASP file encrypted by the MS script encode to restore it to the source code.

If you are not familiar with the doscommand, you can also use the online web page decryption function. Go to http://www.516studio.com/cyingber/cyingber.htmto open the on-line unencrypted webpage.

Copy the encrypted source code to the area in the figure, as shown in 1.

Figure 1

Click the "Restore" button to immediately restore the source code of the encrypted Web page, as shown in figure 2.

Figure 2

A variety of Web Page encryption methods emerge one after another, but there are more and more ways to decrypt the web page. I hope you will try your best. Maybe one day, you will become a decryption expert!

(From http://www.jd165.com/info/717.htm)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.