├── LICENSE ├── README.md └── Start ├── 0x1-Mindset ├── Objective.png └── README.md ├── 0x2-Environment ├── Gift │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── echo │ └── grep └── README.md ├── 0x3-Tools ├── Exploitation │ └── README.md ├── InformationGathering │ ├── README.md │ └── server_socket.c ├── PasswordAttacks │ └── README.md ├── PrivilegeEscalation │ └── README.md ├── README.md ├── Reporting │ └── README.md ├── Tunneling │ └── README.md ├── VulnerableOrNot │ └── README.md └── WebAttacks │ └── README.md ├── 0x4-KillChain └── README.md └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/README.md -------------------------------------------------------------------------------- /Start/0x1-Mindset/Objective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x1-Mindset/Objective.png -------------------------------------------------------------------------------- /Start/0x1-Mindset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x1-Mindset/README.md -------------------------------------------------------------------------------- /Start/0x2-Environment/Gift/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x2-Environment/Gift/1.png -------------------------------------------------------------------------------- /Start/0x2-Environment/Gift/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x2-Environment/Gift/2.png -------------------------------------------------------------------------------- /Start/0x2-Environment/Gift/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x2-Environment/Gift/3.png -------------------------------------------------------------------------------- /Start/0x2-Environment/Gift/echo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x2-Environment/Gift/echo -------------------------------------------------------------------------------- /Start/0x2-Environment/Gift/grep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x2-Environment/Gift/grep -------------------------------------------------------------------------------- /Start/0x2-Environment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x2-Environment/README.md -------------------------------------------------------------------------------- /Start/0x3-Tools/Exploitation/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Start/0x3-Tools/InformationGathering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x3-Tools/InformationGathering/README.md -------------------------------------------------------------------------------- /Start/0x3-Tools/InformationGathering/server_socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x3-Tools/InformationGathering/server_socket.c -------------------------------------------------------------------------------- /Start/0x3-Tools/PasswordAttacks/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Start/0x3-Tools/PrivilegeEscalation/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Start/0x3-Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x3-Tools/README.md -------------------------------------------------------------------------------- /Start/0x3-Tools/Reporting/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Start/0x3-Tools/Tunneling/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Start/0x3-Tools/VulnerableOrNot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/0x3-Tools/VulnerableOrNot/README.md -------------------------------------------------------------------------------- /Start/0x3-Tools/WebAttacks/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Start/0x4-KillChain/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Start/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smadi0x86/CSC-RedOps/HEAD/Start/README.md --------------------------------------------------------------------------------