From 7a26c651a248bbd5f1602d4c8528fe4e7c1af98c Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Thu, 12 Jan 2023 12:56:04 -0500 Subject: [PATCH] Update python_cool_tricks.md --- .../exploitation/python_cool_tricks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programming_and_scripting_for_cybersecurity/exploitation/python_cool_tricks.md b/programming_and_scripting_for_cybersecurity/exploitation/python_cool_tricks.md index b5a6aea..fd40a75 100644 --- a/programming_and_scripting_for_cybersecurity/exploitation/python_cool_tricks.md +++ b/programming_and_scripting_for_cybersecurity/exploitation/python_cool_tricks.md @@ -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