prjpet / twitter-CandC

Enhanced covert channel techniques for C&C server using Twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhanced Covert Channel Techniques for C&C Using Social Media Platforms

Offensive Technology Course Project

Installation

To install pip, securely download get-pip.py (https://bootstrap.pypa.io/get-pip.py):

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Inspect get-pip.py for any malevolence. Then run the following:

python get-pip.py

The easiest way to install all the requirments to run the script is by using pip/easy_install to pull it from PyPI:

git clone https://github.com/kalachkar/twitter-CandC.git
cd twitter-CandC/
sudo pip3 install -r requirements.txt

Python 3.5/3.6 are supported.

To run ipToemoji.py:

python3 ipToEmoji.py <trend number> <ip address>
e.g. python3 ipToEmoji.py 1 192.168.1.123

I've used the following repositories:

1- TWINT - Twitter Intelligence Tool (https://github.com/haccer/twint) python3 ipToEmoji.py 1 192.168.1.123 2- Tweepy: Twitter for Python! (https://github.com/tweepy/tweepy)

MIT License

Copyright (c) 2018, Kotaiba Alachkar, Peter Prjevara

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Enhanced covert channel techniques for C&C server using Twitter

License:MIT License


Languages

Language:Python 100.0%