Skip to content

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

License

Notifications You must be signed in to change notification settings

Sec-Fork/SpyAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

SpyAI

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

Setup

For the Python server install those requirements using :

pip install slack_sdk requests openai pillow

And change in the Python script those fields:

SLACK_TOKEN = "<SLACK_TOKEN>"
SLACK_CHANNEL_ID = "<SLACK_CHANNEL_ID>"
CHECK_INTERVAL = <INTERVAL between each operation>  # seconds
openai.api_key = "<OPENAI_API_KEU>"

And change in the main.cpp:

const char* slackToken = "<SLACK_TOKEN>";
const char* slackChannel = "#<CHANNEL_NAME>";
...
Sleep(<Sleep Time in MS>); // In ms

Demo

Watch demo video

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.6%
  • Python 29.4%