Inn - A cross-platform packet capture tool similar to fiddler and whistle

Report a Bug ยท Request a Feature . Ask a Question

Build and Test codecov License

Features

Supported

Getting Started

Step 1, Clone the source

shell $ git clone https://github.com/black-mongo/inn.git $ cd inn

Step 2, Generate private key file and certificate file for ca

``shell $ cargo run -p inn_cli -- genca -t ca -o ca/ca Finished dev [unoptimized + debuginfo] target(s) in 0.68s Runningtarget/debug/inn_cli genca -t ca -o ca/ca` [2022-05-26T17:05:09Z DEBUG common::genca] ca/ca/cacert.pem -----BEGIN CERTIFICATE----- MIIBpzCCAU2gAwIBAgIJAO2/sI9ZEVIeMAoGCCqGSM49BAMCMDYxDDAKBgNVBAMM A0lubjEMMAoGA1UECgwDSW5uMQswCQYDVQQGDAJDTjELMAkGA1UEBwwCQ04wIBcN NzUwMTAxMDAwMDAwWhgPNDA5NjAxMDEwMDAwMDBaMDYxDDAKBgNVBAMMA0lubjEM MAoGA1UECgwDSW5uMQswCQYDVQQGDAJDTjELMAkGA1UEBwwCQ04wWTATBgcqhkjO PQIBBggqhkjOPQMBBwNCAAQgy7m1BWukJr8VAOxie56u+vBcaEOCZtu+k7x155B8 +gq+JuKSZoMRJwEmIjbgnPErMR6qzEYEXjH56Oiu09Ago0IwQDAOBgNVHQ8BAf8E BAMCAYYwHQYDVR0OBBYEFB5SEVmPsL/tB9jDPvn9xvLs6qJuMA8GA1UdEwEB/wQF MAMBAf8wCgYIKoZIzj0EAwIDSAAwRQIhAI8XyypwZC9Uzl457YGTiSK54kjtrrsO hzY7kEjlTNioAiA0rn8LmSPPzn3aXJ/CPxTYvuSUx2V4O98Zn7cs2BVtNA== -----END CERTIFICATE-----

[2022-05-26T17:05:09Z DEBUG common::genca] ca/ca/cakey.pem -----BEGIN PRIVATE KEY----- MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgf2kKonKFODJuoQDv qN3CohJ1jhIUptc1UuQja26ieJWhRANCAAQgy7m1BWukJr8VAOxie56u+vBcaEOC Ztu+k7x155B8+gq+JuKSZoMRJwEmIjbgnPErMR6qzEYEXjH56Oiu09Ag -----END PRIVATE KEY----- `` The commandcargo run -p innstart inn sock5 server on port4556and https_proxy server on port4557`

Step3, Add ca/ca/cacert.pem to your system root certificate storage and trust it

Step4, Setting https proxy to http://127.0.0.1:4557 with your browser

Step5, Open your browser with https://www.google.com

So far only www.google.com with MITM and other https web site will through tunnel, future add rules with MITM or tunnel

Contributing

First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please try to create bug reports that are:

License

Inn is licensed as MIT