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

No packages published