Coder Social home page Coder Social logo

adhdickie / samykamtools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from electroniccats/samykamtools

0.0 0.0 0.0 876 KB

Magnetic Pentesting tool for Raspberry Pi

Home Page: https://salmg.net/2017/01/16/samykam/

Shell 2.05% Python 17.62% Makefile 0.89% HTML 79.44%

samykamtools's Introduction

SamyKamTools

SamyKam - A set of pentesting tools to test Mag-Stripe readers and tokenization processes

Code and hardware integration by [Salvador Mendoza] (https://salmg.net)

PCB design and advisory by Team work with [electronicats] (https://twitter.com/electronicats)

Named the tool in honor of Samy Kamkar (http://samy.pl) For his hard work and community support

Features

It is a MagSpoof but specfically designed for Raspberry Pi:

  • OLED for prepared attacks
  • Rotary endoder for navigation menu

Support: Mini-shell for basic commands implementing Bluetooth and Webserver independently

  • change parameters without ssh
  • send any shell command using Bluetooth

Installation

Manual

apt-get update 
apt-get install python-dev python-setuptools swig python-bluez gcc-avr binutils-avr avr-libc

# gdata-2
curl -L https://pypi.python.org/packages/a8/70/bd554151443fe9e89d9a934a7891aaffc63b9cb5c7d608972919a002c03c/gdata-2.0.18.tar.gz#md5=13b6e6dd8f9e3e9a8e005e05a8329408 | tar xzf -
cd gdata-2.0.18
python setup.py install

# WiringPi
git clone git://git.drogon.net/wiringPi
cd wiringPi
./build


# WiringPi-Python
git clone --recursive https://github.com/ElectronicsCats/WiringPi-Python
cd WiringPi-Python
./build.sh
python setup.py install


# SPIDEV
git clone https://github.com/doceme/py-spidev
cd py-spidev
python setup.py install


# Adafruit_SSD1306
git clone https://github.com/adafruit/Adafruit_Python_SSD1306
cd Adafruit_Python_SSD1306
sudo python setup.py install

# py-gaugette
git clone https://github.com/guyc/py-gaugette
cd py-gaugette
sudo python setup.py install

#Flask
pip install flask

#SamyKamTools
git clone https://github.com/ElectronicsCats/SamyKamTools
cd SamyKamTools
sudo python SamyKam.py

Automatic Experimental

curl https://raw.githubusercontent.com/ElectronicsCats/SamyKamTools/master/install.sh | sudo sh

License

The MagSpoofPi code is under Samy Kamkar license terms, for more information visit https://github.com/samyk/magspoof

samykamtools's People

Contributors

salmg avatar sabas1080 avatar oscar-raygoza avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.