-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for new mitmdump version and server and proxy not deactivating wh…
…en exiting the app (#16) * Server freezes sometimes and needs to be restarted (#2) * Fix - Handling inside mitmproxy's code the file descriptors limit to fix this issue * Bridge - Adding heartbeat to cleanup old connections * App - Removing old bridge and websocket's python code - Embedding mitmdump binary with mockingbird bridge - Improved process execution layer, * Server freezes sometimes and needs to be restarted (#2) * Fix - Handling inside mitmproxy's code the file descriptors limit to fix this issue * Bridge - Adding heartbeat to cleanup old connections * App - Removing old bridge and websocket's python code - Embedding mitmdump binary with mockingbird bridge - Improved process execution layer, * Server freezes sometimes and needs to be restarted (#2) * Fix - Handling inside mitmproxy's code the file descriptors limit to fix this issue * Bridge - Adding heartbeat to cleanup old connections * App - Removing old bridge and websocket's python code - Embedding mitmdump binary with mockingbird bridge - Improved process execution layer, * Fixes routing match for http method (#4) * - bumping release version 1.2.0 - removing swiftlint installation from workflow * Release update 1.3.0 * Updating logo * Release 1.4.0 * Fixing new version of mitmdump_mb and tasks that should execute when exiting the app
- Loading branch information
Showing
8 changed files
with
55 additions
and
45 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
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,7 +1,7 @@ | ||
#!/bin/sh | ||
if [ -z "$2" ] | ||
then | ||
~/.mockingbird/mitmproxy/mitmdump_mb | ||
~/.mockingbird/mitmproxy/mitmdump_mbv2 | ||
else | ||
~/.mockingbird/mitmproxy/mitmdump_mb --allow-hosts "$2" | ||
~/.mockingbird/mitmproxy/mitmdump_mbv2 --allow-hosts "$2" | ||
fi |
Binary file not shown.
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
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
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