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
gmailc2 — A Fully Undetectable C2 Server That Communicates Via Google SMTP to evade Antivirus Protections and Network Traffic Restrictions | Kitploit
Tools/GitHubGitHub/machine1337/gmailc2
Payload GenerationPersistence MechanismsShellcodeCommand and ControlLearning & EducationRed TeamingRemote Access Tool
GitHubmachine1337/gmailc2

gmailc2

A Fully Undetectable C2 Server That Communicates Via Google SMTP to evade Antivirus Protections and Network Traffic Restrictions

View Repository
4866511 months 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

gmailc2

root@kitploit:~
 A Fully Undetectable C2 Server That Communicates Via Google SMTP to evade Antivirus Protections 
 and Network Traffic Restrictions

gma

Note:

root@kitploit:~
 This RAT communicates Via Gmail SMTP (or u can use any other smtps as well) but Gmail SMTP is valid
 because most of the companies block unknown traffic so gmail traffic is valid and allowed everywhere.
 

Warning:

root@kitploit:~
 1. Don't Upload Any Payloads To VirusTotal.com Bcz This tool will not work
    with Time.
 2. Virustotal Share Signatures With AV Comapnies.
 3. Again Don't be an Idiot!

How To Setup

root@kitploit:~
 1. Create Two seperate Gmail Accounts.
 2. Now enable SMTP On Both Accounts (check youtube if u don't know)
 3. Suppose you have already created Two Seperate Gmail Accounts With SMTP enabled
    A -> first account represents  [email protected]
    B -> 2nd account   represents  [email protected]
 4. Now Go To server.py file and fill the following at line 67:
    smtpserver="smtp.gmail.com"          (don't change this)
    smtpuser="[email protected]"  
    smtpkey="your_1st_gmail_app_password"
    imapserver="imap.gmail.com"    (don't change this)
    imapboy="[email protected]"
5. Now Go To client.py file and fill the following at line 16:
    imapserver = "imap.gmail.com"          (dont change this)
    username = "[email protected]"
    password = "your2ndgmailapp password"
    getting = "[email protected]"
    smtpserver = "smtp.gmail.com"          (don't change this)
6. Enjoy

How To Run:-

root@kitploit:~
 *:- For Windows:-
 1. Make Sure python3 and pip is installed and requriements also installed
 2. python server.py  (on server side)
 

 *:- For Linux:-
 1. Make Sure All Requriements is installed.
 2. python3 server.py  (on server side)

C2 Feature:-

root@kitploit:~
 1) Persistence (type persist)
 2) Shell Access 
 3) System Info (type info)
 4) More Features Will Be Added 

Features:-

root@kitploit:~
1) FUD Ratio 0/40
2) Bypass Any EDR's Solutions
3) Bypass Any Network Restrictions
4) Commands Are Being Sent in Base64 And Decoded on server side
5) No More Tcp Shits

Warning:-

root@kitploit:~
Use this tool Only for Educational Purpose And I will Not be Responsible For ur cruel act.
Download Tool