├── .vs └── GmailClient │ └── v16 │ └── .suo ├── GmailC2.csproj ├── GmailClient.sln ├── LICENSE ├── Program.cs ├── README.md └── img ├── AntiScan.me.PNG ├── DefenderCheck.PNG ├── GmailC2.mp4 ├── capa_scan.PNG ├── ip_lookup.PNG ├── latest_unreadMail.PNG └── smtp_capture.PNG /.vs/GmailClient/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/.vs/GmailClient/v16/.suo -------------------------------------------------------------------------------- /GmailC2.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/GmailC2.csproj -------------------------------------------------------------------------------- /GmailClient.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/GmailClient.sln -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/LICENSE -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/Program.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/README.md -------------------------------------------------------------------------------- /img/AntiScan.me.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/img/AntiScan.me.PNG -------------------------------------------------------------------------------- /img/DefenderCheck.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/img/DefenderCheck.PNG -------------------------------------------------------------------------------- /img/GmailC2.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/img/GmailC2.mp4 -------------------------------------------------------------------------------- /img/capa_scan.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/img/capa_scan.PNG -------------------------------------------------------------------------------- /img/ip_lookup.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/img/ip_lookup.PNG -------------------------------------------------------------------------------- /img/latest_unreadMail.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/img/latest_unreadMail.PNG -------------------------------------------------------------------------------- /img/smtp_capture.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/SharpGmailC2/HEAD/img/smtp_capture.PNG --------------------------------------------------------------------------------