
SMB Relay Attack
SMB Relay Attack SMB relay is a man-in-the-middle attack where an attacker intercepts NTLM authentication between a client and server, then relays those credentials to a target server. The attacker...

SMB Relay Attack SMB relay is a man-in-the-middle attack where an attacker intercepts NTLM authentication between a client and server, then relays those credentials to a target server. The attacker...

NetExec SMB SMB can refer to Server Message Block, a network protocol for file/printer sharing across Windows, macOS, Linux, etc. A client-server protocol for sharing files, printers, and othe...

#Python for Hackers ArgParse (Provide Interactive Help Menu) import argparse parser = argparse.ArgumentParser( prog='ScriptName',description='Short description of the script.',epilog='Thank y...

Padelify TryHackMe Scanning Using Custom Script └─# python3 Fast_Port.py -H 10.48.175.116 [+] Scan Results For: 10.48.175.116 [+] 22/tcp open [+] 80/tcp open Using Rustscan rustscan -a ip -- ...

NoSQL Injection Think of it like this: Traditional SQL databases use structured query language (SQL), but NoSQL databases use different query methods - often JSON,BSON, JavaScript, or specialized q...

HTML Injection iframe Embedding External Content: The src attribute specifies the file of the document to embed. Try to grab the id_rsa key home/<username>/.ssh/id_rsa Try to find ...

Kerberos Unconstrained Delegation Unconstrained Delegation is a feature in Active Directory that allows designated services to act on behalf of users and request access to other network resourc...

Microsoft SQL server Microsoft SQL Server is a relational database management system (RDBMS) developed by Microsoft, designed to manage and organize data in a structured way using tables that ar...

NTLM Relay NTLM Relay is a man-in-the-middle (MITM) attack against the NTLM authentication protocol. When an NTLM authentication occurs between two machines (a client and a server), an attacker...

AD Computers Active Directory Domain Services (AD DS) manages users, computers, and data, allowing administrators to organize resources into logical hierarchies and centralize access control. Ke...