This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy path.travis.yml
82 lines (79 loc) · 3.31 KB
/
.travis.yml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
dist: bionic
language: python
python:
- '3.7'
services:
- docker
install:
- pip install -r requirements.txt
- pip install -e .
jobs:
include:
- stage: help
script:
- drrobot --help
- stage: start scans
name: Sublist3r
script:
- drrobot gather -sub localhost
- script:
- drrobot gather -knock localhost
name: Knock
- script:
- drrobot gather -amass localhost
name: Amass
- script:
- drrobot gather -turbo localhost
name: Turbolist3r
- script:
- drrobot gather -sfinder localhost
name: Subfinder
- script:
- drrobot gather -recon localhost
name: ReconNG
- script:
- drrobot gather -altdns localhost
name: AltDNS
- script:
- drrobot gather -anubis localhost
name: Anubis
- script:
- drrobot gather -ctexpo localhost
name: CTExpose
- script:
- drrobot gather -ctfr localhost
name: CTFR
- script:
- drrobot gather -pdlist localhost
name: PDList
- stage: Test screenshots
name: Webscreenshot
script:
- drrobot -h
- mkdir -p $HOME/.drrobot/output/singlewebsitetest/aggregated
- echo "http://localhost" > $HOME/.drrobot/output/singlewebsitetest/aggregated/aggregated_protocol_hostnames.txt
- drrobot inspect --file $HOME/.drrobot/output/singlewebsitetest/aggregated/aggregated_protocol_hostnames.txt -webscreen singlewebsitetest
- script:
- drrobot -h
- mkdir -p $HOME/.drrobot/output/singlewebsitetest/aggregated
- echo "http://localhost" > $HOME/.drrobot/output/singlewebsitetest/aggregated/aggregated_protocol_hostnames.txt
- drrobot inspect --file $HOME/.drrobot/output/singlewebsitetest/aggregated/aggregated_protocol_hostnames.txt -nmapscreen singlewebsitetest
name: NMAP
- script:
- drrobot -h
- mkdir -p $HOME/.drrobot/output/singlewebsitetest/aggregated
- echo "http://localhost" > $HOME/.drrobot/output/singlewebsitetest/aggregated/aggregated_protocol_hostnames.txt
- drrobot inspect --file $HOME/.drrobot/output/singlewebsitetest/aggregated/aggregated_protocol_hostnames.txt -eye singlewebsitetest
name: Eyewitness
- script:
- drrobot -h
- mkdir -p $HOME/.drrobot/output/singlewebsitetest/aggregated
- echo "http://localhost" > $HOME/.drrobot/output/singlewebsitetest/aggregated/aggregated_protocol_hostnames.txt
- drrobot inspect --file $HOME/.drrobot/output/singlewebsitetest/aggregated/aggregated_protocol_hostnames.txt -http singlewebsitetest
name: HTTPScreenshot
- script:
- drrobot -h
- mkdir -p $HOME/.drrobot/output/singlewebsitetest/aggregated
- echo "http://localhost" > $HOME/.drrobot/output/singlewebsitetest/aggregated/aggregated_protocol_hostnames.txt
- drrobot inspect --file $HOME/.drrobot/output/singlewebsitetest/aggregated/aggregated_protocol_hostnames.txt -gowitness singlewebsitetest
name: GOWitness