chinnidiwakar / Bashark

Bash post exploitation toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bashark


Bashark

Post exploitation toolkit written in pure Bash

Language License Version

Table of Contents

Introduction

Bashark aids pentesters and security researchers during the post-exploitation phase of security audits.

Usage

To launch Bashark on compromised host, simply source the bashark.sh script from terminal: $ source bashark.sh Then type help to see Bashark's help menu

Features

  • Single Bash script
  • Lightweight and fast
  • Multi-platform: Unix, OSX, Solaris etc.
  • No external dependencies
  • Immune to heuristic and behavioural analysis
  • Built-in aliases of often used shell commands
  • Extends system shell with post-exploitation oriented functionalities
  • Stealthy, with custom cleanup routine activated on exit
  • Easily extensible (add new commands by creating Bash functions)
  • Full tab completion

Demo

License

This software is under MIT License

About

Bash post exploitation toolkit

License:MIT License


Languages

Language:Shell 100.0%