Skip to content

Instantly share code, notes, and snippets.

@shollingsworth
shollingsworth / .00_README.md
Last active August 6, 2022 05:54
Get a Reverse Shell with Only egress tcp/443 (i.e. AWS Training Environments)

Prep

  • Download the zip ^ in this gist and unzip into a project directory.
  • On your home internet gateway, port forward 443 to your internal ip port 2222

Instructions


  • Remote
@shollingsworth
shollingsworth / stash_get_all_users.py
Created February 19, 2022 00:34
Iterate through all users in stash server to get list of users sorted on active status and last logged in time
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Iterate over all users in a Stash repository."""
import json
import sys
from datetime import datetime
import requests
token = "XXXXXXXXX"
@denji
denji / http-benchmark.md
Last active May 2, 2024 06:26
HTTP(S) Benchmark Tools / Toolkit for testing/debugging HTTP(S) and restAPI (RESTful)