Simple iGuard breakthrough

Source: Internet
Author: User

From: Emperor
InfoGuard, or iGuard for short, is commonly known as a tamper-proofing tool for web files. It was a big topic last night. After studying it, I found a solution and recorded it.

First, give the effect of this thing. If a webshell is lost and it is not killed, it exists on the server, but it turns into a dumb during access:
 

Is it a bit depressing... but it doesn't matter. We can find the InfoGuard directory. Here I am C: TerceliGuardSyncServer
Here is an a. conf file to open.
 

 

Something vaguely captured, but not very clear.
After some effort, I finally figured out the parameters in the preparation file.

[System]
SignDB = C: TerceliGuardSyncServersigndbiguard. db
Vid = BV8CcwNN6iH3dEAw
[Dirs]
D: Inetpubgameto

The meanings are as follows:

SignDB: directory of the watermark library;
Vid: the initialization vector of the watermark library, which is consistent with the first line of the publication server identification file iguard. dat;
[Dirs]: Enter the directories and files for which the watermark is to be scanned in a row of each directory/file.

This should be clear. We should replace the dirs in it with the path of our webshell, but this is not complete yet.
After iguardis installed, a wmktool.exe file is used together with the configuration file. This program is used to add a watermark to the file. It is used to determine whether the file has been modified. Of course, we upload a new file without a watermark, so we certainly cannot use it.
Find this wmktool.exe in the a.confdirectory and execute it.
 

We can see that all files have been processed.
Open our shell and check it out.
 

Is it OK?

Of course, you must first have a shell and have permissions. Otherwise, you will find a solution.

Related Article

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.