Skip to content

pentestfunctions/Windows-Terminal-Upgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tabby with Quick Commands plugin and Kali Tool Installation

Enhance your penetration testing efficiency with Tabby and a set of essential Kali tools. This guide includes steps for installing Tabby, configuring Quick Commands plugin, and installing additional penetration testing tools in Kali.

Installation

Tabby

  1. Download Tabby: Download Tabby
  2. Install Tabby.
  3. Go to settings (Gear wheel in top right).
    • Click Plugins.
    • Search for "Quick Commands" and install the plugin.
    • After relaunching Tabby, go to Settings and click on Config file.
    • Paste in the config from the GitHub repository.

Optional Configuration

Configure each new tab in Tabby:

  1. Click on the settings (Gear wheel in top right).
  2. Select "Profiles & Connections".
  3. Choose the default connection for new tabs (WSL, SSH session, etc.).

Kali Tools Installation

Install additional tools for Kali:

wget https://github.com/RustScan/RustScan/releases/download/2.0.1/rustscan_2.0.1_amd64.deb -O ~/Downloads/rustscan_2.0.1_amd64.deb
sudo dpkg -i ~/Downloads/rustscan_2.0.1_amd64.deb
sudo apt install gobuster
sudo apt install wordlists
sudo apt-get install dirbuster
sudo gunzip /usr/share/wordlists/rockyou.txt.tz

Graphical Fix

If you have the graphical problem as shown in the gif above, run the provided graphicalfix.bat file and it will fix itself.

Quick Commands Configuration

Configure Quick Commands for efficient testing:

Sample Commands
qc:
  cmds:
    - name: Clear the screen
      text: clear
      ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published