Skip to content

jus0xA/OSCP-Reference

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

description
Collection of tips and tricks from myself and others!

Hacknetics

Git-Book of this Repo:

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 (1).txt" %}

Big Thanks to our Sponsors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 48.2%
  • C 23.9%
  • Python 23.1%
  • Batchfile 3.4%
  • VBScript 1.4%