Skip to content
Mehmet KILIC edited this page Jun 11, 2013 · 8 revisions

MBFuzzer (Mobile Application Fuzzer)

Mobile Application Fuzzer is a Man in the Middle Fuzzing tool.

Supported Features

  • HTTP/HTTP Proxy Support
  • HTTPS Connect Conversion Support
  • Real-Time Response/Request Fuzzing Support

Installation

  • Please make sure that your system has necessary packages installed before installation.
  • For development platform Ruby in Ubuntu: sudo apt-get install ruby1.9.3
  • git clone git@github.com:YakindanEgitim/mbfuzzer.git

Usage

  • MBFuzzer requires proxy address & port number in starting.

  • By default, it is running on address 127.0.0.1 & port 8080.

  • Running command under test file of MBFuzzer Project:

     `ruby mbfuzzer.rb [address] [port]`
    
Clone this wiki locally