Skip to content

Instantly share code, notes, and snippets.

View h-a-t-zz's full-sized avatar

H.A.T h-a-t-zz

View GitHub Profile
@h-a-t-zz
h-a-t-zz / docker-compose.yml
Last active September 26, 2017 18:38
PWD stack
version: "3.2"
services:
gateway:
labels:
- "traefik.enable=false"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
ports:
- 8080:8080
image: functions/gateway:0.6.6-beta
@h-a-t-zz
h-a-t-zz / Dockerfile
Last active November 10, 2017 22:57
nmap RCE
FROM alexellis2/faas-alpinefunction:latest
RUN apk update && apk add nmap
ENV fprocess="xargs nmap"
CMD ["fwatchdog"]

Keybase proof

I hereby claim:

  • I am h-a-t on github.
  • I am h_a_t (https://keybase.io/h_a_t) on keybase.
  • I have a public key ASAsg_1lPpgW7CXuF1xKAhVF3r9eVpmzIZezHfeIZaVnYQo

To claim this, I am signing this object:

@h-a-t-zz
h-a-t-zz / docker-compose.yml
Last active March 4, 2017 02:49
pipeline - docker-compose.yml
version: '2'
services:
#########################################################
#### BUILDING ####
#########################################################