Update python_cool_tricks.md

This commit is contained in:
Omar Santos 2023-01-12 12:56:04 -05:00 committed by GitHub
parent b4cfdb516c
commit 7a26c651a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
# Cool Python Tricks
Please do not use Python 2 and work using Python 3. However, I have added a few examples of the old ways of doing these operations in Python 2 for your reference only.
## Starting a quick web server to serve some files (useful for post exploitation)
### In Python 2.x