# 🖼️ User Scanner Media & Output Gallery
Demonstrations, visual terminal walkthroughs, and sample output formats for User Scanner.
---
## 📺 Video Demos
- **[Download / View Interactive Usage WebM Video](https://github.com/user-attachments/assets/d901510c-880e-4395-8274-3494d984f2de)**
---
## 📸 Terminal & Output Screenshots
### Dual-Mode Username & Email Scanning
---
### Hudson Rock Infostealer Malware Log Check (`--hudson`)
---
## 📂 Sample Export Formats
### JSON Report Export (`-f json`)
```json
{
"email": "target@example.com",
"category": "Social",
"site_name": "Instagram",
"status": "Registered",
"url": "https://www.instagram.com/target",
"extra": {
"username": "target",
"id": "6970864",
"image": "https://instagram.com/avatar.jpg",
"private": "False",
"verified": "False",
"follower_count": 1250,
"following_count": 340
}
}
```
---
### CSV Export (`-f csv`)
```csv
target,Social,Instagram,Registered,https://www.instagram.com/target
```