Giter Site home page Giter Site logo

transparent_mitmproxy's Introduction

transparent_mitmproxy

script for running mitmproxy in transparent mode

Installing mitmproxy cert on android phone:

  • open chrome
  • go to: mitm.it
  • click on the android logo to download cert
  • If you receive a notification "failed to install cert"
    • go to Settings > Security > Install from storage
    • the cert should be under Downloads, click to install

Troubleshooting:

  • The script should give you instructions on how to setup, if it still doesn't work; try the following
  • make sure computer and phone are on same wifi network
  • check that all ip addresses/ports/etc. are entered correctly in the phone's wifi settings
  • tell the phone to forget the wifi connection and turn the phones wifi off and on
  • you’ll have to enter the advanced settings again
    • This happens frequently on android 7.0 or higher

For android 7.0 and higher

  • Only “System” certificates are trusted, so the certificate must be moved manually
  • Connect phone to usb and enable developer settings/ debugging via usb
  • The phone must first be rooted to perform the following commands adb shell

su

cd /data/misc/user/0/cacerts-added

cp XXXXXXX.0 /system/etc/security/cacerts/ (use filename of cert)

  • if command fails, enter: mount –o rw,remount /system and try the previous command again

chmod 644 /system/etc/security/cacerts/XXXXXXX.0

mount –o ro,remount /system (if the previous remount command was necessary)

  • restart the phone and go to settings > security > trusted credentials and make sure you see the certificate under system

transparent_mitmproxy's People

Contributors

colbysadams avatar nathancowart 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.