Welcome to the page where you will find each trick/technique/whatever I have learnt in CTFs, real life apps, and reading researches and news.
This repository contains the hacktricks project, a software development initiative focused on delivering high-quality, efficient solutions. This project demonstrates expertise in modern development practices and technologies.
- Well-structured and maintainable codebase
- Clear documentation and examples
- Efficient implementation following best practices
- Modular design for easy extension and customization
- Comprehensive error handling and validation
- Performance-optimized algorithms and data structures
- Bash/Shell scripting
- HTML/CSS/JavaScript
- Node.js
- Git version control
- Linux/Unix utilities
- Modern web development tools and frameworks
# Clone the repository
git clone https://github.com/AR-92/hacktricks.git
cd hacktricks
# Follow specific installation instructions based on project typeThe usage of this project depends on its specific purpose. Please refer to the documentation or source code for detailed instructions on how to use the functionality provided.
hacktricks/
├── src/ # Source code files
├── docs/ # Documentation
├── tests/ # Test files
├── README.md # This file
└── LICENSE # License information
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature-name) - Make your changes
- Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature/your-feature-name) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub: AR-92