mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-21 18:33:03 +00:00
Update python_cool_tricks.md
This commit is contained in:
parent
b4cfdb516c
commit
7a26c651a2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue