All Projects → NullArray → SBD

NullArray / SBD

Licence: GPL-3.0 license
Static Binary Deployer. Download and deploy *Nix utilities on a compromised system.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to SBD

MacOS-WPA-PSK
PoC script showing that MacOS leaves the wireless key in NVRAM, in plaintext and accessible to anyone.
Stars: ✭ 29 (+26.09%)
Mutual labels:  post-exploitation
cis-benchmark-centOS-8
Auditing Script based on CIS-BENCHMARK CENTOS 8
Stars: ✭ 34 (+47.83%)
Mutual labels:  bash-script
venus
A Visual Studio Code Extension agent for Mythic C2
Stars: ✭ 47 (+104.35%)
Mutual labels:  post-exploitation
motivate
⚡ motivate ⚡ - A simple script to print random motivational quotes. Highly influenced by linux command fortune.
Stars: ✭ 24 (+4.35%)
Mutual labels:  bash-script
bash-tpl
A smart, lightweight shell script templating engine, written in Bash
Stars: ✭ 26 (+13.04%)
Mutual labels:  bash-script
ubuntu-1804
🔵 Curso GRÁTIS Linux Ubuntu Server 18.04.x LTS - REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações. Novo repositório: vaamonde/ubuntu-2004
Stars: ✭ 99 (+330.43%)
Mutual labels:  bash-script
rbackup
Shell script for encrypted backups with rsync and GnuPG
Stars: ✭ 22 (-4.35%)
Mutual labels:  bash-script
Automation-using-Shell-Scripts
Development Automation using Shell Scripting.
Stars: ✭ 41 (+78.26%)
Mutual labels:  bash-script
awesome-scripts
Set of scripts that can do awesome stuff for developers
Stars: ✭ 16 (-30.43%)
Mutual labels:  bash-script
api-test
🌿 A simple bash script to test JSON API from terminal in a structured and organized way.
Stars: ✭ 53 (+130.43%)
Mutual labels:  bash-script
sysz
An fzf terminal UI for systemctl
Stars: ✭ 1,258 (+5369.57%)
Mutual labels:  bash-script
terraform-installer
Installer for HashiCorp Terraform - Automatic Download, Extract and Install of Latest or Specific Version
Stars: ✭ 74 (+221.74%)
Mutual labels:  bash-script
Deb Dots
Debian GNU/Linux dot files.
Stars: ✭ 49 (+113.04%)
Mutual labels:  bash-script
termux-arch
You can use setupTermuxArch.sh 📲 to install Arch Linux in Termux on Android and Chrome. This setup script will attempt to set Arch Linux up in your Termux environment.
Stars: ✭ 25 (+8.7%)
Mutual labels:  bash-script
tor-private-bridge
Bash script for setting up a private Tor bridge
Stars: ✭ 21 (-8.7%)
Mutual labels:  bash-script
zBuster
Bash script for CTF automating basic enumeration
Stars: ✭ 20 (-13.04%)
Mutual labels:  bash-script
md-file-tree
Generate markdown list of all the files in a directory. Now also with emoji 📂 📄
Stars: ✭ 130 (+465.22%)
Mutual labels:  bash-script
Bifrost
Bifrost C2. Open-source post-exploitation using Discord API
Stars: ✭ 37 (+60.87%)
Mutual labels:  post-exploitation
imgurbash2
A shell script that uploads/deletes images to/from IMGUR.
Stars: ✭ 41 (+78.26%)
Mutual labels:  bash-script
OffensiveAutoIt
Offensive tooling notes and experiments in AutoIt v3 (https://www.autoitscript.com/site/autoit/)
Stars: ✭ 341 (+1382.61%)
Mutual labels:  post-exploitation

SBD

This script is designed to give the user access to Linux utilities that may otherwise be unavailabe on a compromised system.

Besides including BusyBox, SBD also provides functionality to download static binaries for net utilities namely; Ncat, Socat, Nmap, and Ngrok.

Usage

After a system has been succesfully compromised wget or git SBD to the system in question, depending on what's available. From there making it executable and running it with chmod +x sbd.sh && ./sbd.sh should bring you to a menu. The options for which are as follows;

1) Help			 4) Deploy BusyBox	  7) Quit
2) Set Outpath		 5) Deploy Net Utilities
3) Deploy All		 6) Clean up

The Help option shows this informational message. The Set Outpath option allows you to define a directory to which the static binaries will be deployed. Deploy All downloads all static binaries available with this tool. Deploy BusyBox downloads a BusyBox binary with built-in Linux Utilities. Choosing the Deploy Net Utilities option will download static binaries for Ncat, Socat, Nmap, and Ngrok. With Ngrok being a portforwarding/tunneling utility. Clean up removes all downloaded files and; Quit exits SBD.

Note

SBD was written to be a complimentary script to my RootHelper tool. But I have decided to release it as a stand-alone version as well

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].