Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ice-wzl/hacknetics
Contained is all my reference material for my OSCP / Red Teaming. Designed to be a one stop shop for code, guides, command syntax, and high level strategy. One simple clone and you have access to some of the most popular tools used for pentesting.
https://github.com/ice-wzl/hacknetics
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
Last synced: 4 days ago
JSON representation
Contained is all my reference material for my OSCP / Red Teaming. Designed to be a one stop shop for code, guides, command syntax, and high level strategy. One simple clone and you have access to some of the most popular tools used for pentesting.
- Host: GitHub
- URL: https://github.com/ice-wzl/hacknetics
- Owner: ice-wzl
- License: unlicense
- Created: 2021-06-02T11:54:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T21:07:25.000Z (28 days ago)
- Last Synced: 2025-01-21T00:13:04.893Z (12 days ago)
- Topics: 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
- Language: Shell
- Homepage:
- Size: 49.6 MB
- Stars: 84
- Watchers: 8
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
description: Collection of tips and tricks from myself and others!
---# Hacknetics
## Hacknetics
## View the Git-Book Here:
* [https://ice-wzl.gitbook.io/hacknetics/](https://ice-wzl.gitbook.io/oscp-prep/)
#### Red Team Quality of Life Scripts
**Clipboard monitor**
* Never be unsure of what is in your clipboard buffer again
{% file src=".gitbook/assets/clip (1).py" %}
```
//create small window and run with
python3 clip.py
```#### Terminator Config
* Note: systems have different fonts installed, if you use this config and the font spacing is wild, use the system default, or choose your own.
```
open terminal
right click --> preferences --> profiles --> check the use system fixed width font
```* These days I find myself using Terminator the most (and tmux), see below for my terminator config.
* To use it place this file at `~/.config/terminator/config`
* And make sure terminator is installed `sudo apt install terminator -y`
* Make sure to remove the .txt part when you pull the file down locally{% file src=".gitbook/assets/config (2).txt" %}
#### Tmux Config
* This is the tmux config I am using these days
```
mkdir -p ~/.config/tmux
#place both these files in your ~/.config/tmux directory
#change the .local file, do not make changes to the .conf file
```{% file src=".gitbook/assets/tmux.conf.local" %}
{% file src=".gitbook/assets/tmux.conf" %}
#### Big Thanks to our Sponsors
![](.gitbook/assets/qmaPi6hK\_400x400.jpg) ![](<.gitbook/assets/tp-blog-1864x980-10 (2).png>)