aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* added add-ons that enhance the performance of web application scanners. (#3961)anneborcherding2020-05-046-0/+646
* Improve compatibility of wsgi_flask_app example on OS Xsenyuuri2020-04-291-2/+2
* 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-046-96/+113
* | lint!Maximilian Hils2020-04-031-1/+0
* | fix nonblocking exampleMaximilian Hils2020-04-031-3/+3
|/
* Address lintbeth2020-01-201-2/+2
* Update WSGI examplebeth922020-01-201-4/+4
* 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-282-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
* Merge pull request #3444 from BoboTiG/fix-resource-leaksMaximilian Hils2019-01-061-3/+3
|\
| * Fix ResourceWarning: unclosed file, prevent resource leaksMickaël Schoentgen2019-01-061-3/+3
* | Fix several DeprecationWarning: invalid escape sequenceMickaël Schoentgen2019-01-052-3/+3
|/
* Corrected keep_host_header usage optionAlex Lauerman2018-10-251-1/+1
* Added link_expander.py example to simple examples (#3348)jbrule2018-10-122-0/+29
* add websocket exampleThomas Kriechbaumer2018-10-091-0/+13
* [examples/xss_scanner] replace relative importDavid Kremer2018-08-151-3/+3
* Merge pull request #3186 from andersonvom/masterAldo Cortesi2018-07-111-0/+0
|\
| * Rename scripting fileAnderson Mesquita2018-06-081-0/+0
* | Update CLI usage instructionsPierre Cavan2018-06-261-3/+3
* | View API slightly extended; codebase cleaned in some pointsmadt1m2018-06-131-1/+1
|/
* typoMiroslav2018-05-271-1/+1
* websocket: inject messages via flowThomas Kriechbaumer2018-05-161-0/+23
* docs: console key binding docs and exampleAldo Cortesi2018-05-151-0/+11
* Fixing TyposJoaquin2018-05-132-2/+2
* fix tcp exampleThomas Kriechbaumer2018-05-111-12/+11
* Merge pull request #3106 from cortesi/noprintMaximilian Hils2018-05-084-9/+8
|\
| * Ditch the addon stdout wrapperAldo Cortesi2018-05-084-9/+8
* | har_dump example cmdline invocation0xHJK2018-05-081-0/+6
|/
* events: document behaviour of done() more fullyAldo Cortesi2018-05-081-2/+6
* Merge pull request #3097 from cortesi/exampAldo Cortesi2018-05-051-4/+10
|\
| * Revamp dup_and_replay exampleAldo Cortesi2018-05-051-4/+10
* | Remove the tick eventAldo Cortesi2018-05-021-5/+0
|/
* fix Python 3.6 variable type annotations #3053oscure762018-04-145-9/+9
* fix example filenameThomas Kriechbaumer2018-04-131-1/+1
* Typo fixBarry Lee2018-03-101-4/+4
* Merge pull request #2922 from kajojify/new_exampleAldo Cortesi2018-02-262-16/+9
|\