Skip to content

An experimental CLI tool for penetration testing

License

Notifications You must be signed in to change notification settings

myTerminal/gust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gust

License
ko-fi

An experimental CLI tool for penetration testing

Caution: This project is intended solely for penetration testing purposes on your own networks. Unauthorized use on systems or networks that do not belong to you is strictly prohibited and may be illegal. I do not endorse, support, or bear any responsibility for any illegal activities conducted using this project. It is essential to adhere to ethical hacking practices and obtain proper authorization before engaging in penetration testing activities. Unauthorized penetration testing on external networks may lead to severe legal consequences. Use this tool responsibly and within the bounds of the law.

Installation

There are a few different ways to get gust.

Compile from source

# Clone project to the local workspace
git clone https://github.com/myTerminal/gust.git

# Switch to the project directory
cd gust

# Install with `make`
make install

Automatic installation

Simply execute the below command in a terminal and the rest should be automatic.

/bin/bash -c "$(curl https://raw.githubusercontent.com/myTerminal/gust/main/install)"

Through a package manager

gust will soon be available to install from your operating system's package manager.

How to Use

Currently, gust only supports a single command:

  1. gust-pmkid+ - runs a PMKID attack through prompts.

Further help with commands

To learn more about the usage of a particular command, refer to the corresponding manpage:

man gust-pmkid+

Updating

In order to update gust, simply run:

gust-update

Uninstalling

In order to uninstall gust, simply run:

gust-uninstall

External Dependencies

gust depends on a few very basic and popular tools:

Optional External Dependencies

Currently, gust only depends on a single optional dependency. It is attempted to be fetched during the installation:

If not installed automatically, you may install it manually.

To-Do's

  • Use audio feedback

About

An experimental CLI tool for penetration testing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published