HomeTERMUX TOOLPortex multi-threaded Port Scanner

Portex multi-threaded Port Scanner

Portex is a powerful tool developed by thelinuxuser-choice, available on GitHub. It is designed to make the process of port scanning and network enumeration easier and more efficient. With Portex, you can gather information about open ports, services, and vulnerabilities on a target network.

That’s what we’re going to cover in this post, let’s take a look at how to install and use the Portex tool.

Install and use portex

Installing and using the tool is very simple. However, let’s see how to install and use it without any errors. Also in this post, we will see how to install this portex tool in termux. If you are a Linux or Mac user, the steps are the same.

Step 1: Clone the Repository

First, to download this tool, copy and paste the command given below and press the enter button.

				
					git clone https://github.com/thelinuxuser-choice/Portex.git
				
			
Portex multi-threaded Port Scanner
output for downloading the portex tool

Step 2: Navigate the directory

After comple the downloading. copy paste the below command to change the tool directory.

				
					cd Portex
				
			
Portex multi-threaded Port Scanner
Output for changing the directory

Step 3: Run the tool

After changing the directory, execute the below command on your terminal to run the tool.

				
					python3 portex.py
				
			
Portex multi-threaded Port Scanner
Output for run the tool

Step 4: Scanning the port

Portex provides various port scanning techniques to discover open ports on a target network. Here’s an example of how to perform a basic TCP port scan

				
					python3 portex.py www.example.com
				
			
Portex multi-threaded Port Scanner
Output for scanning the open ports

That’s it. This is the easiest way to install and use this tool. If you have any doubts about this, please watch the video below.

Thanks for reading this post. I hope you find this post very useful. And if you have any doubts about this, you can ask me through the command section given below.

RELATED ARTICLES

Leave a reply

Please enter your comment!
Please enter your name here

- Advertisment -

Most Popular

Recent Comments