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
C2-Blockchain — This is a concept poc of command and control server implemented over blockchain | Kitploit
Tools/GitHubGitHub/geek-repo/c2-blockchain
ExploitationPenetration TestingCommand and ControlRed TeamingPayload Development
GitHubgeek-repo/c2-blockchain

C2-Blockchain

This is a concept poc of command and control server implemented over blockchain

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

C2-Blockchain

This is a C2 Implemented over Ethereum Smart Contracts based on Ropsten TestNet Server
To read more about how we made this poc please refer to the series here.

We have Explained everything from introduction of blockchain to Using smart contracts over python

Installation

Note:- This is just a proof of concept so the virus.py would require web3 to be installed on target server but this limitation can be rectified if the virus was made in Go so that an attacker could link the web3 files with the virus binary itself

pip3 install web3

USAGE:-

python3 handler.py

Note:- The data which will be transferred over the blockchain can be publically accessed by anyone who has the wallet address of contract so Don't try to pass any sensitive data and to rectify that you can implement a encryption before sending data to or from attacker

Demo

Demo

Download Tool