Commit Graph

914 Commits

Author SHA1 Message Date
sukster
f110936fef Added VIB file to open VNC ports automatically
I have created this VIB file to automate the manual steps to open the VNC ports on ESXi firewall.
2020-11-07 21:05:19 +01:00
sukster
2326421ce6 Merge pull request #6 from clong/master
Syncing with upstream repo
2020-11-07 20:46:41 +01:00
juju4
bdeda04692 improve idempotency with changed_when/failed_when, args creates 2020-11-07 08:43:09 -05:00
Chris Long
3fb36effed Use /usr/bin/env bash instead of /bin/bash for scripts 2020-11-05 22:32:03 -08:00
Chris Long
e31479485c Merge pull request #547 from clong/esxi_fixes
ESXi Bugfixes - Use only 2 network adapters instead of 3
2020-11-05 14:38:38 -08:00
Chris Long
0d250b679f ESXi Bugfixes - Use only 2 network adapters instead of 3 2020-11-05 14:36:37 -08:00
Chris Long
b3b4715f49 Merge pull request #544 from znb/master
Small addition for the Ansible fork() issue
2020-11-04 16:42:06 -08:00
Matt
60e0697329 Small addition for the Ansible fork() issue 2020-11-04 17:13:40 +00:00
Chris Long
c68da5ca44 Update ESXi docs
Note about MacOS Ansible fork() error from https://github.com/clong/DetectionLab/issues/543
2020-11-03 12:38:04 -08:00
Chris Long
4e42131b63 Merge pull request #542 from clong/refix-ci
Verify CI Pipeline Build
2020-11-01 12:23:19 -08:00
Chris Long
2c1f422da6 Update build_machine_bootstrap.sh 2020-11-01 09:36:48 -08:00
Chris Long
54dadd198b Merge pull request #541 from clong/circle_build_steps_fix
Fixing CircleCI Build Steps
2020-10-31 22:10:28 -07:00
Chris Long
fa0bc1cbbd EOF needs to be in quotes 2020-10-31 17:32:51 -07:00
Chris Long
1a84e03d47 Remove args 2020-10-31 16:30:00 -07:00
Chris Long
9315f80370 Fix path 2020-10-31 15:14:54 -07:00
Chris Long
3df9a91bec Simplify this 2020-10-31 14:58:41 -07:00
Chris Long
fce294c7b0 Fixing CircleCI Build Steps 2020-10-29 23:28:51 -07:00
Chris Long
892978fd2e Merge pull request #540 from aancw/master
Update ESXi Provider to josenk/esxi
2020-10-29 16:32:42 -07:00
Aan
61118d371e Update ESXi Provider to josenk
Update ESXi provider to josenk from hashicorp/esxi

```
DetectionLab/ESXi terraform init && terraform apply                                                                                                                             

Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/esxi...

Error: Failed to install provider

Error while installing hashicorp/esxi: provider registry registry.terraform.io
does not have a provider named registry.terraform.io/hashicorp/esxi
```
2020-10-30 02:42:10 +07:00
Aan
88002fb084 Merge pull request #1 from clong/master
update
2020-10-30 02:39:59 +07:00
Chris Long
54d7d4d454 Merge pull request #537 from sean-code/esxi-splunk-threathunting-fix
ESXi: Add missing commands for splunk ThreatHunting app that existed in vagrant bootstrap file
2020-10-19 17:50:58 -07:00
Sean Ryan
0c9a096c17 added missing commands from bootstrap file for
threathunting app to work
2020-10-18 19:08:57 -07:00
Chris Long
f75231b76e Fixing Issue #535 2020-10-16 22:43:56 -07:00
Chris Long
023b9acd8d Fix typo 2020-10-16 15:31:11 -07:00
Chris Long
51b6599c39 Add WINS server config 2020-10-15 18:52:49 -07:00
Chris Long
ed424776fc Merge pull request #534 from aancw/master
Update README packer for ESXI 7.0 support
2020-10-15 13:48:40 -07:00
Aan
be51658802 Update README packer for ESXI 7.0 support
Updating packer build for ESXI 7.0 support
2020-10-15 23:03:28 +07:00
Chris Long
aef71a10d1 Attempt to fix issue 517 2020-10-14 23:04:53 -07:00
Chris Long
483a8f7d13 Update WEF ansible role for evtx-event-samples 2020-10-04 11:36:44 -07:00
Chris Long
142c4524d7 Merge pull request #528 from ZeArioch/update_gpo_rdp
Fix bug with "Allow Domain Users RDP" GPO
2020-10-04 11:29:39 -07:00
Arioch
e2d9879344 Merge branch 'master' into update_gpo_rdp 2020-10-01 09:14:24 +02:00
Chris Long
ea64a14371 Adding EVTX-ATTACK-SAMPLES acknowledgement 2020-09-30 17:01:02 -07:00
Chris Long
456124149e Adding evtx_attack_samples Splunk index 2020-09-30 16:59:01 -07:00
Chris Long
08b88573e7 Merge pull request #530 from clong/add_ata_to_box
Adding ATA to Packer image, adding evtx-attack-samples
2020-09-30 15:25:21 -07:00
Chris Long
5732a51cde Merge branch 'master' into add_ata_to_box 2020-09-30 15:25:13 -07:00
Chris Long
47850f00f7 Merge pull request #527 from jwmoss/patch-1
Updated iso_name & SHA256
2020-09-30 05:30:08 -07:00
Chris Long
ff3e595235 Adding ATA to Packer image, adding evtx-attack-samples 2020-09-29 17:36:32 -07:00
ZeArioch
c80063c4b3 add migration table target to RDP GPO import script 2020-09-28 15:55:41 +02:00
ZeArioch
848259d261 add migration table for the domain groups to be updated on import 2020-09-28 15:52:39 +02:00
ZeArioch
b67f4e85a8 add GPO file with 'Domain Users' as RDP group members 2020-09-28 15:50:53 +02:00
ZeArioch
2e900f5951 delete old RDP GPO files 2020-09-28 15:48:29 +02:00
sukster
54264de4fe Merge pull request #4 from clong/master
Sync with original repository
2020-09-28 09:04:48 +02:00
Jonathan Moss
55aa80294a Updated iso_name & SHA256 2020-09-27 15:27:15 -04:00
Chris Long
aa51e77663 nits 2020-09-23 23:58:06 -07:00
Chris Long
c7d5259723 Update sponsors on README
Thanks @olliencc !
2020-09-23 23:48:46 -07:00
Chris Long
3b016fa989 Merge pull request #524 from p-zim/master
Check if PurpleSharp folder already exists
2020-09-23 23:41:58 -07:00
p-zim
47b8576149 Merge pull request #1 from p-zim/check-if-PurpleSharp-folder-exists
Check if PurpleSharp folder already exists
2020-09-24 00:07:36 +02:00
p-zim
ccb39ea145 Update install-redteam.ps1
PurpleSharp part throws an error and Vagrant stops since the script did not check if the PurpleSharp folder was already existing when for example re-running "vagrant reload dc --provision"
2020-09-24 00:05:37 +02:00
Chris Long
ee16760546 Merge pull request #522 from lnxg33k/master
Add a logrotate config for Suricata
2020-09-21 23:06:52 -07:00
Ahmed Shawky
779bb91bf5 Add a logrotate config for Suricata 2020-09-22 02:49:07 +00:00