|
77 | 77 | "network_mode": "host",
|
78 | 78 | "docker_name": "aqua",
|
79 | 79 | "default_conf": "docker_buildfiles/Dockerfile.Aquatone.tmp",
|
80 |
| - "active_conf": "docker_buildfiles/Dockerfile.Aquatone", |
| 80 | + "active_conf": "docker_active/Dockerfile.Aquatone", |
81 | 81 | "description": "AQUATONE is a set of tools for performing reconnaissance on domain names",
|
82 | 82 | "src": "https://github.com/michenriksen/aquatone",
|
83 | 83 | "output": "/aqua",
|
|
89 | 89 | "network_mode": "host",
|
90 | 90 | "docker_name": "sub",
|
91 | 91 | "default_conf": "docker_buildfiles/Dockerfile.Sublist3r.tmp",
|
92 |
| - "active_conf": "docker_buildfiles/Dockerfile.Sublist3r", |
| 92 | + "active_conf": "docker_active/Dockerfile.Sublist3r", |
93 | 93 | "description": "Sublist3r is a python tool designed to enumerate subdomains of websites using OSINT",
|
94 | 94 | "src": "https://github.com/aboul3la/Sublist3r",
|
95 | 95 | "output": "/root/sublist3r",
|
|
101 | 101 | "network_mode": "host",
|
102 | 102 | "docker_name": "turbo",
|
103 | 103 | "default_conf": "docker_buildfiles/Dockerfile.Turbolist3r.tmp",
|
104 |
| - "active_conf": "docker_buildfiles/Dockerfile.Turbolist3r", |
| 104 | + "active_conf": "docker_active/Dockerfile.Turbolist3r", |
105 | 105 | "description": "Turbolist3r is a fork of the sublist3r subdomain discovery tool",
|
106 | 106 | "src": "https://github.com/fleetcaptain/Turbolist3r.git",
|
107 | 107 | "output": "/root/turbooutput",
|
|
113 | 113 | "network_mode": "host",
|
114 | 114 | "docker_name" : "brute",
|
115 | 115 | "default_conf": "docker_buildfiles/Dockerfile.Subbrute.tmp",
|
116 |
| - "active_conf": "docker_buildfiles/Dockerfile.Subbrute", |
| 116 | + "active_conf": "docker_active/Dockerfile.Subbrute", |
117 | 117 | "description": "SubBrute is a community driven project with the goal of creating the fastest, and most accurate subdomain enumeration tool.",
|
118 | 118 | "src": "https://github.com/TheRook/subbrute.git",
|
119 | 119 | "output": "/root/brute",
|
|
125 | 125 | "docker_name" : "sfinder",
|
126 | 126 | "network_mode": "host",
|
127 | 127 | "default_conf": "docker_buildfiles/Dockerfile.Subfinder.tmp",
|
128 |
| - "active_conf": "docker_buildfiles/Dockerfile.Subfinder", |
| 128 | + "active_conf": "docker_active/Dockerfile.Subfinder", |
129 | 129 | "description": "SubFinder is a subdomain discovery tool that discovers valid subdomains for websites by using passive online sources",
|
130 | 130 | "src": "https://github.com/subfinder/subfinder",
|
131 | 131 | "output": "/root/subfinder",
|
|
137 | 137 | "network_mode": "host",
|
138 | 138 | "docker_name" : "knock",
|
139 | 139 | "default_conf": "docker_buildfiles/Dockerfile.Knock.tmp",
|
140 |
| - "active_conf": "docker_buildfiles/Dockerfile.Knock", |
| 140 | + "active_conf": "docker_active/Dockerfile.Knock", |
141 | 141 | "description": "Knockpy is a python tool designed to enumerate subdomains on a target domain through a wordlist",
|
142 | 142 | "src": "https://github.com/guelfoweb/knock",
|
143 | 143 | "output": "/root/knock",
|
|
150 | 150 | "network_mode": "host",
|
151 | 151 | "docker_name" : "amass",
|
152 | 152 | "default_conf": "docker_buildfiles/Dockerfile.Amass.tmp",
|
153 |
| - "active_conf": "docker_buildfiles/Dockerfile.Amass", |
| 153 | + "active_conf": "docker_active/Dockerfile.Amass", |
154 | 154 | "description": "The OWASP Amass tool suite obtains subdomain names by scraping data sources, recursive brute forcing, crawling web archives, permuting/altering names and reverse DNS sweeping.",
|
155 | 155 | "src": "https://github.com/OWASP/Amass",
|
| 156 | + "resolvers": "", |
156 | 157 | "output": "/root/amass",
|
157 | 158 | "output_folder": "amass"
|
158 | 159 | },
|
|
162 | 163 | "network_mode": "host",
|
163 | 164 | "docker_name" : "recon",
|
164 | 165 | "default_conf": "docker_buildfiles/Dockerfile.Reconng.tmp",
|
165 |
| - "active_conf": "docker_buildfiles/Dockerfile.Reconng", |
| 166 | + "active_conf": "docker_active/Dockerfile.Reconng", |
166 | 167 | "description": "Recon-ng is a full-featured Web Reconnaissance framework written in Python. DrRobot utilizes several of the recon/hosts-domain modules in this framework.",
|
167 | 168 | "src": "https://bitbucket.org/LaNMaSteR53/recon-ng",
|
168 | 169 | "output": "/tmp/output",
|
|
174 | 175 | "network_mode": "host",
|
175 | 176 | "docker_name" : "altdns",
|
176 | 177 | "default_conf": "docker_buildfiles/Dockerfile.Altdns.tmp",
|
177 |
| - "active_conf": "docker_buildfiles/Dockerfile.Altdns", |
| 178 | + "active_conf": "docker_active/Dockerfile.Altdns", |
178 | 179 | "description": "Generates permutations, alterations and mutations of subdomains and then resolves them",
|
179 | 180 | "src": "https://github.com/infosec-au/altdns",
|
180 | 181 | "infile" : "/root/altdns/aggregated/aggregated_hostnames.txt",
|
|
187 | 188 | "network_mode": "host",
|
188 | 189 | "docker_name" : "anubis",
|
189 | 190 | "default_conf": "docker_buildfiles/Dockerfile.Anubis.tmp",
|
190 |
| - "active_conf": "docker_buildfiles/Dockerfile.Anubis", |
| 191 | + "active_conf": "docker_active/Dockerfile.Anubis", |
191 | 192 | "description": "Anubis is a subdomain enumeration and information gathering tool.",
|
192 | 193 | "src": "https://github.com/jonluca/Anubis",
|
193 | 194 | "output": "/root/anubis",
|
|
199 | 200 | "network_mode": "host",
|
200 | 201 | "docker_name" : "ctexpo",
|
201 | 202 | "default_conf": "docker_buildfiles/Dockerfile.CT.tmp",
|
202 |
| - "active_conf": "docker_buildfiles/Dockerfile.CT", |
| 203 | + "active_conf": "docker_active/Dockerfile.CT", |
203 | 204 | "description": "An OSINT tool that discovers sub-domains by searching Certificate Transparency ",
|
204 | 205 | "src": "https://github.com/chris408/ct-exposer",
|
205 | 206 | "output": "/root/ct",
|
|
211 | 212 | "network_mode": "host",
|
212 | 213 | "docker_name" : "ctfr",
|
213 | 214 | "default_conf": "docker_buildfiles/Dockerfile.CTFR.tmp",
|
214 |
| - "active_conf": "docker_buildfiles/Dockerfile.CTFR", |
| 215 | + "active_conf": "docker_active/Dockerfile.CTFR", |
215 | 216 | "description": "Abusing Certificate Transparency logs for getting HTTPS websites subdomains.",
|
216 | 217 | "src": "https://github.com/UnaPibaGeek/ctfr",
|
217 | 218 | "output": "/root/ctfr",
|
|
222 | 223 | "network_mode": "host",
|
223 | 224 | "docker_name" : "pdlist",
|
224 | 225 | "default_conf": "docker_buildfiles/Dockerfile.PDList.tmp",
|
225 |
| - "active_conf": "docker_buildfiles/Dockerfile.PDList", |
| 226 | + "active_conf": "docker_active/Dockerfile.PDList", |
226 | 227 | "description": "pdlist is a passive subdomain finder written in python3",
|
227 | 228 | "src": "https://github.com/gnebbia/pdlist",
|
228 | 229 | "output": "/root/pdlistoutput",
|
|
238 | 239 | "network_mode": "host",
|
239 | 240 | "docker_name" : "httpscreen",
|
240 | 241 | "default_conf" : "docker_buildfiles/Dockerfile.HTTPScreenshot.tmp",
|
241 |
| - "active_conf" : "docker_buildfiles/Dockerfile.HTTPScreenshot", |
| 242 | + "active_conf" : "docker_active/Dockerfile.HTTPScreenshot", |
242 | 243 | "ansible_arguments" : {
|
243 | 244 | "config" : "$config/httpscreenshot_play.yml",
|
244 | 245 | "flags": "-e '$extra' -i configs/ansible_inventory",
|
|
261 | 262 | "mode" : "DOCKER",
|
262 | 263 | "network_mode": "host",
|
263 | 264 | "default_conf" : "docker_buildfiles/Dockerfile.Eyewitness.tmp",
|
264 |
| - "active_conf" : "docker_buildfiles/Dockerfile.Eyewitness", |
| 265 | + "active_conf" : "docker_active/Dockerfile.Eyewitness", |
265 | 266 | "ansible_arguments" : {
|
266 | 267 | "config" : "$config/eyewitness_play.yml",
|
267 | 268 | "flags": "-e '$extra' -i configs/ansible_inventory",
|
|
284 | 285 | "mode" : "DOCKER",
|
285 | 286 | "network_mode": "host",
|
286 | 287 | "default_conf" : "docker_buildfiles/Dockerfile.Nmap.Screenshot.tmp",
|
287 |
| - "active_conf" : "docker_buildfiles/Dockerfile.Nmap.Screenshot", |
| 288 | + "active_conf" : "docker_active/Dockerfile.Nmap.Screenshot", |
288 | 289 | "description" : "Post enumeration tool for screen grabbing websites. (Chrome is not installed in the dockerfile due. Options are chromium-browser/firefox/wkhtmltoimage)",
|
289 | 290 | "output" : "/tmp/output",
|
290 | 291 | "infile" : "/tmp/output/aggregated/aggregated_hostnames.txt",
|
|
297 | 298 | "mode" : "DOCKER",
|
298 | 299 | "network_mode": "host",
|
299 | 300 | "default_conf" : "docker_buildfiles/Dockerfile.Webscreenshot.Screenshot.tmp",
|
300 |
| - "active_conf" : "docker_buildfiles/Dockerfile.Webscreenshot.Screenshot", |
| 301 | + "active_conf" : "docker_active/Dockerfile.Webscreenshot.Screenshot", |
301 | 302 | "description" : "Post enumeration tool for screen grabbing websites. (Chrome is not installed in the dockerfile due. Options are chromium-browser/firefox/wkhtmltoimage)",
|
302 | 303 | "output" : "/tmp/output",
|
303 | 304 | "infile" : "/tmp/output/aggregated/aggregated_protocol_hostnames.txt",
|
|
0 commit comments