Ubuntu Pastebin

Paste from asac at Wed, 23 Mar 2016 16:21:30 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
apps:
  ftpd:
    command: command-ftpd.wrapper
    daemon: simple
    plugs:
    - listener-service
  ftpd-cli:
    command: command-ftpd-cli.wrapper
    plugs:
    - listener-service
architectures:
- amd64
description: A simple ftp uploading and http downloading solution
name: scan-and-go
plugs:
  listener-service:
    caps:
    - network-listener
    - network-service
    interface: old-security
    security-override:
      syscalls:
      - setgroups
summary: ftp upload and http download for anonymous
version: 1.0
Download as text