Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2265 from cortesi/addons | Aldo Cortesi | 2017-04-27 | 3 | -31/+38 |
|\ | |||||
| * | Addons and addon testing | Aldo Cortesi | 2017-04-26 | 3 | -31/+38 |
* | | Merge pull request #2270 from F1ashhimself/master | Maximilian Hils | 2017-04-26 | 1 | -1/+1 |
|\ \ | |||||
| * | | Update readme for complex examples | Maksim Beloborodko | 2017-04-26 | 1 | -1/+1 |
| |/ | |||||
* / | fix #2250, add type info to cookie module | Maximilian Hils | 2017-04-26 | 1 | -1/+1 |
|/ | |||||
* | configure(options, updated) -> configure(updated) | Aldo Cortesi | 2017-04-26 | 2 | -10/+5 |
* | Revamp how addons work | Aldo Cortesi | 2017-04-25 | 6 | -49/+26 |
* | proxapp -> proxapp.local | Maximilian Hils | 2017-03-26 | 1 | -2/+2 |
* | addon loader: add boot_into, which replaces returning from start() | Aldo Cortesi | 2017-03-25 | 13 | -20/+20 |
* | addons: start -> load throughout | Aldo Cortesi | 2017-03-25 | 13 | -13/+13 |
* | Remove test handlers by using taddons.RecordingMaster | Aldo Cortesi | 2017-03-16 | 1 | -43/+0 |
* | Enable custom options in config files | Aldo Cortesi | 2017-03-14 | 1 | -1/+2 |
* | Optmanager: handle unknown options in value sets | Aldo Cortesi | 2017-03-14 | 1 | -1/+1 |
* | Enable custom options for addons | Aldo Cortesi | 2017-03-14 | 13 | -19/+30 |
* | fix tcp.Address leftovers | Maximilian Hils | 2017-03-08 | 1 | -1/+1 |
* | Merge branch 'master' into on-issues | Nikhil Soni | 2017-03-03 | 2 | -7/+410 |
|\ | |||||
| * | added XSS scanner example (#1907) | David Dworken | 2017-02-27 | 1 | -0/+407 |
| * | Remove pytz in hardump | Ujjwal Verma | 2017-02-25 | 1 | -7/+3 |
* | | Changes dns_spoofing example to use --keep-host-header | Nikhil Soni | 2017-03-03 | 1 | -8/+3 |
|/ | |||||
* | protobuf: coverage++ | Thomas Kriechbaumer | 2017-02-19 | 1 | -1/+1 |
* | .headers["host"] -> .host_header | Maximilian Hils | 2017-02-18 | 1 | -2/+2 |
* | fix typo | Maximilian Hils | 2017-02-14 | 1 | -1/+1 |
* | Encoding fixes and tests | Ujjwal Verma | 2017-02-05 | 1 | -1/+2 |
* | Reset the host header to the correct destination | Ammonite | 2017-01-30 | 1 | -0/+1 |
* | Store original host in flow metadata | Ammonite | 2017-01-29 | 1 | -7/+5 |
* | Fix host extraction | Ammonite | 2017-01-22 | 1 | -1/+1 |
* | Follow PEP-8 and add comment | Ammonite | 2017-01-22 | 1 | -5/+8 |
* | Add blank lines for lint | Ammonite | 2017-01-21 | 1 | -0/+2 |
* | Change class name | Ammonite | 2017-01-20 | 1 | -2/+2 |
* | Get the the original header in requestheaders instead of request | Ammonite | 2017-01-20 | 1 | -19/+28 |
* | update stream.py | Feei | 2017-01-16 | 1 | -2/+2 |
* | update log_events.py | Feei | 2017-01-16 | 1 | -2/+2 |
* | rename logging.py example. this conflicted with Python's stdlib | Maximilian Hils | 2016-12-19 | 1 | -0/+0 |
* | fix #1858 | Maximilian Hils | 2016-12-19 | 1 | -1/+1 |
* | minor fixes | Maximilian Hils | 2016-12-10 | 1 | -1/+1 |
* | remove lxml-dependent code | Maximilian Hils | 2016-12-10 | 1 | -1/+1 |
* | mitmweb: 100% app test coverage, numerous fixes | Maximilian Hils | 2016-11-23 | 1 | -1/+2 |
* | remove mitmweb auth | Maximilian Hils | 2016-11-22 | 1 | -1/+1 |
* | remove stickycookie example | Maximilian Hils | 2016-11-21 | 2 | -43/+0 |
* | organize examples | Maximilian Hils | 2016-11-21 | 40 | -236/+159 |
* | Remove dead run_scripthooks example reference. | Mike Fotinakis | 2016-11-17 | 1 | -1/+1 |
* | explain host=pretty_host assignment | Maximilian Hils | 2016-11-09 | 1 | -0/+4 |
* | fix SNI for transparent mode - #1638 | phackt | 2016-11-08 | 1 | -0/+1 |
* | Let's not over-ride __bool__ on connection objects | Aldo Cortesi | 2016-11-04 | 1 | -1/+1 |
* | rename logging .py to prevent import errors | Thomas Kriechbaumer | 2016-10-29 | 1 | -0/+0 |
* | fix #1678 | Maximilian Hils | 2016-10-27 | 1 | -3/+4 |
* | minor fixes | Maximilian Hils | 2016-10-25 | 1 | -3/+3 |
* | Include `boudary=...` in mutipart postData | Slobodan Mišković | 2016-10-24 | 1 | -1/+1 |
* | various encoding fixes, fix #1650 | Maximilian Hils | 2016-10-22 | 1 | -22/+17 |
* | Handle `bytes` in request parameters | Slobodan Mišković | 2016-10-22 | 1 | -2/+10 |