Skip to content

Latest commit

 

History

History
104 lines (95 loc) · 6.08 KB

Red Team.md

File metadata and controls

104 lines (95 loc) · 6.08 KB

Red Team

A group of people authorized and organized to emulate a potential adversary’s attack or exploitation capabilities against an enterprise’s security posture. The Red Team’s objective is to improve enterprise cybersecurity by demonstrating the impacts of successful attacks and by demonstrating what works for the defenders (i.e., the Blue Team) in an operational environment. Also known as Cyber Red Team.

Penetration Testing

A method of testing where testers target individual binary components or the application as a whole to determine whether intra or intercomponent vulnerabilities can be exploited to compromise the application, its data, or its environment resources.

Resources and Tools

nmap command:

sudo nmap -n -p-  -Pn --host-timeout=100s --max-rtt-timeout=1000ms --max-retries=0 --min-rate=8192 --max-rate=16384 --min-parallelism=4096 --max-parallelism=8192 --max-scan-delay=1ms  192.168.1.0/24

Tools

C2

Adversary Simulator/Emulator

Container Security

Lockpicking and Bluetooth Attacks Resources

Shell Generation and Web Shells