Tess Sluijter

Results 13 comments of Tess Sluijter

This may be resolved by adding the following two lines to "master/modules/active-directory/5-setup.tf". ``` mkdir C:\LABS New-SmbShare -Name "LABS" -Path "C:\LABS" -FullAccess "labs\itadmin" ``` This change/suggestion **is not** addressed in pull...

Also lacking are the "labs.zip" and the "scripts" subdir which are supposed to be in there. Now, labs.zip I can re-create, but what is supposed to go into the "scripts"...

Potential work-around: simply kill the "class-resources" resource group in one blow :)

The recordings I'm watching showcase this problem at 02:06:40 where people are having trouble enumerating with Bloodhound, because the user has no domain. This happens because they login as "itadmin"...

I'm running into this same issue, though it only occurred after a reboot. Last night I installed hiera-eyaml, as suggested, both as gem and through puppetserver. It worked swimmingly! This...

ZAP provides its own Java binary: `/Applications/OWASP ZAP.app/Contents/Home/bin/java` If that one's being used, it's that process which should query MacOS for access permissions to ~/Documents. And since it's provided as...

> so I still think its a MacOS configuration issue. Yes and no :) The fact that MacOS is blocking ZAP from accessing the ~/Documents folder is a MacOS config...

@kmcquade did you allow ZAP access to your ~/Library/ directory, or to ~/Documents/? Because by default ZAP exports to ~/Library/........... as your save-dialog shows.

> "Because the authentication of the rest api needs some kind of token or credentials, it may not be possible to use a vm let alone to put this inside...

These issues do not necessarily pertain to the Azure DevOps ZAP plugin created by this team. What's not immediately clear from the plugin is that it mostly relies on the...