Giter Site home page Giter Site logo

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
  • change wifi configuration [ssid/pass] *
  • send any shell command using Bluetooth

##Installation

###Recommendations

Speeding Up the Display For the best performance, especially if you are doing fast animations, you'll want to tweak the I2C core to run at 1MHz. By default it may be 100KHz or 400KHz

To do this edit the config with sudo nano /boot/config.txt and add to the end of the file dtparam=i2c_baudrate=1000000

More details: https://learn.adafruit.com/adafruit-pioled-128x32-mini-oled-for-raspberry-pi/usage

###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

#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

samykamtools's People

Contributors

salmg avatar sabas1080 avatar

Stargazers

 avatar  avatar  avatar  avatar Cybershart avatar  avatar Chris James avatar  avatar โญ ๐Ÿพ avatar

Watchers

James Cloos avatar  avatar  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.