Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Tools

A collection of simple scripts and references for use on remote systems - designed for system administration, penetration testing, and CTF challenges.

Overview

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.

Usage

Quick Deploy

Clone or download individual scripts as needed:

# Clone the entire repository
git clone https://github.com/spencershepard/Tools.git

Or download a specific script (use whatever is available):

curl -O https://raw.githubusercontent.com/spencershepard/Tools/main/nix/recon.sh
wget https://raw.githubusercontent.com/spencershepard/Tools/main/nix/recon.sh
python -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")'

About

Shell tools, scripts, and reference files for pentesting and system admin.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages