> For the complete documentation index, see [llms.txt](https://ppn.snovvcra.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ppn.snovvcra.sh/pentest/infrastructure.md).

# Infrastructure

```
cd; mkdir ws; cd ws  # workspace
mkdir -p adcs/ discover/{subnets,hosts,services} enum/bloodhound/bloodhound.py loot/ log/ screenshots/ shells/ tickets/ traffic/ videos/
touch ~/ws/loot/net-ntlmv2.txt
```

## Network Config

```
hostname
ifconfig eth0
route -n
cat /etc/resolv.conf
arp -a
```
