Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3693 from typoon/fix-command-bar-issue-3259 | Maximilian Hils | 2019-11-21 | 1 | -2/+2 |
|\ | |||||
| * | adjust remote debug example to latest pycharm version | Maximilian Hils | 2019-11-18 | 1 | -2/+2 |
* | | cleanup mypy usage | Maximilian Hils | 2019-11-16 | 3 | -1/+4 |
|/ | |||||
* | update mypy | Maximilian Hils | 2019-11-12 | 1 | -2/+2 |
* | bump deps | Thomas Kriechbaumer | 2019-09-28 | 1 | -0/+0 |
* | fix linting | Thomas Kriechbaumer | 2019-09-28 | 1 | -1/+1 |
* | make dict comprehension more readable | Maximilian Hils | 2019-09-05 | 1 | -1/+4 |
* | Updated har_dump,py timings dictionary function | RamiBerm | 2019-09-03 | 1 | -1/+1 |
* | Fix several DeprecationWarning: invalid escape sequence | Mickaƫl Schoentgen | 2019-01-05 | 2 | -3/+3 |
* | Corrected keep_host_header usage option | Alex Lauerman | 2018-10-25 | 1 | -1/+1 |
* | [examples/xss_scanner] replace relative import | David Kremer | 2018-08-15 | 1 | -3/+3 |
* | Update CLI usage instructions | Pierre Cavan | 2018-06-26 | 1 | -3/+3 |
* | View API slightly extended; codebase cleaned in some points | madt1m | 2018-06-13 | 1 | -1/+1 |
* | websocket: inject messages via flow | Thomas Kriechbaumer | 2018-05-16 | 1 | -0/+23 |
* | fix tcp example | Thomas Kriechbaumer | 2018-05-11 | 1 | -12/+11 |
* | Merge pull request #3106 from cortesi/noprint | Maximilian Hils | 2018-05-08 | 2 | -3/+5 |
|\ | |||||
| * | Ditch the addon stdout wrapper | Aldo Cortesi | 2018-05-08 | 2 | -3/+5 |
* | | har_dump example cmdline invocation | 0xHJK | 2018-05-08 | 1 | -0/+6 |
|/ | |||||
* | Revamp dup_and_replay example | Aldo Cortesi | 2018-05-05 | 1 | -4/+10 |
* | fix Python 3.6 variable type annotations #3053 | oscure76 | 2018-04-14 | 3 | -7/+7 |
* | Misc. typos | luz.paz | 2018-02-24 | 3 | -6/+6 |
* | Extend mypy checking, fix #2194 (#2819) | Arushit Mudgal | 2018-02-03 | 4 | -49/+62 |
* | 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 |
* | Merge pull request #2265 from cortesi/addons | Aldo Cortesi | 2017-04-27 | 2 | -25/+26 |
|\ | |||||
| * | Addons and addon testing | Aldo Cortesi | 2017-04-26 | 2 | -25/+26 |
* | | 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 |
|/ | |||||
* | Revamp how addons work | Aldo Cortesi | 2017-04-25 | 1 | -2/+1 |
* | addon loader: add boot_into, which replaces returning from start() | Aldo Cortesi | 2017-03-25 | 4 | -5/+5 |
* | addons: start -> load throughout | Aldo Cortesi | 2017-03-25 | 4 | -4/+4 |
* | Remove test handlers by using taddons.RecordingMaster | Aldo Cortesi | 2017-03-16 | 1 | -43/+0 |
* | Enable custom options for addons | Aldo Cortesi | 2017-03-14 | 4 | -11/+12 |
* | 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 |
|/ | |||||
* | .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 |