aboutsummaryrefslogtreecommitdiffstats
path: root/examples/complex/sslstrip.py
Commit message (Collapse)AuthorAgeFilesLines
* examples: reformat to prevent too long linesThomas Kriechbaumer2020-04-111-2/+4
|
* cleanup mypy usageMaximilian Hils2019-11-161-0/+1
|
* Fix several DeprecationWarning: invalid escape sequenceMickaël Schoentgen2019-01-051-2/+2
| | | | Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr>
* fix Python 3.6 variable type annotations #3053oscure762018-04-141-1/+1
|
* Extend mypy checking, fix #2194 (#2819)Arushit Mudgal2018-02-031-4/+7
|
* organize examplesMaximilian Hils2016-11-211-0/+57
This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that.