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

Pystinger : Bypass Firewall For Traffic Forwarding Using Webshell

Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…

1 week ago

CVE-Search : A Tool To Perform Local Searches For Known Vulnerabilities

Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…

1 week ago

CVE-Search : A Tool To Perform Local Searches For Known Vulnerabilities

Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…

1 week ago

How to Bash Append to File: A Simple Guide for Beginners

If you are working with Linux or writing bash scripts, one of the most common…

1 week ago

Mastering the Bash Case Statement with Simple Examples

What is a bash case statement? A bash case statement is a way to control…

1 week ago

How to Check if a File Exists in Bash – Simply Explained

Why Do We Check Files in Bash? When writing a Bash script, you often work…

2 weeks ago