├── Awesome ├── Operation.md └── README.md ├── GiTools.md ├── MITRE ATT&CK └── Tactics │ └── README.md ├── README.md ├── Red Hat ├── Common administrative commands in Red Hat Enterprise Linux 5, 6, 7, and 8.pdf └── README.md ├── Red Team Report Template.docx ├── RedCore ├── README.md ├── RedCore ├── data │ ├── category.dat │ └── tools.dat ├── doc │ ├── category.txt │ └── tools.txt ├── install └── note.md ├── RedTeam ├── RedTeam - Rules of Engagement Template.docx └── shr3dkit /Awesome/Operation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/Awesome/Operation.md -------------------------------------------------------------------------------- /Awesome/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/Awesome/README.md -------------------------------------------------------------------------------- /GiTools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/GiTools.md -------------------------------------------------------------------------------- /MITRE ATT&CK/Tactics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/MITRE ATT&CK/Tactics/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/README.md -------------------------------------------------------------------------------- /Red Hat/Common administrative commands in Red Hat Enterprise Linux 5, 6, 7, and 8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/Red Hat/Common administrative commands in Red Hat Enterprise Linux 5, 6, 7, and 8.pdf -------------------------------------------------------------------------------- /Red Hat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/Red Hat/README.md -------------------------------------------------------------------------------- /Red Team Report Template.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/Red Team Report Template.docx -------------------------------------------------------------------------------- /RedCore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/RedCore/README.md -------------------------------------------------------------------------------- /RedCore/RedCore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/RedCore/RedCore -------------------------------------------------------------------------------- /RedCore/data/category.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/RedCore/data/category.dat -------------------------------------------------------------------------------- /RedCore/data/tools.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/RedCore/data/tools.dat -------------------------------------------------------------------------------- /RedCore/doc/category.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/RedCore/doc/category.txt -------------------------------------------------------------------------------- /RedCore/doc/tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/RedCore/doc/tools.txt -------------------------------------------------------------------------------- /RedCore/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/RedCore/install -------------------------------------------------------------------------------- /RedCore/note.md: -------------------------------------------------------------------------------- 1 |
2 | 3 | -------------------------------------------------------------------------------- /RedTeam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/RedTeam -------------------------------------------------------------------------------- /RedTeam - Rules of Engagement Template.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/RedTeam - Rules of Engagement Template.docx -------------------------------------------------------------------------------- /shr3dkit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AnLoMinus/RedTeam/HEAD/shr3dkit --------------------------------------------------------------------------------