Skip to content

Instantly share code, notes, and snippets.

View acavero's full-sized avatar

Andrés acavero

View GitHub Profile
@acavero
acavero / .vimrc
Last active November 19, 2019 07:24
~/.vimrc
set number
set linebreak
set showbreak=+++
set textwidth=100
set showmatch
set hlsearch
set smartcase
set ignorecase
set incsearch
set autoindent
@acavero
acavero / wmic_cmds.txt
Created September 24, 2019 09:38 — forked from xorrior/wmic_cmds.txt
Useful Wmic queries for host and domain enumeration
Host Enumeration:
--- OS Specifics ---
wmic os LIST Full (* To obtain the OS Name, use the "caption" property)
wmic computersystem LIST full
--- Anti-Virus ---
wmic /namespace:\\root\securitycenter2 path antivirusproduct
@acavero
acavero / .tmux.conf
Created October 25, 2018 09:14
tmux configuration
# Globales
##########
set -g prefix C-a
bind C-a send-prefix
unbind C-b
set -g base-index 1
set -s escape-time 0
set-window-option -g automatic-rename
set-option -g set-titles on