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
wikipedia-c2 — POC for utilizing wikipedia API for Command and Control | Kitploit
Tools/GitHubGitHub/daniel-infosec/wikipedia-c2
ExploitationPost-ExploitationPenetration TestingCommand and ControlRed TeamingAPI Security
GitHubdaniel-infosec/wikipedia-c2

wikipedia-c2

POC for utilizing wikipedia API for Command and Control

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

Wikipedia-C2

Wikipedia C2 Blog Post

This is a demo project to demonstrate Command and Control utilizing Wikipedia. After Josh Abraham's demo of C2 utilizing Slack and ICMP, I thought I'd explore what other options in the internet's top sites could be used for C2. After reviewing Wikipedia's API, I saw that there was a user option for user-jsarbitraryKeyName that could be an "arbitrary value". I later found that it was a max length of 65535 characters, which is more than enough for C2.

Getting Started

This project requires Python 3. It works on both Windows and macOS and Linux (though I only tested on the first 2). You'll need the requests library.

Prerequisites

root@kitploit:~
pip install -r requirements.txt

Executing

Authors

  • Daniel Wyleczuk-Stern - dweezy-netsec.github.io

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Josh for his inspiration to look at other sites that could be used for stealthy C2.

Disclaimer

This is for demo purposes only. Do not use this for unauthorized access. Any use of this tool should be for testing purposes with full permissions from the owners of the system. I have also not read through Wikipedia's acceptable use policy, so please do before utilizing this tool in an operational environment.

Download Tool