kihei/i-0da253258d3d5b5e6
by SadServersMore by SadServers
--key FILE The key file to use when specifying a certificate. --reload / --no-reload Enable or disable the reloader. By default the reloader is active if debug is enabled. --debugger / --no-debugger Enable or disable the debugger. By default the debugger is active if debug is enabled. --with-threads / --without-threads Enable or disable multithreading. --extra-files PATH Extra files that trigger a reload on change. Multiple paths are separated by ':'. --exclude-patterns PATH Files matching these fnmatch patterns will not trigger a reload on change. Multiple patterns are separated by ':'. --help Show this message and exit. admin@i-0a7121b58e7b89b1f:~$ flask run webserver.py
paris/i-0a7121b58e7b89b1f 02:47
by SadServersWe trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for admin: Sorry, try again. [sudo] password for admin: sudo: 1 incorrect password attempt admin@i-066efd15b3da3bd70:~$ lsof -n -i:5000 admin@i-066efd15b3da3bd70:~$ ls agent webserver.py admin@i-066efd15b3da3bd70:~$ ls
paris/i-066efd15b3da3bd70 01:23
by SadServersadmin@i-0a815900e63630b6e:~$ ls agent webserver.py admin@i-0a815900e63630b6e:~$ curl localhost:5000 Unauthorizedadmin@i-0a815900e63630b6e:~$ admin@i-0a815900e63630b6e:~$ md5sum Unauthorized md5sum: Unauthorized: No such file or directory admin@i-0a815900e63630b6e:~$ md5sum "Unauthorized" md5sum: Unauthorized: No such file or directory admin@i-0a815900e63630b6e:~$ echo Unauthorized | md5sum be3c5cdccf225ae191b14b7dcef21246 - admin@i-0a815900e63630b6e:~$ echo localhost:5000 | md5sum 4d3fa77f6d4d68a367a06f34a20eaf03 - admin@i-0a815900e63630b6e:~$ echo localhost | md5sum b8419160170a41ae01abab13a3b887df - admin@i-0a815900e63630b6e:~$ curl -vvv localos