Termux password generation tool

 Hello guy’s Welcome to another article, In this article we are going to discuss about how to generating password list with Termux.

Requirement’s

  • Termux
  • Python package
  • Git package
  • Request module
  • Random module
  • Module’s

How to install git package?

Just you type this below command this command will help you to install git package in your linux or termux.
Linux

sudo apt install git

Termux

pkg install git

What is git package?

Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files.

How to install python package?

Type this below command in your termux or linux terminal this command will help you to install python package.
Linux

sudo apt install python && sudo apt install python2

Termux

pkg install python && pkg install python2

How to install Required python module

Just type this below command one by one you can install all modules successfully.
pip install request
pip install random
pip install modules

How to install and use termux password generation tool

Step 1:

First you download P-G package in your termux terminal sop type this below command in your terminal.

git clone https://github.com/asu765/P-G.git

Step 2:

Now open this tool folder in your termux so type this below command in your temux terminal

cd P-G

Step 3:

Now give permission to read, Write and execute of p-g.py python file so type this below command in your termux terminal.

chmod +x p-g.py

Step 4:

Now yuo type this below command in your termux terminal this comamnd will help you to execute of this tool.

python3 p-g.py

GITHUB

Post a Comment

Previous Post Next Post