# autorecon

# Basic usage

```bash
autorecon TARGET_IP
```

Scanning multiple hosts

```bash
autorecon -t targets.txt
#or the below
sudo $(which autorecon) TARGET_IP1 TARGET_IP2 TARGET_IP3 -vv
```