Thank you for considering a contribution to this project! Your support and collaboration help improve the quality and accuracy of this resource. Here’s how you can get involved:
If you encounter any command that appears incorrect or needs improvement, please feel free to submit corrections. Not all commands have been fully tested, as many were gathered from various reliable references available at hand.
Your feedback and expertise are essential to ensure this resource remains reliable and up-to-date.
- Fork the Repository: Start by forking the repository to your own GitHub account.
- Clone the Repository: Clone the forked repository to your local machine for edits.
git clone https://github.com/LOLAD-Project/LOLAD-Project.github.io
- Create a New Branch: For any new feature, bug fix, or enhancement, create a separate branch.
git checkout -b feature/command-fix
- Make Your Changes: Edit files directly or add new files as needed.
- Commit Your Changes: Commit changes with a descriptive message.
git commit -m "Fix command in AD enumeration table"
- Push the Branch: Push your changes to GitHub.
git push origin feature/command-fix
- Submit a Pull Request: Go to the original repository on GitHub and open a pull request to merge your changes.
- Testing: If possible, please test any commands before submitting to confirm accuracy.
- Documentation: When adding new commands, include relevant documentation or reference links if available.
We appreciate your contributions and look forward to collaborating with you to make this project better!
Thank you,
LOLAD Project Team