| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Replace upsidedown with mirror reflection | Miroslav | 2018-02-25 | 2 | -16/+9 | |
| * | | Misc. typos | luz.paz | 2018-02-24 | 4 | -7/+7 | |
| |/ | ||||||
| * | All new documentation | Aldo Cortesi | 2018-02-22 | 9 | -0/+332 | |
| * | Merge pull request #2884 from kajojify/hotkeys-cleanup | Maximilian Hils | 2018-02-20 | 1 | -4/+0 | |
| |\ | ||||||
| | * | Hotkeys cleanup | Miroslav | 2018-02-20 | 1 | -4/+0 | |
| * | | update log_events example documentation | Maximilian Hils | 2018-02-20 | 1 | -3/+1 | |
| * | | add documentation for custom_option.py | Maximilian Hils | 2018-02-20 | 1 | -0/+10 | |
| |/ | ||||||
| * | Extend mypy checking, fix #2194 (#2819) | Arushit Mudgal | 2018-02-03 | 4 | -49/+62 | |
| * | Fix mistakes in examples/simple/Readme.md. | Aniket Panjwani | 2018-01-29 | 1 | -16/+16 | |
| * | rename TLS/SSL-related attributes | Thomas Kriechbaumer | 2018-01-06 | 2 | -3/+3 | |
| * | Added scanning for CSS injection and iframe injection | David Dworken | 2017-10-17 | 1 | -5/+10 | |
| * | fix #2477 (#2556) | Suraj Tripathi | 2017-09-01 | 1 | -1/+1 | |
| * | update streaming docs | Ujjwal Verma | 2017-07-04 | 1 | -1/+1 | |
| * | fix mypy annotations | Maximilian Hils | 2017-05-26 | 3 | -12/+6 | |
| * | Extend Mypy checking to pathod | harsh vijay | 2017-05-02 | 3 | -4/+9 | |
| * | Fixed lint error | harsh vijay | 2017-04-29 | 1 | -1/+1 | |
| * | lint error fixed | harsh vijay | 2017-04-29 | 1 | -1/+1 | |
| * | extend mypy example/simple | harsh vijay | 2017-04-29 | 13 | -19/+34 | |
| * | 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 | |
