Scanning for weak/default passwords in web servers

Tess Sluijter

Well-known member
Apr 1, 2020
404
1
574
30,281
the Netherlands
unixerius.nl
Define "in web servers".

If you mean web applications, or HTML forms, or HTTP basic auth, then yes absolutely. Something like Hydra has existed for years. Configure the authentication, feed it a wordlist and let it rip. And it'll even work for different protocols.
 

Innocent V. Mulula

Active member
Nov 10, 2021
31
45
1,811
Define "in web servers".

If you mean web applications, or HTML forms, or HTTP basic auth, then yes absolutely. Something like Hydra has existed for years. Configure the authentication, feed it a wordlist and let it rip. And it'll even work for different protocols.
Thanks @Tess Sluijter
 

Brian Ford

Well-known member
  • Jul 15, 2021
    78
    131
    7,966
    Flagler Beach, FL
    fordsnotes.com
    Define "in web servers".

    If you mean web applications, or HTML forms, or HTTP basic auth, then yes absolutely. Something like Hydra has existed for years. Configure the authentication, feed it a wordlist and let it rip. And it'll even work for different protocols.
    Great suggestion Tess! There are also a couple of different implementations of Hydra using Docker. That would be a great way to demo the use of containers.

    https://hub.docker.com/r/linuxserver/hydra

    and