Raj Chowdhury

Results 15 comments of Raj Chowdhury

## I got a way around to get it running on my M2 Macbook Pro ### Install nvm first ```bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash ``` ```bash sudo nano .zshrc...

## One click Installer Automation for M1/M2/M3 Macs `installer.sh` ```bash #!/bin/zsh # Step 1: Install nvm echo "Installing nvm..." curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash # Step 2: Update .zshrc with...

did it work in Mac os for creating a tun/tap ?

Any guide how to use it on mac , i faced some issues still with tuntap ?

Ye it’s cheatsheet ! U can have from anywhere On Mon, 22 Aug 2022 at 5:26 PM, esp0xdeadbeef ***@***.***> wrote: > docker is a complete copy from denis his cheats...

Does it work with BloodHound Community tool also ?

only with darwin/arm64 works fine.

for SPN is it gonna do only cifs/ ? not others ?

```python service_types = ["cifs", "host", "http", "ldap", "rpcss", "wsman"] spns = [] for service in service_types: spn = Principal(f"{service}/{self.hostname}.{self.domain}", type=PrincipalNameType.NT_SRV_INST.value) spns.append(spn) ``` not sure if this would make sense ?

Thank tou Gatariee & nxc team this looks awesome! made RBCD more fun