Thug pipeline
Run a honeyclient (thug) on each URL in a file, get the analysis files in a separate commit
Tools run in the pipeline
Honeynet Thug
How to set up the pipeline
-
Setup a git repository with a
master
branch with the URLs in a fileurls.txt
separated by newlines -
Add your repository and SSH private key to the
creds.yml
-
Login to concourse
fly -t $TARGET login -c https://concourse.cincan.io -u $USERNAME -p $PASSWORD
- Set up the pipeline
``fly -t $TARGET set-pipeline -c pipeline.yml -p scan-urls -l creds.yml
- Unpause the pipeline
fly -t $TARGET unpause-pipeline -p scan-urls
- Trigger the job
run-thug
``fly -t $TARGET trigger-job -j scan-urls/run-thug```