Commit Graph

8462 Commits

Author SHA1 Message Date
Maximilian Hils
c8b6c6150b [web] fix status column rendering 2019-12-12 16:28:22 +01:00
Maximilian Hils
60b95d12f2 [web] update gulp to fix nodejs compatibility 2019-12-12 16:28:11 +01:00
Maximilian Hils
005cb7cf5a fix #3722 2019-12-12 15:34:32 +01:00
Maximilian Hils
a58b8c9cdb
Merge pull request #3724 from typoon/command-history-file
Save user executed commands to a history file
2019-12-12 15:12:37 +01:00
Maximilian Hils
d62835f6cd
Merge pull request #3739 from gergesh/add-flow-to-contentview-metadata
Add flow to ContentView metadata
2019-12-06 13:32:44 +01:00
Yoav Shai
4ffa1ed7b6 Add flow to ContentView metadata 2019-12-06 00:13:20 +02:00
Maximilian Hils
ab08a0def6
Merge pull request #3738 from gergesh/add-message-to-contentview-headers
Add message to ContentView metadata
2019-12-05 22:08:03 +01:00
Yoav Shai
056a9024ec Add message to ContentView metadata 2019-12-05 22:36:26 +02:00
Maximilian Hils
1f91f5ce12
Merge pull request #3734 from worldmind/master
Fix converting to HAR in case of void response
2019-12-05 13:40:25 +01:00
Maximilian Hils
0b86d65b61
Merge pull request #3735 from Kriechi/fix-3733
close the client connection if TLS ClientHello parsing fails
2019-12-05 13:39:44 +01:00
Thomas Kriechbaumer
79778071cf close the client connection if TLS ClientHello parsing fails 2019-11-30 12:43:25 +01:00
Shrub, Aliaksei
6e1cf33071 Fix converting to HAR in case of void response 2019-11-29 10:08:19 +03:00
Henrique
d42e8b2fe6 Making linter happy 2019-11-27 09:44:47 -05:00
Henrique
2177eb9e35 Fixed small issue 2019-11-27 09:27:38 -05:00
Henrique
8eb173b44e Fixed small bugs on command_history and tests 2019-11-27 09:21:30 -05:00
Henrique
863d2fbcb2 Merge branch 'command-history-file' of github.com:typoon/mitmproxy into command-history-file 2019-11-27 08:13:19 -05:00
Henrique
09c0162e8d Merge branch 'master' of github.com:mitmproxy/mitmproxy into command-history-file 2019-11-27 08:07:22 -05:00
Henrique
8fbd0bb9ce Merge branch 'mitmproxy-improve-commander' of github.com:typoon/mitmproxy into command-history-file 2019-11-27 08:06:40 -05:00
Maximilian Hils
f026285434
Merge pull request #3727 from typoon/mitmproxy-improve-commander
Commander bar navigation keys
2019-11-26 02:47:34 +01:00
Maximilian Hils
819d5e6317 command history: start adjusting tests 2019-11-26 02:43:09 +01:00
Maximilian Hils
06ef7350f5 simplify command history addon 2019-11-26 02:42:47 +01:00
Henrique
b3b069f468 Remove blank line 2019-11-25 19:00:54 -05:00
Henrique
8449db103e Fixed ctrl w 2019-11-25 18:55:12 -05:00
Henrique
046779615f Added some navigation keys to the command bar same way as in a Linux
terminal
2019-11-25 15:41:58 -05:00
Henrique
68b016e180 Addressing comments from review 2019-11-25 14:37:49 -05:00
Henrique
0f0fc15c16 Removing the remotepdb stuff. 2019-11-25 14:12:36 -05:00
Henrique
1948a27023 Fixing it back to what it was 2019-11-25 13:13:50 -05:00
Henrique
4464648c38 Logic to handle multiple instances using CommandHistory. 2019-11-25 13:08:09 -05:00
Henrique
5b582a76a8 Make windows happy once again 2019-11-25 10:48:42 -05:00
Henrique
1c8abaed78 Make windows happy 2019-11-25 10:39:36 -05:00
Henrique
ed7f0b4b39 Making windows happy 2019-11-25 10:24:46 -05:00
Henrique
640bec24e5 Oops, forgot to add the tests for the CommandHistory addon 2019-11-25 10:23:51 -05:00
Henrique
1b5337e4d4 Making windows happy 2019-11-25 09:17:40 -05:00
Henrique
0d29804ab8 Moved confdir check logic into the addon 2019-11-25 08:56:44 -05:00
Henrique
6a7f27ff15 Make mypy happy 2019-11-24 20:21:14 -05:00
Henrique
7b386d5393 Fixed the logic according to some tests, added new tests 2019-11-24 20:13:25 -05:00
Henrique
1d43abcb28 Making the linter happy 2019-11-23 16:36:52 -05:00
Henrique
6d67286bd1 Fix to check if command_history file exists prior to trying to read it 2019-11-23 16:31:21 -05:00
Henrique
01b40e2c36 Fix to create the confdir in case it doesn't exist 2019-11-23 16:31:03 -05:00
Henrique
a866b424fe Moved command history to an addon and added a new feature:
* If you start typing a command and press "up" only commands starting
with that string will be returned
2019-11-23 15:31:00 -05:00
Maximilian Hils
80973bd6ec remove unused hyperlink in README.rst 2019-11-23 18:03:59 +01:00
Maximilian Hils
e768f5ba83 use OpenSSL's hostname validation 2019-11-23 18:02:45 +01:00
Maximilian Hils
0f868e9924 update cryptography 2019-11-23 01:06:23 +01:00
Henrique
16b55f9476 Implemented feature to save command history to a file. This allows users
to reuse their commands the next time they open mitmproxy
2019-11-22 10:00:17 -05:00
Maximilian Hils
bbb7eb692f
Merge pull request #3718 from mhils/simplify-install-instructions
Simplify install instructions
2019-11-21 22:50:34 +01:00
Maximilian Hils
3550bdfe00
Merge pull request #3693 from typoon/fix-command-bar-issue-3259
Improve Command Bar UX
2019-11-21 14:13:08 +01:00
Maximilian Hils
f7a3e903ac fix keybind for loading flows 2019-11-21 14:06:03 +01:00
Maximilian Hils
6ad7b575bb simplify install instructions 2019-11-20 18:45:36 +01:00
Maximilian Hils
3a7ca3e1e7
Merge pull request #3717 from Jessonsotoventura/replay
Added Replay to new table UI
2019-11-20 17:28:27 +01:00
Jesson Soto Ventura
dc2d8f50ca added column for mark and replay 2019-11-19 22:39:00 -05:00