Skip to content

Neosprings/ctf-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📜 CTF Scripts Collection

This repository contains essential scripts and references for Hack The Box (HTB) challenges, Capture The Flag (CTF) competitions, and general penetration testing tasks. It covers:

  • 🖥️ Reverse Shells (Bash, Netcat, PHP, Socat)
  • 🔗 TTY Breakout Techniques
  • 📡 Nmap Scans and Protocol Information

⚡ Alias the Scripts for Quick Access

To quickly use these scripts, you can set up aliases in your shell configuration file (~/.bashrc, ~/.zshrc, etc.).

Example Aliases Add these lines to your ~/.bashrc or ~/.zshrc:

alias revshells='cat ~/path/to/reverse_shells'
alias ttybreakout='cat ~/path/to/tty_breakout'
alias nmapref='cat ~/path/to/nmap_scans'

Then reload your configuration:

source ~/.bashrc

Now you can display your scripts with:

revshells
ttybreakout
nmapref

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors