Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.62 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.62 KB
description
Collection of tips and tricks from myself and others!

Hacknetics

Hacknetics

View the Git-Book Here:

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