How to set Password In Termux ?

1 min read

Guide For Add Password In Termux.

This tool help you to authenticate temux by password, with the help of this tool you can secure your termux and termux tool by password protection. After installing this tool when you open termux it will ask for password. If you put wrong password you can't able to open termux.




Installation Commands

pkg up -y

pkg install git -y

pkg install python -y

cd $HOME

git clone https://github.com /Ublimjo/Termux-login

cd Termux-login

chmod +x setup.sh

bash setup.sh

Commands For Uninstall Password

cd $HOME

cd Termux-login

chmod +x uninstall.sh

bash uninstall.sh

I am Kunal and I am 14 years old

You may like these posts

  • Guide For Install FSociety Tool In Termux.With the help of FSociety tool you can install bunch of offensive security tools.Installation Commands #professor { border: 1px solid g…
  • Guide For Install D-TECT Tool In Termux.D-TECT is an All-In-One Tool for Penetration Testing. This is specially programmed for Penetration Testers and Security Researchers to make …
  • Guide For Install GoldenEye Tool In Termux.GoldenEye is Dos tool for HTTP security testing. GoldenEye Layer 7 (KeepAlive+NoCache) DoS Test ToolInstallation Commands #professo…
  • Guide For Install Zphisher Tool In Termux.Zphisher is automated phishing tool.Installation Commands #professor { border: 1px solid grey; padding-left: 15px; background-color…
  • Guide For Install Websploit Tool In Termux.Websploit is a high level MITM framework.Installation Commands #professor { border: 1px solid grey; padding-left: 15px; background…
  • Guide For Install AdvPhishing Tool In Termux.AdvPhishing tool is advance phishing tool mainly for phishing 2 factor authentication or otp access.Installation Commands #professor {…

Post a Comment