Exploitation Tools

PoT – Phishing On Twitter

How it works?

  • 1- Collect data from target’s twitter account
  • 2- Find target’s friend and copy her/him account
  • 3- Generate tweet automatically with markov chain algorithm and send it

Installation

git clone https://github.com/omergunal/PoT
cd PoT
pip3 install -r requirements.txt

Update your api keys in “PoT.py”. Go to https://apps.twitter.com/ and get API keys

Usage

python3 PoT.py [target_account_name]

ScreenShots