Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| index.html | |
| robots.txt | |
| favicon.ico | |
| Makefile | |
| .gitignore | |
| 404.html | |
| index.js | |
| README.md | |
| 500.html | |
| 422.html |
| Ode to ECB - Ben Nagy | |
| """ | |
| Oh little one, you’re growing up | |
| You’ll soon be writing C | |
| You’ll treat your ints as pointers | |
| You’ll nest the ternary | |
| You’ll cut and paste from github | |
| And try cryptography | |
| But even in your darkest hour |
| #!/usr/bin/env python | |
| ''' | |
| 0xBADCA7 | |
| Vodka goes down the throat better with pickle. | |
| This script generates pickled object representation. Good for CTFs. | |
| Params: [1] function, [2] parameter, [3] pickle type | |
| Sample run: |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000