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
Social-media-c2 — Script is a proof of concept how to control your machine by using social media sites. | Kitploit
Tools/GitHubGitHub/woj-ciech/social-media-c2
OSINT for Social EngineeringInformation GatheringPost-ExploitationCommand and ControlSocial EngineeringRed Teaming
GitHubwoj-ciech/social-media-c2

Social-media-c2

Script is a proof of concept how to control your machine by using social media sites.

View Repository
2348 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

Command and control servers in social media

Script is a proof of concept how to control your machine by using social media platforms.

Description and usage

Script has following functions:

  • history - (Re)Tweet #history, like photo on Instagram with 'history' in description or wrote 'history' to Telegram bot to delete your browser history (works only for Firefox).
  • mac - (Re)Tweet #mac, like photo in Instagram with 'mac' in description or wrote 'mac' to Telegram bot to get MAC address.
  • location - (Re)Tweet #location, like photo in Instagram with 'location' in description or wrote 'location' to Telegram bot in order to obtain last SSID(s) and IP from ipify.org.
  • update - (Re)Tweet #update, like photo in Instagram with 'update' in description or wrote 'update' to Telegram bot to get keywords from youtube comments.

Script can be highly customized:

You can choose social site which will be used, by default it uses:

  • Instagram
  • Twitter
  • Youtube
  • Telegram

pip install InstagramAPI tweepy telegram

and for each one, you need API key beside Instagram, which uses username and password.

Keywords (history, mac, location, update) can be changed to something more fancy or stealthy.

Comments from Youtube are retrieved based on startswith() function and first letters of each consecutive word from hardcoded video.

Code is commented very well, so you shouldn't have problem with integrating it to your project.

Tested on Win7 and Win10.

Alt Text

Alt Text

Alt Text

I am not responsible for what you will do with this, be cautious.

Questions? Contact: @PoszerzHoryzont

Download Tool