f99418eab2
- Add responsive HTML landing page with hero section and resource cards - Create professional CSS styling with dark theme and mobile-responsive design - Set up GitHub Pages configuration with Jekyll _config.yml - Add comprehensive README with project overview and setup instructions - Configure .gitignore for Jekyll and common development files The website serves as an educational hub for understanding privilege escalation techniques, vulnerabilities, and defense strategies. GitHub Pages is ready to serve the site immediately upon enabling in repository settings. Co-Authored-By: Paperclip <noreply@paperclip.ing>
36 lines
1.3 KiB
Markdown
36 lines
1.3 KiB
Markdown
# 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.
|