/PSHMode

Haker-Mode

Primary LanguageCMIT LicenseMIT

PSHMode

Coded by PSH-TEAM


Supported Operating Systems:

  • kali
  • ubuntu
  • termux
  • ish shell

Installation:

termux

copy those commands and paste them on your terminal.

pkg install python zsh -y
chsh -s zsh
exit
curl https://raw.githubusercontent.com/Arab-developers/PSHMode/main/install.sh > PSHMode.install 2> .PSHMode-install.log && source PSHMode.install

then download the app to activate the tool after install.
link: PSHMode-APK


ish shell

copy those commands and paste them on your terminal.

apk update
apk add python3 zsh curl shadow
chsh -s $(which zsh)

if you don't know what is the password you can write this command passwd to set new password or update it.

exit
curl https://raw.githubusercontent.com/Arab-developers/PSHMode/main/install.sh > PSHMode.install 2> .PSHMode-install.log && source PSHMode.install

linux

copy those commands and paste them on your terminal.

sudo apt install python3 zsh -y
chsh -s $(which zsh)
exit
curl https://raw.githubusercontent.com/Arab-developers/PSHMode/main/install.sh > PSHMode.install 2> .PSHMode-install.log && source PSHMode.install

How to use?

# to run the tool
$ PSHMode

# to check PSHMode packages
$ PSHMode check

# to update PSHMode and packages
$ PSHMode update

# to delete the tool.
$ PSHMode delete