diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..84d1019
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+_site/
+.jekyll-cache/
+.sass-cache/
+.DS_Store
+*.swp
+*.swo
+*~
+.env
+.venv
+*.pyc
+__pycache__/
+node_modules/
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..96fea93
--- /dev/null
+++ b/README.md
@@ -0,0 +1,35 @@
+# Privileged Escalation
+
+A comprehensive educational resource for understanding privilege escalation techniques, vulnerabilities, and defense strategies.
+
+## About
+
+Privileged Escalation is dedicated to helping security professionals, developers, and researchers understand how attackers gain elevated access to systems and how defenders can prevent it.
+
+## Features
+
+- **Documentation**: Comprehensive guides on privilege escalation techniques and defense strategies
+- **Resources**: Community-contributed tools and utilities for testing vulnerabilities
+- **Research**: Academic and practical research materials on system security
+- **Community**: A collaborative community focused on responsible disclosure and ethical security practices
+
+## Getting Started
+
+This site is built as a static website and is served via GitHub Pages. To build locally:
+
+1. Ensure you have Ruby and Jekyll installed
+2. Run `bundle install`
+3. Run `bundle exec jekyll serve`
+4. Navigate to `http://localhost:4000`
+
+## Contributing
+
+We welcome contributions from the security community. Please ensure all content follows responsible disclosure principles and ethical guidelines.
+
+## License
+
+See LICENSE file for details.
+
+## Contact
+
+For questions, suggestions, or to get involved, please open an issue or contact the maintainers.
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..76aa09f
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,18 @@
+title: Privileged Escalation
+description: A resource for understanding privilege escalation techniques, vulnerabilities, and defense strategies
+baseurl: ""
+url: "https://privilegedescalation.com"
+
+# Build settings
+theme: null
+markdown: kramdown
+permalink: /:year/:month/:day/:title/
+
+# Exclude certain files from processing
+exclude:
+ - README.md
+ - .gitignore
+ - LICENSE
+
+# GitHub Pages settings
+github: [metadata]
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..23681ec
--- /dev/null
+++ b/index.html
@@ -0,0 +1,92 @@
+
+
+
Learn about security vulnerabilities, attack techniques, and mitigation strategies
+
+
+
+
+
+
+
About This Project
+
Privileged Escalation is an educational resource dedicated to understanding how attackers gain elevated access to systems and how defenders can prevent it. Whether you're a security professional, developer, or researcher, this project provides insights into:
+
+
Common privilege escalation techniques across operating systems
+
Real-world vulnerability analysis
+
Defense and mitigation strategies
+
Best practices for secure system hardening
+
+
+
+
+
+
+
Resources
+
Explore our collection of guides, tools, and research materials for understanding privilege escalation:
+
+
+
Documentation
+
Comprehensive guides on privilege escalation techniques and defense strategies
+
+
+
Tools & Utilities
+
Community-contributed tools for testing and demonstrating vulnerabilities
+
+
+
Research Papers
+
Academic and practical research on privilege escalation and system security
+
+
+
+
+
+
+
+
Community
+
Join a community of security professionals, researchers, and enthusiasts dedicated to understanding and defending against privilege escalation attacks.
+
We believe in responsible disclosure, ethical research, and collaborative security practices.
+
+
+
+
+
+
Get Involved
+
Interested in contributing? Have questions or suggestions?
+
Contact the team or visit our repository on GitHub to learn how you can participate in this project.