Create README.md

pull/134/head
aleff-github 2023-06-12 10:58:02 +02:00
parent 9e54f7de75
commit 2a0abc653a
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# Add An Excepiton To Avast Antivirus
This script can be used to put an arbitrary exception path in the Avast app.
**Category**: Execute
## Description
This script can be used to put an arbitrary exception path in the Avast app.
The script open the Avast app, then go to menu, then go to, avast settings, then go to exception menu, then click the add exception button, then write the full-path defined before and save it, then close the app.
Choosing a specific file, folder, or website will exclude it from all Avast shields and scans, so be very careful when using this payload because it can concretely cause damage to your machine.
- You must edit the FULL-PATH with the path that you want to set as exception in the payload.txt file
```DuckyScript
REM Set the full-path that you want to set as exception
DEFINE FULL-PATH example/to/path
```
### Dependencies
* The target must have **Avast installed** and **configured** on the machine