Created
June 21, 2023 08:58
-
-
Save zycon/e01d44cdf1b995e0bc825fbda318c0dd to your computer and use it in GitHub Desktop.
Simple python 2 webserver debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Python 2.7 webserver to debug incoming traffic | |
python -m SimpleHTTPServer 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment