Kali Linux

Sashay all in one Automatic Installer

Introduction

In this article, we will see Sashay Installation. Sashay is an integrated automatic installer for practical Linux-based tools. More than 340 tools are offered.

Installation

pip install -U sashay

Tool Categories

  • Information Gathering
  • Vulnerability Scanner
  • Exploitation Tools
  • Wireless Testing
  • Forensics Tools
  • Web Hacking
  • Stress Testing
  • Sniffing & Spoofing
  • Password Attacks
  • Maintaining Access
  • IP-tracking Tools
  • programming Languages
  • DDOS Attacks
  • Web Servers
  • Distros

How to use

Type sashay or sshy from anywhere in your terminal

Press [TAB] to show completion, each number represents a specific output:

  • to show all available tools. Type the corresponding number of the tool you want to install.
  • to show tool categories
  • to update sashay
  • to know more about sashay
  • x to exit Sashay

You can also type the numbers manually instead of pressing [TAB]

Requirements

Python 3.8+

License

Sashay Installation is released under MIT License

Please consider following and supporting us to stay updated with the latest info

Aman Mishra

Aman Mishra is a eJPT certified and always keen to learn new concepts and methodologies regarding cybersecurity.he is also a cyber security content writer and have passion for sharing my knowledge about the latest threads and trends in the industry.

Recent Posts

ss Command in Linux: Display Socket Statistics and Connections

The ss command in Linux lists open sockets and active network connections. It replaced the deprecated netstat command and…

16 hours ago

ftp Command in Linux: Connect to Servers and Transfer Files

The ftp command in Linux connects to a remote FTP server and transfers files. FTP transmits everything…

16 hours ago

lsmod Command in Linux: List and Inspect Kernel Modules

The lsmod command in Linux lists all currently loaded kernel modules. It reads /proc/modules — a virtual file maintained…

16 hours ago

rename Command in Linux: Batch Rename Files with Perl Regex

The rename command in Linux renames multiple files at once using Perl regular expressions. Unlike mv, which handles…

16 hours ago

pgrep Command in Linux: Find and Filter Running Processes

The pgrep command in Linux finds the PIDs of running processes based on a name or other…

2 days ago

unlink Command in Linux: Remove a Single File or Symlink

The unlink command in Linux removes a single file by deleting its directory entry. It is a…

2 days ago