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| #!/bin/bash | |
| gdb -p "$1" -batch -ex 'set {short}$rip = 0x050f' -ex 'set $rax=231' -ex 'set $rdi=0' -ex 'cont' |
| admin: | |
| address: | |
| socket_address: | |
| address: ::1 | |
| port_value: 9090 | |
| static_resources: | |
| clusters: | |
| - connect_timeout: 0.5s | |
| lb_policy: ROUND_ROBIN | |
| load_assignment: |
| name: Purge Azure CDN | |
| on: [push] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: |
| // Tracking cursor position in real-time without JavaScript | |
| // Demo: https://twitter.com/davywtf/status/1124146339259002881 | |
| package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| "strings" | |
| ) |
| version: '2.3' | |
| services: | |
| init: | |
| image: vault | |
| container_name: minio_init | |
| environment: | |
| VAULT_ADDR: https://10.110.1.9:8200 | |
| VAULT_CACERT: /run/secrets/chain.pem | |
| volumes: |
| package main | |
| import ( | |
| "fmt" | |
| "io" | |
| "net/http" | |
| "os" | |
| ) | |
| func init() { |
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