# Hacknetics

## Hacknetics 🛡️

**Owner:** [ice-wzl](https://github.com/ice-wzl)

**Contributors:** ice-wzl, Jfox32199

**Please consider donating:** [**https://buymeacoffee.com/icewzl**](https://buymeacoffee.com/icewzl)

**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.

<p align="center"><a href="https://github.com/ice-wzl/Hacknetics/stargazers"><img src="https://img.shields.io/github/stars/ice-wzl/Hacknetics?style=social" alt="Stars"></a> <a href="https://github.com/ice-wzl/Hacknetics/network/members"><img src="https://img.shields.io/github/forks/ice-wzl/Hacknetics?style=social" alt="Forks"></a> <a href="https://github.com/ice-wzl/Hacknetics/issues"><img src="https://img.shields.io/github/issues/ice-wzl/Hacknetics" alt="Open Issues"></a> <a href="https://github.com/ice-wzl/Hacknetics/commits/main"><img src="https://img.shields.io/github/last-commit/ice-wzl/Hacknetics" alt="Last Updated"></a></p>

**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:

* [**https://book.ice-wzl.xyz**](https://book.ice-wzl.xyz)
* [**https://ice-wzl.gitbook.io/hacknetics/**](https://ice-wzl.gitbook.io/hacknetics/)

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 `git` installed:

  ```bash
  sudo apt update
  sudo apt install git
  ```

#### Cloning the Repository

Clone the Hacknetics repository to your local machine:

```bash
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.

1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Commit your changes with descriptive commit messages.
4. Push your branch to your forked repository.
5. Submit a pull request.

### 🙏 Acknowledgements

Special thanks to our sponsors:

* Medium Corporation
* SynAck RedTeam

### Star History

<figure><img src="https://api.star-history.com/svg?repos=ice-wzl/Hacknetics&#x26;type=date&#x26;legend=top-left" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.ice-wzl.xyz/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
