> For the complete documentation index, see [llms.txt](https://pnpt.adot8.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pnpt.adot8.com/osint-fundamentals/website-terminal-based-tools.md).

# Website Terminal Based Tools

## DNS Records

### Whois

```bash
whois adot8.com
```

## Subdomains

### Sublister

```bash
subfinder -d adot8.com
```

### Assetfinder

```bash
assetfinder adot8.com
```

### Amass

```bash
amass enum -d adot8.com
```

## Live Domain Enumeration

### HTTProbe

```bash
cat adot8-sub.txt | httprobe -s -p https:443
```

### GoWitness

```bash
gowitness file -f ./adot8-sub.txt -P pics --no-http 
```
