aboutsummaryrefslogtreecommitdiffstats
path: root/examples/complex
Commit message (Expand)AuthorAgeFilesLines
* added add-ons that enhance the performance of web application scanners. (#3961)anneborcherding2020-05-046-0/+646
* examples: reformat to prevent too long linesThomas Kriechbaumer2020-04-113-35/+48
* Merge pull request #3846 from kimbo/kl/block-dohThomas Kriechbaumer2020-04-052-0/+178
|\
| * broke up long line into multiple lineskimbo2020-04-041-1/+54
| * replace scraping and DNS lookups with static listkimbo2020-04-041-127/+3
| * fix lint errorskimbo2020-03-041-3/+17
| * add block doh example to examples/complex/READMEkimbo2020-03-041-0/+1
| * example for blocking DNS queries over HTTPSkimbo2020-03-041-0/+234
* | improve scripting docsThomas Kriechbaumer2020-04-041-1/+1
* | lint!Maximilian Hils2020-04-031-1/+0
* | fix nonblocking exampleMaximilian Hils2020-04-031-3/+3
|/
* Fix converting to HAR in case of void responseShrub, Aliaksei2019-11-291-2/+2
* Merge pull request #3693 from typoon/fix-command-bar-issue-3259Maximilian Hils2019-11-211-2/+2
|\
| * adjust remote debug example to latest pycharm versionMaximilian Hils2019-11-181-2/+2
* | cleanup mypy usageMaximilian Hils2019-11-163-1/+4
|/
* update mypyMaximilian Hils2019-11-121-2/+2
* bump depsThomas Kriechbaumer2019-09-281-0/+0
* fix lintingThomas Kriechbaumer2019-09-281-1/+1
* make dict comprehension more readableMaximilian Hils2019-09-051-1/+4
* Updated har_dump,py timings dictionary functionRamiBerm2019-09-031-1/+1
* Fix several DeprecationWarning: invalid escape sequenceMickaƫl Schoentgen2019-01-052-3/+3
* Corrected keep_host_header usage optionAlex Lauerman2018-10-251-1/+1
* [examples/xss_scanner] replace relative importDavid Kremer2018-08-151-3/+3
* Update CLI usage instructionsPierre Cavan2018-06-261-3/+3
* View API slightly extended; codebase cleaned in some pointsmadt1m2018-06-131-1/+1
* websocket: inject messages via flowThomas Kriechbaumer2018-05-161-0/+23
* fix tcp exampleThomas Kriechbaumer2018-05-111-12/+11
* Merge pull request #3106 from cortesi/noprintMaximilian Hils2018-05-082-3/+5
|\
| * Ditch the addon stdout wrapperAldo Cortesi2018-05-082-3/+5
* | har_dump example cmdline invocation0xHJK2018-05-081-0/+6
|/
* Revamp dup_and_replay exampleAldo Cortesi2018-05-051-4/+10
* fix Python 3.6 variable type annotations #3053oscure762018-04-143-7/+7
* Misc. typosluz.paz2018-02-243-6/+6
* Extend mypy checking, fix #2194 (#2819)Arushit Mudgal2018-02-034-49/+62
* rename TLS/SSL-related attributesThomas Kriechbaumer2018-01-062-3/+3
* Added scanning for CSS injection and iframe injectionDavid Dworken2017-10-171-5/+10
* fix #2477 (#2556)Suraj Tripathi2017-09-011-1/+1
* update streaming docsUjjwal Verma2017-07-041-1/+1
* Merge pull request #2265 from cortesi/addonsAldo Cortesi2017-04-272-25/+26
|\
| * Addons and addon testingAldo Cortesi2017-04-262-25/+26
* | Merge pull request #2270 from F1ashhimself/masterMaximilian Hils2017-04-261-1/+1
|\ \
| * | Update readme for complex examplesMaksim Beloborodko2017-04-261-1/+1
| |/
* / fix #2250, add type info to cookie moduleMaximilian Hils2017-04-261-1/+1
|/
* Revamp how addons workAldo Cortesi2017-04-251-2/+1
* addon loader: add boot_into, which replaces returning from start()Aldo Cortesi2017-03-254-5/+5
* addons: start -> load throughoutAldo Cortesi2017-03-254-4/+4
* Remove test handlers by using taddons.RecordingMasterAldo Cortesi2017-03-161-43/+0
* Enable custom options for addonsAldo Cortesi2017-03-144-11/+12
* fix tcp.Address leftoversMaximilian Hils2017-03-081-1/+1
* Merge branch 'master' into on-issuesNikhil Soni2017-03-032-7/+410
|\