Crates.io | inn |
lib.rs | inn |
version | 0.2.0 |
source | src |
created_at | 2022-04-12 14:44:34.732563 |
updated_at | 2022-05-27 02:40:37.215493 |
description | A cross-platform packet capture tool similar to fiddler |
homepage | https://github.com/black-mongo/inn |
repository | https://github.com/black-mongo/inn |
max_upload_size | |
id | 566472 |
size | 69,539 |
$ git clone https://github.com/black-mongo/inn.git
$ cd inn
$ cargo run -p inn_cli -- genca -t ca -o ca/ca
Finished dev [unoptimized + debuginfo] target(s) in 0.68s
Running `target/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 command cargo run -p inn
start inn sock5 server on port 4556
and https_proxy server on port 4557
ca/ca/cacert.pem
to your system root certificate storage and trust ithttp://127.0.0.1:4557
with your browserhttps://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
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:
Reproducible. Include steps to reproduce the problem.
Specific. Include as much detail as possible: which version, what environment, etc.
Unique. Do not duplicate existing opened issues.
Scoped to a Single Bug. One bug per report.
Inn is licensed as MIT