Skip to content

Instantly share code, notes, and snippets.

@rklasen
rklasen / Makefile
Created October 11, 2020 16:30 — forked from moloch--/Makefile
Basic cross-platform reverse shell in Go
EXE = shell
SRC = .
LDFLAGS = -ldflags="-s -w"
windows:
GOOS=windows go build -o $(EXE)_win.exe $(LDFLAGS) $(SRC)
macos:
GOOS=darwin go build -o $(EXE)_macos $(LDFLAGS) $(SRC)
@rklasen
rklasen / Pentest-Tools-Install.sh
Created February 9, 2018 21:02 — forked from spnow/Pentest-Tools-Install.sh
Simple script to install the tools I most often use for pentesting.
#/bin/bash
# This script sets up two directories. One in ~/tools/ which contains tools that I often use on pentests.
# The other directory is in /var/www/html/ that contains tools/scripts that I often pull down from
# and run on victim machines.
toollist=(
'https://github.com/ilneill/Py-CiscoT7.git'
'https://github.com/rsmudge/cortana-scripts.git'
'https://github.com/CoreSecurity/impacket.git'

Keybase proof

I hereby claim:

  • I am rklasen on github.
  • I am remuskaos (https://keybase.io/remuskaos) on keybase.
  • I have a public key ASDjO-pvpR5L_GAXuIJOsjZTQGayUnpMUcTU_V7NUIaMAAo

To claim this, I am signing this object: