Skip to content

Small Monolithic Repo Full Of Scripts For My Security Experiments

Notifications You must be signed in to change notification settings

ChristopherPeacock/SecurityLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Security Lab

Educational cybersecurity toolkit for authorized penetration testing and red team operations.

Project Structure

PostExploitation/

Tools and scripts that execute on compromised systems during post-exploitation phases.

  • DataExfiltration/ - Secure data exfiltration using HTTPS + AES encryption
  • SearchScript/ - File enumeration and search capabilities

Infrastructure/

Architecture

┌─────────────────────┐             
│  Compromised Host   │ 
│                     │               
│ PostExploitation/   │              
│ - File Search       │                           
│ - Data Exfil Client │                          
└─────────────────────┘   

Usage

⚠️ LEGAL NOTICE: These tools are for authorized security testing and educational purposes only. Ensure you have explicit permission before testing on any system.

Post-Exploitation Tools

See individual README files in each subdirectory:

Infrastructure Setup

See ExfiltrationServer for C2 setup instructions.

MITRE ATT&CK Mapping

  • T1083 - File and Directory Discovery (SearchScript)
  • T1041 - Exfiltration Over C2 Channel (DataExfiltration)
  • T1071 - Application Layer Protocol - HTTPS
  • T1573 - Encrypted Channel (AES encryption layer)

Development Environment

  • Language: C#, PowerShell
  • Target Platform: Windows

License

For educational and authorized testing purposes only.

About

Small Monolithic Repo Full Of Scripts For My Security Experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors