aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* minor cleanupsMaximilian Hils2016-09-242-4/+4
|
* fix #1492Maximilian Hils2016-09-241-0/+1
|
* Merge pull request #1574 from mhils/issue-1393Thomas Kriechbaumer2016-09-245-19/+32
|\ | | | | Fix #1393
| * fix #1393Maximilian Hils2016-09-235-19/+32
|/
* Merge pull request #1566 from mhils/issue-1546Maximilian Hils2016-09-227-46/+66
|\ | | | | add websocket on/off switch, improve logging (fix #1546, fix #1547)
| * fix testsMaximilian Hils2016-09-222-6/+8
| |
| * add websocket on/off switch, improve logging (fix #1546, fix #1547)Maximilian Hils2016-09-226-49/+67
| |
* | Merge pull request #1567 from mhils/issue-1467Maximilian Hils2016-09-222-8/+55
|\ \ | |/ |/| Scripts: cut traceback properly, fix #1467
| * scripts: cut traceback properly, fix #1467Maximilian Hils2016-09-222-8/+55
| |
* | Merge branch 'fully_transparent'Maximilian Hils2016-09-227-7/+154
|\ \ | |/ |/|
| * minor cleanupMaximilian Hils2016-09-223-17/+11
| |
| * Removed obsolete code.smill@cuckoo.sh2016-09-221-6/+2
| |
| * Introduced comment regarding socket manipulation through the server_conn stub.smill@cuckoo.sh2016-09-221-0/+1
| |
| * Commented on IP_TRANSPARENT and changed an exception type.smill@cuckoo.sh2016-09-221-1/+2
| |
| * Fixed restructuredText error.smill2016-09-151-1/+2
| |
| * Added a description to the shim loader, and renamed it.smill2016-09-141-0/+8
| |
| * Fixed travis-ci issues.smill2016-09-143-1/+3
| |
| * Prevent crash in case of a connection timeout.smill2016-09-141-3/+5
| |
| * Improved the documentation.smill2016-09-051-5/+17
| |
| * Made it possible to modify the server_conn.connection attribute,smill2016-09-052-3/+8
| | | | | | | | using the serverconnect stub.
| * Removed a mistakenly inserted newline character.smill2016-09-041-1/+0
| |
| * Improved error-handling / supplemented documention.smill2016-09-046-9/+33
| |
| * Introduced some minor improvements to the shim loader.smill2016-09-031-19/+27
| |
| * Introduced the capability to spoof the source addresssmill2016-09-036-7/+101
| | | | | | | | of outgoing sessions + an accompanying shim loader.
* | ci: enable verbose test logging by defaultMaximilian Hils2016-09-212-2/+2
| |
* | Merge pull request #1522 from chhsiao90/dump-ready-#1505Maximilian Hils2016-09-211-0/+4
|\ \ | | | | | | Notify when proxy server started
| * | Notify when proxy server startedchhsiao902016-09-221-0/+4
| | |
* | | fix mitmdump error logging, fix #1549 (#1565)Maximilian Hils2016-09-213-6/+11
| | | | | | | | | | | | | | | | | | | | | This commit replaces the logging statement introduced in afe34e8b28988bdff91123862194606152c03c33 with the previous implementation where an exception is raised. ProtocolExceptions are normally logged as regular warnings, achieving the same effect for the end user. However, this retains the full stack trace for debug-level logging, which makes the analysis of client errors considerably easier.
* | | Merge pull request #1564 from mhils/issue-1554Maximilian Hils2016-09-212-9/+15
|\ \ \ | |/ / |/| | Fix Response.make content-length header
| * | fix Response.make content-length headerMaximilian Hils2016-09-212-9/+15
| | |
* | | Merge pull request #1563 from mhils/fix-1562Maximilian Hils2016-09-216-4/+19
|\ \ \ | |/ / |/| | Raise TypeError on invalid header assignment, fix #1562
| * | fix pathod http2 response creationMaximilian Hils2016-09-212-3/+3
| | |
| * | raise TypeError on invalid header assignment, fix #1562Maximilian Hils2016-09-214-1/+16
|/ /
* | Merge pull request #1509 from arjun23496/regex_star_modMaximilian Hils2016-09-212-2/+5
|\ \ | | | | | | Fixes #1471 - Change .* to match entire body
| * | Changed filter to match replacement for DOTALLarjun234962016-09-091-0/+3
| | |
| * | Convert to flags=value for future compatibilityarjun234962016-09-091-2/+2
| | |
| * | Fixes #1471 - Change .* to match entire bodyarjun234962016-09-091-2/+2
| | |
* | | Merge pull request #1559 from dwfreed/patch-1Thomas Kriechbaumer2016-09-181-1/+1
|\ \ \ | | | | | | | | console/options: kill -> replay_kill_extra
| * | | console/options: kill -> replay_kill_extraDoug Freed2016-09-171-1/+1
|/ / / | | | | | | | | | | | | @cortesi renamed the kill option to replay_kill_extra in b0213a2, but missed a usage here because it was in a string. This fixes opening the options menu in console.
* | | Merge pull request #1558 from vulnminer/patch-1Thomas Kriechbaumer2016-09-171-1/+1
|\ \ \ | | | | | | | | Update app.py
| * | | Update app.pyvulnminer2016-09-171-1/+1
|/ / /
* | | Merge pull request #1552 from cortesi/creplayAldo Cortesi2016-09-1217-216/+156
|\ \ \ | | | | | | | | revamp client replay
| * | | Misc cleanupsAldo Cortesi2016-09-123-14/+15
| | | |
| * | | console: update flow list when state is modifiedAldo Cortesi2016-09-111-0/+2
| | | |
| * | | Remove obsolete exceptions.ScriptExceptionAldo Cortesi2016-09-111-24/+0
| | | |
| * | | Redesign client replayAldo Cortesi2016-09-1116-180/+141
| | | | | | | | | | | | | | | | | | | | - Move to an addon - Use a much simpler synchronisation mechanism
* | | | Merge pull request #1553 from Kriechi/bumpThomas Kriechbaumer2016-09-111-1/+1
|\ \ \ \ | | | | | | | | | | bump brotlipy
| * | | | bump brotlipyThomas Kriechbaumer2016-09-111-1/+1
|/ / / /
* | | | Merge pull request #1551 from cortesi/sreplayAldo Cortesi2016-09-113-42/+24
|\| | | | | | | | | | | console: fix/improve server replay
| * | | console: fix/improve server replayAldo Cortesi2016-09-113-42/+24
|/ / / | | | | | | | | | | | | | | | - Fix "S" shortcut in list view - Consolidate replay from file in global R shortcut - Fix help