diff --git a/.gitignore b/.gitignore index 2d276111..83c83b29 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,9 @@ bin/packages/config.cfg.backup configs/keys files +# Pystemon archives +pystemon/archives + # installed files nltk_data/ doc/all_modules.txt diff --git a/Dockerfile b/Dockerfile index 340e5014..533c44c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,18 @@ WORKDIR /opt/AIL # Default to UTF-8 file.encoding ENV LANG C.UTF-8 +ENV AIL_HOME /opt/AIL +ENV AIL_BIN ${AIL_HOME}/bin +ENV AIL_FLASK ${AIL_HOME}/var/www +ENV AIL_REDIS ${AIL_HOME}/redis/src +ENV AIL_ARDB ${AIL_HOME}/ardb/src +ENV AIL_VENV ${AIL_HOME}/AILENV + +ENV PATH ${AIL_VENV}/bin:${AIL_HOME}:${AIL_REDIS}:${AIL_ARDB}:${AIL_BIN}:${AIL_FLASK}:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin RUN ./pystemon/install.sh +RUN pip install -r /opt/pystemon/requirements.txt +RUN pip install -r /opt/AIL/crawler_requirements.txt COPY docker_start.sh /docker_start.sh ENTRYPOINT ["/bin/bash", "docker_start.sh"] diff --git a/OVERVIEW.md b/OVERVIEW.md index 32eae1d8..f80590bf 100644 --- a/OVERVIEW.md +++ b/OVERVIEW.md @@ -101,7 +101,6 @@ ARDB_DB ZADD - 'base64_hash:'+hash paste * nb_seen_in_paste ZADD - 'binary_hash:'+hash paste * nb_seen_in_paste - ZADD - 'hash_type:'+type date nb_seen ZADD - 'base64_type:'+type date nb_seen ZADD - 'binary_type:'+type date nb_seen diff --git a/README.md b/README.md index e8af8e5f..9ca65d2a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ AIL is a modular framework to analyse potential information leaks from unstructu
+ {{crawler['crawler_info']}} + | ++ {{crawler['crawling_domain']}} + | ++ {{crawler['status_info']}} + | +