who is trying to login to my server with what?
Loading data...
{{ error }}
| Username | Count | % |
|---|---|---|
| {{ item.username }} | {{ item.count }} | {{ item.percentage }}% |
| Password | Count | % |
|---|---|---|
| {{ item.password }} | {{ item.count }} | {{ item.percentage }}% |
| ID | IP Address | Username | Password | Timestamp |
|---|---|---|---|---|
| {{ attempt.id }} | {{ attempt.ip }} | {{ attempt.username }} | {{ attempt.password }} | {{ formatDate(attempt.created_at) }} |