cloudviz / agentless-system-crawler

A tool to crawl systems like crawlers for the web
Apache License 2.0
117 stars 44 forks source link

Plugin-sandbox-based OUTCONTAINERSAFE Mode #349

Open sahilsuneja1 opened 6 years ago

sahilsuneja1 commented 6 years ago

Current handshake: Guest needs to mention pluginnames to run inside '/crawlplugins' file

Run as: python crawler/crawler.py --crawlmode OUTCONTAINERSAFE --features=none (if features mentioned here, they will run in standard OUTCONTAINER mode, in addition to guest-mentioned plugins in /crawlplugins)

Currently only aufs supported.

Requires: Docker Engine API >= v1.24, Docker version >=1.12.1, Ubuntu >=16.04

Can't do complete travis testing since travis only uses ubuntu 14.04, hence can't test custom seccomp profile which requires ubuntu >=16.04

sahilsuneja1 commented 6 years ago

@nadgowdas @canturkisci