Skip to content

AidasDir/heartbreaker2

 
 

Repository files navigation

heartbreaker

Exploration in impersonnate with osmocom

on host (not on docker !) Launch 1st

sudo docker run -it --ip 172.17.0.2 --privileged --user root --cap-add ALL  -v /dev/bus/usb:/dev/bus/usb ideolab/evil-ms-copy:updated

Launch 2nd

sudo docker run -it --ip 172.17.0.3 --privileged --user root --cap-add ALL  -v /dev/bus/usb:/dev/bus/usb ideolab/evil-bts-copy:updated

In this order cause need ip 172.17.0.2 for ms and 172.17.0.3 for bts (socket are made to work with theses addresses)

in bts:

tmux
cd /
service pcscd start
./evil-bts.sh

then in ms:

tmux
cd /
bash trx.sh
ctrl-b c 
./evil-ms.sh

About

Exploration in impersonnate with osmocom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.9%
  • Shell 5.5%
  • Python 2.4%
  • Makefile 0.9%
  • Ruby 0.9%
  • Assembly 0.6%
  • Other 0.8%