A collection of simple scripts and references for use on remote systems - designed for system administration, penetration testing, and CTF challenges.
This repository contains lightweight, portable tools that can be quickly deployed on remote systems where you may have limited resources or restricted environments. The focus is on simplicity, reliability, and ease of use.
Clone or download individual scripts as needed:
# Clone the entire repository
git clone https://github.com/spencershepard/Tools.gitOr download a specific script (use whatever is available):
curl -O https://raw.githubusercontent.com/spencershepard/Tools/main/nix/recon.shwget https://raw.githubusercontent.com/spencershepard/Tools/main/nix/recon.shpython -c "import urllib.request; urllib.request.urlretrieve('https://raw.githubusercontent.com/spencershepard/Tools/main/nix/recon.sh', 'recon.sh')"perl -MLWP::Simple -e 'getstore("https://raw.githubusercontent.com/spencershepard/Tools/main/nix/recon.sh", "recon.sh")'