GithubHelp home page GithubHelp logo

hartl3y94 / androfuzz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jonmetz/androfuzz

0.0 0.0 0.0 124 KB

A fuzzing utility for Android that focuses on reporting and delivery portions of the fuzzing process

License: MIT License

Python 100.00%

androfuzz's Introduction

AndroFuzz

A simple file format fuzzer for android. Used by me to fuzz pdf readers, but should work for any file format.

Because of a (probably incorrect) design choice, AndroFuzz does not create any files itself but must rely on other file format fuzzers, such as SPIKEfile to create the files. Instead of implementing this capability, I made AndroFuzz able to fuzz a number of readers at once.

This is the current mode AndroFuzz uses to work:

1. Files generated by fuzzer (not AndroFuzz)

2. AndroFuzz pushes files to Android emulator

3. AndroFuzz pushes the first apk of one of the apps we are testing to the emulator and installs it

4. The app loads the files and is fuzzed. AndroFuzz monitors logcat for buffer overflows and will alert the user if any occur

5. Once all the files are tested on the app, the app is uninstalled and the process, starting at step 3 is started for the next app

Currently AndroFuzz is incomplete and unready for real fuzzing since it requires users to manually generate the fuzzing files using some other program. Additionally, the above model in which not many files are tested on many apps, is probably unlikely to cause many interesting crashes.

AndroFuzz will be given a more sane, traditional model some time in the near future.

androfuzz's People

Contributors

jonmetz 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.