Hacknetics
Hacknetics π‘οΈ
Owner: ice-wzl
Contributors: ice-wzl, Jfox32199
Description: Your one-stop reference for OSCP and Red Teaming! π This repository contains a curated collection of code snippets, guides, command syntax, and high-level strategies. Clone it once and gain access to popular pentesting tools and resources.
Topics/Tags: bash-script, batch-script, educational, linux, linux-shell, oscp, oscp-guide, oscp-journey, pentest-scripts, pentesting, pentesting-networks, pentesting-tools, pentesting-windows, powershell, python3, redteaming, vbscript
π Dive Deeper with the GitBook!
For a more structured and in-depth exploration of the Hacknetics resources, check out the GitBook:
The GitBook provides a better reading experience, improved navigation, and additional context for the materials in this repository. We highly recommend checking it out!
π οΈ Keep a Local Copy
Prerequisites
A Linux environment (Kali Linux, Parrot OS, etc.) is highly recommended.
Ensure you have
gitinstalled:sudo apt update sudo apt install git
Cloning the Repository
Clone the Hacknetics repository to your local machine:
git clone https://github.com/ice-wzl/Hacknetics.git
cd Hacknetics⨠Key Features
Comprehensive Resource: A centralized location for all your OSCP and Red Teaming needs.
Code Snippets: Ready-to-use code in various languages (Shell, Python, PowerShell, VBScript).
Guides & Strategies: High-level strategies and step-by-step guides for pentesting.
Popular Tools: Access to commonly used pentesting tools and their syntax.
Regularly Updated: Maintained with the latest techniques and tools.
π License
This project is released under a free and unencumbered software license, dedicating it to the public domain. See the LICENSE file for more details.
π€ Contributing
Contributions are welcome! If you have useful scripts, guides, or improvements, feel free to submit a pull request.
Fork the repository.
Create a new branch for your feature or bug fix.
Commit your changes with descriptive commit messages.
Push your branch to your forked repository.
Submit a pull request.
π Troubleshooting
Script Execution Issues: Ensure you have the necessary permissions to execute scripts. Use
chmod +x script.shto make a script executable.Missing Dependencies: Check the script's documentation or comments for any required dependencies and install them using
apt,pip, or your system's package manager.Configuration Errors: Double-check configuration files for typos or incorrect settings.
π Acknowledgements
Special thanks to our sponsors:
Medium Corporation
SynAck RedTeam
Last updated