forked from PretendoNetwork/mitmproxy-nintendo
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8ed7db
commit d9c2097
Showing
4 changed files
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,6 @@ | |
|
||
# Python cache | ||
__pycache__ | ||
|
||
# Network dumps | ||
*.har |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
listen_port: 8083 | ||
web_port: 8081 | ||
web_host: 0.0.0.0 | ||
|
||
hardump: ./pretendo-network-dump-3ds.har | ||
|
||
client_certs: ./client-certificates/CTR-common.pem | ||
ssl_insecure: true | ||
tls_version_client_min: UNBOUNDED | ||
tls_version_server_min: UNBOUNDED | ||
listen_port: 8083 | ||
web_port: 8081 | ||
web_host: 0.0.0.0 | ||
|
||
hardump: ./dumps/3ds-latest.har | ||
|
||
client_certs: ./client-certificates/CTR-common.pem | ||
ssl_insecure: true | ||
tls_version_client_min: UNBOUNDED | ||
tls_version_server_min: UNBOUNDED |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
listen_port: 8082 | ||
web_port: 8081 | ||
web_host: 0.0.0.0 | ||
|
||
hardump: ./pretendo-network-dump-wiiu.har | ||
|
||
client_certs: ./client-certificates/WiiU-common.pem | ||
ssl_insecure: true | ||
tls_version_client_min: UNBOUNDED | ||
tls_version_server_min: UNBOUNDED | ||
listen_port: 8082 | ||
web_port: 8081 | ||
web_host: 0.0.0.0 | ||
|
||
hardump: ./dumps/wiiu-latest.har | ||
|
||
client_certs: ./client-certificates/WiiU-common.pem | ||
ssl_insecure: true | ||
tls_version_client_min: UNBOUNDED | ||
tls_version_server_min: UNBOUNDED |