cyber-security-resources/python_ruby_and_bash
Christian Clauss fdbb3ea4a8
Avoid SyntaxWarning on Python >= 3.8
Avoid [SyntaxWarnings on Python >= 3.8](https://docs.python.org/3/whatsnew/3.8.html#porting-to-python-3-8).

% `python3.8`
```
>>> 0 is 0
<stdin>:1: SyntaxWarning: "is" with a literal. Did you mean "=="?
```
2020-10-13 10:25:14 +02:00
..
parsing_auth_log Avoid SyntaxWarning on Python >= 3.8 2020-10-13 10:25:14 +02:00
additional_resources.md Update additional_resources.md 2019-03-31 12:48:56 -04:00
amazing_python_references.md adding python, ruby, and bash references 2018-11-27 13:17:12 -05:00
bash_resources.md Update bash_resources.md 2020-02-24 20:41:23 -08:00
http_sniffer.py Fixing TCP max packet size 65535 2020-10-09 14:20:59 -04:00
pyshark_example.py Update pyshark_example.py 2019-03-31 13:39:20 -04:00
python_cool_tricks.md Update python_cool_tricks.md 2019-03-31 13:34:48 -04:00
python_nmap.py adding python, ruby, and bash references 2018-11-27 13:17:12 -05:00
python_sniffer.py Use print() function in Python 2 and Python 3 2020-02-25 12:30:43 +01:00
quick_scanner.py Update quick_scanner.py 2019-04-05 13:34:35 -07:00
scapscan.py Use print() function in Python 2 and Python 3 2020-02-25 12:30:43 +01:00
text_manipulation.md Update text_manipulation.md 2019-03-22 09:57:41 -04:00