Skip to main content

One post tagged with "SMTP"

SMTP is an email protocol used to send and receive emails over the internet. It's a standard communication system that enables devices to exchange mail messages between different email servers, allowing users to send emails to recipients anywhere on the global network. SMTP relies on port 25 (and often ports 587 or 465) for communication between mail transfer agents (MTAs), which are software applications responsible for transferring emails between servers and ultimately delivering them to intended recipients' inboxes.

View All Tags

THM | Password Attacks

· 27 min read

Red Teaming | Password Attacks | Summary:

This room is designed to teach about various strategies and techniques used in cracking or guessing passwords. It covers both offline and online methods, including dictionary and brute-force attacks, rule-based attacks, and custom rules.

The room emphasizes password profiling, teaching users how to create effective wordlists using default, weak, leaked, combined, and username sources.

Other topics include keyspace techniques, CUPP (Custom Password Profile), and online attacks targeting FTP, SMTP, SSH, and HTTP login pages. Additionally, it introduces the concept of password spraying attacks.