Git Product home page Git Product logo

santoku-linux's Introduction

Mobile Forensics, Malware Analysis, and App Security Testing

SLICE AND DICE

Boot into Santoku and get to work, with the latest security tools and utilities focused on mobile platforms such as Android and iOS.

Santoku Linux is a bootable Linux ISO which you can run as Live CD or install on a PC/VM. Santoku Linux is a Free and Open Source distribution and contains the best tools from around the web with a focus on Mobile Forensics, Mobile Malware and Mobile Security.

This GitHub account serves as an issue tracker and a repository of code we've open sourced. Santoku is a pre-built Linux OS and contains many tools from 3rd party authors with varying licenses and we will be linking to their code repositories where available rather than re-hosting their code.

Santoku is currently in Alpha, please visit the project's home page and forums for more information.

santoku-linux's People

Contributors

ahoog42 avatar dweinstein avatar nelenkov avatar thomascannon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

santoku-linux's Issues

Android Brute Force Script Line Endings

In Santoku, when you try to run, for example, the Android brute force without prefacing python, you get:

": No such file or directory"

This is because the script is in DOS format…if you change to Unix \r, it works fine

Brute Force encryption tool issue

When running ./bruteforce_stdcrypto.py in /opt/santoku/forensics/vAndBrute, receive a : No such file or directory error, though the file is present in the folder.

Install Guest Additions w Virtualbox

Installing guest additions on virtualbox renders nautilus frozen, unusable. Only happens in live environment - once Santoku is fully installed and out of a live environment, installing guest additions in virtualbox works fine.

brute force instructions

usage instructions for encryption brute force list header and footer backwards, need to be reversed.

Incomplete range in bruteforce_stdcrypto.py

In bruteforce_stdcrypto.py of Santoku 0.2, line 50-51:

# try all possible four digit PINs, leave the loop when found
for i in range(0,9999):

Which spans [0, 9999) instead of [0, 9999].

A fix:

for i in range(10000):

AVD manger links are broken

under Eclipse->Windows->AVD Manager
entries are broken, should fix from mobisec to santoku

quick and dirty fix: press EDIT and then EDIT AVD on each one of the entries.

Initial Password

When installing santoku for the first time, the password input during the install process doesn't take. The first login to Santoku after a full install reverts back to "santoku" instead.

SoapUI Addition

SoapUI has a F/OSS version, and would definitely be nice to include with the platform

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.