
Ebs AWS-(Virtual Hard Drive)
EBS Amazon Elastic Block Store (EBS) is a persistent, high-performance block storage service designed for use with Amazon EC2 instances. It functions like a virtual hard drive, providing durab...

EBS Amazon Elastic Block Store (EBS) is a persistent, high-performance block storage service designed for use with Amazon EC2 instances. It functions like a virtual hard drive, providing durab...

đȘż s3 stands for Simple Storage Service (s3). Thinks of itâs like an FTP. ( FTP == s3 ) Usage:- Hosting a Static website , Backupâs , Logs and etc⊠Buckets:- They are Top Level ...

âïž IAM IAM Stands for Identity and Access Management (IAM).It is a framework used in cloud computing to control and Manage. Who can access: This includes users, applications, and services that r...

Nopac Obtain credentials for an unprivileged domain-attached user. Add a computer to their account using Machine Account Quotaâletâs name it machine_account$. Rename the added computer to match the...

Force NTLM Authentication with Windows To force NTLM authentication in Windows, configure the âNetwork Security: LAN Manager authentication levelâ policy to enforce NTLMv2 usage. NTLM (New Tec...

GitHub Git is the tool that tracks changes to files over time (like version history). GitHub is the service that hosts Git repositories online and provides a user-friendly interface for collab...

NetExec RDP Remote Desktop Protocol (RDP) is a proprietary network protocol developed by Microsoft that enables users to connect to and control another computer or device over a network connecti...

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...