I hereby claim:
- I am phin3has on github.
- I am awhitehatter (https://keybase.io/awhitehatter) on keybase.
- I have a public key whose fingerprint is 0BD7 E089 16F3 DCFD 260A 73D1 B9EF D46A 69A6 08C4
To claim this, I am signing this object:
#! /usr/bin/python3 | |
import boto3 | |
session = boto3.Session(profile_name='default', region_name='us-west-2') | |
client = session.client('ec2') | |
instID = 'ID' | |
response = client.describe_instance_status( |
#! /usr/bin/python3 | |
import boto3 | |
session = boto3.Session(profile_name='default', region_name='us-west-2') | |
client = session.client('ec2') | |
instID = 'ID' | |
response = client.describe_instance_status( |
import requests | |
import json | |
from pprint import pprint | |
''' | |
Author: @awhitehatter | |
Date: 01/04/2019 | |
Version: 1.0 | |
Description: A script that pulls down latest FDNS and RDNS scans from rapid7, provides the URL |
# Modified for Tmux 2.91+ | |
# Thx to https://github.com/hamvocke/dotfiles | |
# Modified for me | |
# change the prefix from 'C-b' to 'C-a' | |
# (remap capslock to CTRL for easy access) | |
# unbind C-b | |
# set-option -g prefix C-a | |
# bind-key C-a send-prefix | |
# start with window 1 (instead of 0) |
__author__ = '@awhitehatter' | |
__version__ = '0.1' | |
import xml.etree.ElementTree as ET | |
import argparse | |
import sys | |
''' | |
########################################################################### |
#!/usr/bin/python | |
__author__ = '@awhitehatter' | |
__version__= 1.0 | |
''' | |
WhoWho is script that builds username addresses from CSV imports. | |
example: | |
From test.csv: | |
first_name,last_name |
#!/bin/bash | |
# Backs up VM workstations, will suspend if you provide a name (see line 57) | |
# Written by @awhitehatter, 10-26-15 | |
LOGFILE="/var/log/vmbak.log" | |
BACKUPD="/path/to/backup" | |
BACKDIR="$(date +"%d-%m-%y")-bak" | |
# Backup function | |
function backup { |
apt-get remove --purge libreoffice* | |
apt-get autoremove | |
wget http://downloads.sourceforge.net/project/openofficeorg.mirror/4.1.1/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_en-US.tar.gz?r=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2Findex.html&ts=1445537614&use_mirror=skylineservers | |
tar -xvfz Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_en-US.tar.gz | |
cd en-US/DEBS | |
dpkg -i *.deb | |
cd desktop-integration |
hardstatus on | |
hardstatus alwayslastline | |
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G}%H %{..Y}%m/%d/%y %c:%s" | |
defscrollback 1024 | |
vbell off | |
startup_message off |
I hereby claim:
To claim this, I am signing this object: