-
Notifications
You must be signed in to change notification settings - Fork 201
/
templates.yml
749 lines (747 loc) · 23.7 KB
/
templates.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
{
"version":"2",
"templates": [
{
"type": 1,
"platform": "linux",
"network": "redcloud_default",
"title": "Metasploit - Nightly",
"description": "Official bare Metasploit Alpine build. Includes beta features from dev branch.",
"name": "red_msf-dev",
"interactive": true,
"logo": "https://yusufanilakduygu.files.wordpress.com/2016/08/capture1.jpg",
"image": "metasploitframework/metasploit-framework",
"restart_policy": "unless-stopped",
"categories": ["offensive", "bare"],
"ports": [
"4444:4444/tcp"
]
},
{
"type": 1,
"platform": "linux",
"network": "redcloud_default",
"title": "Metasploit - Stable + Postgresql",
"description": "Debian Metasploit build with Postgres and additional helper scripts",
"name": "red_msf-postgresql",
"interactive": true,
"logo": "https://i.imgur.com/OE5fgz7.png",
"image": "phocean/msf",
"restart_policy": "unless-stopped",
"categories": ["offensive", "database", "stack"],
"labels": [
{ "name": "traefik.frontend.rule", "value": "PathPrefixStrip:/msf" },
{ "name": "traefik.port", "value": "4444" }
],
"ports": [
"4444:4444/tcp"
]
},
{
"type": 1,
"title": "Empire",
"network": "redcloud_default",
"platform": "linux",
"description": "Pure Python & PowerShell post-exploitation",
"interactive": true,
"name": "red_empire",
"logo": "https://i.imgur.com/XvtOqFp.png",
"note": "Port 5555 opened for reverse callbacks",
"image": "empireproject/empire",
"restart_policy": "unless-stopped",
"categories": ["offensive"],
"ports": [
"5555:5555/tcp"
],
"labels": [
{ "name": "traefik.frontend.rule", "value": "PathPrefixStrip:/empire" },
{ "name": "traefik.port", "value": "5555" }
]
},
{
"type": 1,
"network": "redcloud_default",
"title": "Sn1per",
"platform": "linux",
"description": "Automated pentest framework for offensive security experts",
"name": "red_sn1per",
"interactive": true,
"logo": "https://i.imgur.com/X1fCmIv.jpg",
"image": "menzo/sn1per-docker",
"categories": ["offensive", "stack"],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Metasploithelper",
"platform": "linux",
"network": "redcloud_default",
"description": "MetasploitHelper is meant to assist penetration testers in network penetration tests. Comes with everything installed",
"name": "red_metasploithelper",
"interactive": true,
"logo": "https://i.imgur.com/2GIRvgI.png",
"image": "milo2012/metasploithelper",
"categories": ["offensive", "stack", "util"],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "Pentest-tools",
"platform": "linux",
"network": "redcloud_default",
"description": "Ubuntu build with: searchsploit, sqlmap, nmap, nikto, dnsutils, sn1per, knock, sqliv, pasko, uniscan, wpscan, ncrack, wfuzz, sublist3r, massdns",
"name": "red_pentest-tools",
"interactive": true,
"logo": "https://i.imgur.com/oySfUtD.png",
"image": "szalek/pentest-tools",
"categories": ["offensive", "stack"],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"platform": "linux",
"network": "redcloud_default",
"title": "Kali - Bare",
"name": "red_kali-bare",
"description": "Official Kali container. Install desired metapackages",
"note": "Packages can be installed using Kali Metapackages. Use either docker attach <container name> by CLI (best) or the web terminal. Port 4444 is open by default for reverse callback payloads.",
"interactive": true,
"logo": "https://i.imgur.com/tmLEP0b.jpg",
"image": "kalilinux/kali-linux-docker",
"restart_policy": "unless-stopped",
"categories": ["offensive", "bare"],
"ports": [
"4444:4444/tcp"
]
},
{
"type": 1,
"platform": "linux",
"network": "redcloud_default",
"title": "Kali - Full",
"name": "red_kali-full",
"description": "Non-Official Kali container with kali-linux-full metapackage installed, built every night",
"interactive": true,
"logo": "https://i.imgur.com/kcOdowg.jpg",
"image": "booyaabes/kali-linux-full",
"restart_policy": "unless-stopped",
"categories": ["offensive", "stack"],
"ports": [
"4444:4444/tcp"
]
},
{
"type": 1,
"title": "Tor Socks Proxy",
"platform": "linux",
"network": "redcloud_default",
"description": "The smallest (15 MB) docker image with Tor and Privoxy on Alpine Linux",
"name": "red_tor-socks",
"logo": "https://i.imgur.com/p3dEUKr.jpg",
"note": "curl --proxy tor-socks:8118 icanhazip.com <br>curl --socks5 tor-socks:9050 icanhazip.com",
"image": "rdsubhas/tor-privoxy-alpine",
"restart_policy": "unless-stopped",
"categories": ["utils", "privacy"],
"ports": [
"8118:8118/tcp",
"9050:9050/tcp"
]
},
{
"type": 1,
"title": "Multi Tor Socks Proxy",
"platform": "linux",
"network": "redcloud_default",
"description": "A multi TOR (x10) + privoxy socks proxy instances load-balancer ",
"name": "red_multi-tor-socks",
"logo": "https://i.imgur.com/p3dEUKr.jpg",
"note": "curl --socks5 multi-tor-socks:9050 icanhazip.com",
"image": "rdsubhas/tor-privoxy-alpine",
"restart_policy": "unless-stopped",
"categories": ["utils", "privacy"],
"ports": [
"9050:9050/tcp"
]
},
{
"type": 1,
"title": "GoPhish",
"platform": "linux",
"network": "redcloud_default",
"description": "Open-Source Phishing Toolkit",
"name": "red_gophish",
"logo": "https://i.imgur.com/l21Rn2v.png",
"note": "In your browser, head over to https://your-docker-machine-ip:3333. Don't forget the S in https. Default credentials: admin/gophish",
"image": "matteoggl/gophish",
"restart_policy": "unless-stopped",
"categories": ["offensive", "phishing"],
"ports": [
"3333:3333/tcp",
"8083:80/tcp"
]
},
{
"type": 1,
"title": "gscript",
"platform": "linux",
"network": "redcloud_default",
"description": "Framework to rapidly implement custom droppers for all three major operating systems",
"interactive": true,
"name": "red_gscript",
"logo": "https://i.imgur.com/IoI2VqG.png",
"note": "Run gscript binary from the interactive shell. Don't forget to mount appropriate volumes.",
"image": "gen0cide/gscript:v1",
"restart_policy": "unless-stopped",
"categories": ["offensive", "evasion"],
"volumes": [{"container": "/root/share"}]
},
{
"type": 1,
"title": "Spiderfoot",
"platform": "linux",
"network": "redcloud_default",
"description": "SpiderFoot automates OSINT to find out everything possible about your target.",
"name": "red_spiderfoot",
"note": "In your browser, head over to https://your-docker-machine-ip:5001",
"interactive": true,
"logo": "https://i.imgur.com/4lffWWS.png",
"image": "combro2k/alpine-spiderfoot",
"restart_policy": "unless-stopped",
"categories": ["offensive", "osint"],
"ports": [
"5001:5001/tcp"
]
},
{
"type": 1,
"title": "ZAP Proxy WebSwing",
"network": "redcloud_default",
"platform": "linux",
"description": "Official in-browser version of ZAP.",
"name": "red_zap-proxy",
"note": "Since it is hosted on the same LAN as the target containers, usage should be faster. It is also possible to use the exposed remote proxy with a local instance of ZAP. Point your browser to http://your-docker-machine-ip:8081/?anonym=true&app=ZAP once done. If not, you will be asked to authenticate to a null account.",
"interactive": true,
"command": "zap-webswing.sh",
"logo": "https://www.owasp.org/images/1/11/Zap128x128.png",
"image": "owasp/zap2docker-stable",
"restart_policy": "unless-stopped",
"categories": ["offensive", "webserver", "bare"],
"ports": [
"8081:8080/tcp",
"8090:8090/tcp"
]
},
{
"type": 1,
"title": "Ubuntu Web VNC",
"platform": "linux",
"network": "redcloud_default",
"description": "Docker container images with VNC and http NoVNC",
"name": "red_ubuntu-vnc",
"logo": "https://i.imgur.com/KfWzNDU.jpg",
"note": "Connect to :1 display with vncviewer. NoVNC: http://your-docker-machine-ip:6901/vnc.html, default password: vncpassword",
"image": "consol/ubuntu-xfce-vnc",
"restart_policy": "unless-stopped",
"categories": ["utils"],
"ports": [
"5901:5901/tcp",
"6901:6901/tcp"
]
},
{
"type": 1,
"title": "Kali Web noVNC + LXDE",
"platform": "linux",
"network": "redcloud_default",
"description": "Kali Docker container with minimal LXDE",
"name": "red_kali-vnc",
"logo": "https://i.imgur.com/tmLEP0b.jpg",
"note": "From your web browser: http://your-docker-machine-ip:6080",
"image": "jgamblin/kalibrowser-lxde",
"restart_policy": "unless-stopped",
"categories": ["offensive", "bare", "utils"],
"ports": [
"6080:6080/tcp"
]
},
{
"type": 1,
"network": "redcloud_default",
"title": "Lockdoor Framework",
"platform": "linux",
"description": "Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources",
"name": "red_lockdoor",
"interactive": true,
"logo": "https://i.imgur.com/B5uKiEv.png",
"image": "sofianehamlaoui/lockdoor",
"categories": ["offensive", "privacy"],
"restart_policy": "unless-stopped"
},
{
"type": 1,
"title": "DVWA",
"platform": "linux",
"network": "redcloud_default",
"description": "Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable",
"name": "red_vuln-dvwa",
"logo": "https://linuxsecurityblog.files.wordpress.com/2016/01/dvwa.jpg",
"note": "Point your browser to http://your-docker-machine-ip:8082 to access it. To start using: Generate DB from the web interface, Login using admin/password. Select DVWA Security in the left menu, set your difficulty level.",
"image": "vulnerables/web-dvwa",
"restart_policy": "unless-stopped",
"categories": ["vulnerable", "webserver"],
"ports": [
"8082:80/tcp"
]
},
{
"type": 1,
"title": "JuiceShop",
"platform": "linux",
"network": "redcloud_default",
"description": "OWASP Juice Shop is an intentionally insecure web application written entirely in JavaScript which encompasses the entire range of OWASP Top Ten and other severe security flaws.",
"name": "red_vuln-juiceshop",
"logo": "https://www.owasp.org/images/6/66/JuiceShop_Logo.png",
"note": "Point your browser to http://your-docker-machine-ip:8084 to access it.",
"image": "bkimminich/juice-shop",
"restart_policy": "unless-stopped",
"categories": ["vulnerable", "webserver"],
"ports": [
"8084:3000/tcp"
]
},
{
"type": 1,
"title": "Vulnerable Wordpress",
"platform": "linux",
"network": "redcloud_default",
"description": "Vulnerable WordPress Installation",
"name": "red_vuln-wp",
"logo": "https://i.imgur.com/0DpXEE4.png",
"note": "Point your browser to http://your-docker-machine-ip:8085 to access it.",
"image": "wpscanteam/vulnerablewordpress",
"restart_policy": "unless-stopped",
"categories": ["vulnerable", "webserver"],
"ports": [
"8085:80/tcp",
"3306:3306/tcp"
]
},
{
"type": 1,
"title": "Vulnerable Shellshock",
"platform": "linux",
"network": "redcloud_default",
"description": "Vulnerable Shellshock Installation - CVE-2014-6271",
"name": "red_vuln-shellshock",
"logo": "https://i.imgur.com/waYl54r.png",
"note": "Point your browser to http://your-docker-machine-ip:8086 to access it.",
"image": "hmlio/vaas-cve-2014-6271",
"restart_policy": "unless-stopped",
"categories": ["vulnerable", "webserver"],
"ports": [
"8086:80/tcp"
]
},
{
"type": 1,
"title": "Vulnerable SambaCry",
"platform": "linux",
"network": "redcloud_default",
"description": "Vulnerable Samba Installation - CVE-2017-7494",
"name": "red_vuln-samba",
"logo": "https://media.ilsoftware.it/images/500x500/img_15843.jpg",
"note": "If you want to access, use the following credentials. User: sambacry Password: nosambanocry",
"image": "hmlio/vulnerables/cve-2017-7494",
"restart_policy": "unless-stopped",
"categories": ["vulnerable", "smb"],
"ports": [
"445:445/tcp",
"137-139:137-139/tcp",
"6699:6699/tcp"
]
},
{
"type": 1,
"title": "OWASP Mutillidae II",
"platform": "linux",
"network": "redcloud_default",
"description": "Docker container for OWASP Mutillidae II Web Pen-Test Practice Application",
"name": "red_vuln-mutillidae",
"logo": "https://i.imgur.com/SFDsPDQ.jpg",
"note": "Point your browser to http://your-docker-machine-ip:8087 to access it.",
"image": "citizenstig/nowasp",
"restart_policy": "unless-stopped",
"categories": ["vulnerable", "smb"],
"ports": [
"8087:80/tcp",
"3306:3306/tcp"
],
"env": [
{
"name": "MYSQL_PASS",
"label": "Database root password",
"description": "Password used by the MySQL root user.",
"default": "Chang3ME!",
"preset": false
}
]
},
{
"type": 1,
"title": "Network Utilities",
"platform": "linux",
"network": "redcloud_default",
"description": "A lightweight docker container with a set of networking tools<br>Use /bin/sh",
"interactive": true,
"name": "red_netutils",
"logo": "https://i.imgur.com/XXaSxlw.png",
"note": "This is designed to be an interactive debuigging container",
"image": "flungo/netutils",
"restart_policy": "unless-stopped",
"categories": ["utils", "privacy"]
},
{
"type": 1,
"title": "SoftEtherVPN",
"name": "red_softethervpn",
"network": "redcloud_default",
"description": "A simple SoftEther VPN server",
"categories": ["vpn", "utils", "privacy"],
"platform": "linux",
"logo": "https://i.imgur.com/zzhyywo.jpg",
"image": "siomiz/softethervpn",
"privileged": true,
"ports": [
"500:500/udp",
"4500:4500/udp",
"1701:1701/tcp",
"1194:1194/udp",
"5555:5555/tcp"
]
},
{
"type": 1,
"title": "Cowrie Honeypot",
"name": "red_cowrie",
"network": "redcloud_default",
"interactive": true,
"description": "SSH Honeypot that logs authentication attempts and interactions",
"categories": ["honeypot", "deception"],
"platform": "linux",
"logo": "https://i.imgur.com/GaYgbXo.png",
"image": "cowrie/cowrie",
"ports": [
"2222:2222/tcp"
]
},
{
"type": 1,
"title": "Endlessh tarpit",
"name": "red_endlessh",
"network": "redcloud_default",
"description": "SSH tarpit that slowly sends an endless banner",
"categories": ["deception"],
"platform": "linux",
"logo": "https://i.imgur.com/lsGCqxD.png",
"image": "d3lta/endlessh-docker",
"ports": [
"2223:22/tcp"
]
},
{
"type": 1,
"title": "Beagle",
"name": "red_beagle",
"network": "redcloud_default",
"description": "Incident response and digital forensics tool which transforms data sources and logs into graphs. Supported data sources include FireEye HX Triages, Windows EVTX files, SysMon logs and Raw Windows memory images.",
"note": "Point your browser to http://your-docker-machine-ip:8000 to access it.",
"categories": ["utils", "dfir", "osint"],
"platform": "linux",
"logo": "https://i.imgur.com/QDBYkY1.jpg",
"image": "yampelo/beagle",
"ports": [
"8000:8000/tcp"
]
},
{
"type": 1,
"title": "Nginx",
"description": "High performance web server",
"categories": ["webserver"],
"platform": "linux",
"network": "redcloud_default",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/nginx.png",
"image": "nginx:latest",
"ports": [
"80/tcp",
"443/tcp"
],
"volumes": [{"container": "/etc/nginx"}, {"container": "/usr/share/nginx/html"}]
},
{
"type": 1,
"title": "Httpd",
"network": "redcloud_default",
"description": "Open-source HTTP server",
"categories": ["webserver"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png",
"image": "httpd:latest",
"ports": [
"80/tcp"
],
"volumes": [{"container": "/usr/local/apache2/htdocs/"}]
},
{
"type": 1,
"title": "Caddy",
"network": "redcloud_default",
"description": "HTTP/2 web server with automatic HTTPS",
"categories": ["webserver"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png",
"image": "abiosoft/caddy:latest",
"ports": [
"80/tcp", "443/tcp", "2015/tcp"
],
"volumes": [{"container": "/root/.caddy"}]
},
{
"type": 1,
"title": "MySQL",
"network": "redcloud_default",
"description": "The most popular open-source database",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
"image": "mysql:latest",
"env": [
{
"name": "MYSQL_ROOT_PASSWORD",
"label": "Root password"
}
],
"ports": [
"3306/tcp"
],
"volumes": [{"container": "/var/lib/mysql"}]
},
{
"type": 1,
"title": "PostgreSQL",
"network": "redcloud_default",
"description": "The most advanced open-source database",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
"image": "postgres:latest",
"env": [
{
"name": "POSTGRES_USER",
"label": "Superuser"
},
{
"name": "POSTGRES_PASSWORD",
"label": "Superuser password"
}
],
"ports": [
"5432/tcp"
],
"volumes": [{"container": "/var/lib/postgresql/data"}]
},
{
"type": 1,
"title": "Elasticsearch",
"network": "redcloud_default",
"description": "Open-source search and analytics engine",
"categories": ["database"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png",
"image": "elasticsearch:latest",
"ports": [
"9200/tcp",
"9300/tcp"
],
"volumes": [{"container": "/usr/share/elasticsearch/data"}]
},
{
"type": 1,
"title": "Gitlab CE",
"network": "redcloud_default",
"description": "Open-source end-to-end software development platform",
"note": "Default username is <b>root</b>. Check the <a href=\"https://docs.gitlab.com/omnibus/docker/README.html#after-starting-a-container\" target=\"_blank\">Gitlab documentation</a> to get started.",
"categories": ["development", "project-management"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png",
"image": "gitlab/gitlab-ce:latest",
"ports": [
"80/tcp",
"443/tcp",
"22/tcp"
],
"volumes": [
{ "container": "/etc/gitlab" },
{ "container": "/var/log/gitlab" },
{ "container": "/var/opt/gitlab" }
]
},
{
"type": 1,
"title": "Minio",
"network": "redcloud_default",
"description": "A distributed object storage server built for cloud applications and devops",
"categories": ["storage", "exfiltration"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png",
"image": "minio/minio:latest",
"ports": [
"9000/tcp"
],
"env": [
{
"name": "MINIO_ACCESS_KEY",
"label": "Minio access key"
},
{
"name": "MINIO_SECRET_KEY",
"label": "Minio secret key"
}
],
"volumes": [{"container": "/data"}, {"container": "/root/.minio"}],
"command": "server /data"
},
{
"type": 1,
"title": "Solr",
"network": "redcloud_default",
"description": "Open-source enterprise search platform",
"categories": ["search-engine", "exfiltration"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png",
"image": "solr:latest",
"ports": [
"8983/tcp"
],
"volumes": [{"container": "/opt/solr/mydata"}]
},
{
"type": 1,
"title": "Joomla",
"network": "redcloud_default",
"description": "Another free and open-source CMS",
"categories": ["phishing", "deception"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png",
"image": "joomla:latest",
"env": [
{
"name": "JOOMLA_DB_HOST",
"label": "MySQL database host",
"type": "container"
},
{
"name": "JOOMLA_DB_PASSWORD",
"label": "Database password"
}
],
"ports": [
"80/tcp"
],
"volumes": [{"container": "/var/www/html"}]
},
{
"type": 1,
"title": "Drupal",
"network": "redcloud_default",
"description": "Open-source content management framework",
"categories": ["phishing", "deception"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png",
"image": "drupal:latest",
"ports": [
"80/tcp"
],
"volumes": [{"container": "/var/www/html"}]
},
{
"type": 1,
"title": "Odoo",
"network": "redcloud_default",
"description": "Open-source business apps",
"categories": ["project-management", "phishing"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/odoo.png",
"image": "odoo:latest",
"env": [
{
"name": "HOST",
"label": "PostgreSQL database host",
"type": "container"
},
{
"name": "USER",
"label": "Database user"
},
{
"name": "PASSWORD",
"label": "Database password"
}
],
"ports": [
"8069/tcp"
],
"volumes": [{"container": "/var/lib/odoo"}, {"container": "/mnt/extra-addons"}]
},
{
"type": 1,
"title": "Urbackup",
"network": "redcloud_default",
"description": "Open-source network backup",
"categories": ["backup", "exfiltration"],
"platform": "linux",
"note": "This application web interface is exposed on the port 55414 inside the container.",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/urbackup.png",
"image": "cfstras/urbackup",
"ports": [
"55413/tcp", "55414/tcp", "55415/tcp", "35622/tcp"
],
"volumes": [{"container": "/var/urbackup"}]
},
{
"type": 2,
"title": "Portainer Agent",
"network": "redcloud_default",
"description": "Manage all the resources in your Swarm cluster",
"note": "The agent will be deployed globally inside your cluster and available on port 9001.",
"categories": ["portainer"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/portainer-agent/docker-stack.yml"
}
},
{
"type": 3,
"title": "Wordpress",
"network": "redcloud_default",
"description": "Wordpress setup with a MySQL database",
"note": "Deploys a Wordpress instance connected to a MySQL database.",
"categories": ["phishing", "deception"],
"platform": "linux",
"logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
"repository": {
"url": "https://github.com/portainer/templates",
"stackfile": "stacks/wordpress/docker-compose.yml"
},
"env": [
{
"name": "MYSQL_DATABASE_PASSWORD",
"label": "Database root password",
"description": "Password used by the MySQL root user."
}
]
}
]
}