├── Bash └── README.md ├── Bypass application whitelisting.md ├── CPP ├── README.md └── keylogger.cpp ├── Data Transfer Techniques.md ├── FTP > Path Traversal > CVE.md ├── Inject Macros from a Remote.md ├── JavaScript └── README.md ├── Password Spraying OWA > RCE.md ├── Powershell Without Powershell.md ├── Powershell └── README.md ├── Python ├── Banner_grabbing.py ├── Copy_file_and_folder.py ├── Get_host_name.py ├── README.md └── XSS-cookie-stealer.py ├── README.md ├── Redis Exploitation.md ├── Tips and Tricks.md └── ZIP & RAR File Crack.md /Bash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Bash/README.md -------------------------------------------------------------------------------- /Bypass application whitelisting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Bypass application whitelisting.md -------------------------------------------------------------------------------- /CPP/README.md: -------------------------------------------------------------------------------- 1 | # C/C++ 2 | -------------------------------------------------------------------------------- /CPP/keylogger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/CPP/keylogger.cpp -------------------------------------------------------------------------------- /Data Transfer Techniques.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Data Transfer Techniques.md -------------------------------------------------------------------------------- /FTP > Path Traversal > CVE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/FTP > Path Traversal > CVE.md -------------------------------------------------------------------------------- /Inject Macros from a Remote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Inject Macros from a Remote.md -------------------------------------------------------------------------------- /JavaScript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/JavaScript/README.md -------------------------------------------------------------------------------- /Password Spraying OWA > RCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Password Spraying OWA > RCE.md -------------------------------------------------------------------------------- /Powershell Without Powershell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Powershell Without Powershell.md -------------------------------------------------------------------------------- /Powershell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Powershell/README.md -------------------------------------------------------------------------------- /Python/Banner_grabbing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Python/Banner_grabbing.py -------------------------------------------------------------------------------- /Python/Copy_file_and_folder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Python/Copy_file_and_folder.py -------------------------------------------------------------------------------- /Python/Get_host_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Python/Get_host_name.py -------------------------------------------------------------------------------- /Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Python/README.md -------------------------------------------------------------------------------- /Python/XSS-cookie-stealer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Python/XSS-cookie-stealer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/README.md -------------------------------------------------------------------------------- /Redis Exploitation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Redis Exploitation.md -------------------------------------------------------------------------------- /Tips and Tricks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/Tips and Tricks.md -------------------------------------------------------------------------------- /ZIP & RAR File Crack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mehdi0x90/Red-Team/HEAD/ZIP & RAR File Crack.md --------------------------------------------------------------------------------