Open In App

XCTR-Hacking-Tools – Information Gathering in Kali Linux

Last Updated : 23 Sep, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

 XCTR-Hacking-Tools is a collection of different information-gathering tools or a framework of information gathering tool that is a free and open-source tool available on GitHub. This is a framework similar to Metasploitable 1 and Metasploitable 2 which makes it easy to use.  XCTR-Hacking-Tools framework is written in python language this means you must have python installed in your kali Linux operating system.  This framework is developed for making penetration testing easy and simple to perform experiments. Using this tool you can perform experiments of penetration testing. This tool unifies all the tools that are used for penetration testing.  XCTR-Hacking-Tools Framework has its own command to enter as an input. This tool provides a command-line interface. Using this tool you can find Admin Panels, Dork, CMS, IP page viewer, and proxy finder. just after the installation, you have to create a separate project for your experiment.

Features of  XCTR-Hacking-Tools

  • XCTR-Hacking-Tools help to find dorks.
  • XCTR-Hacking-Tools helps to find the admin panel.
  • XCTR-Hacking-Tools helps to find  CMS.
  • XCTR-Hacking-Tools helps to view the IP page.
  • XCTR-Hacking-Tools helps to find a proxy.
  • XCTR-Hacking-Tools helps to find reverse IP.
  • XCTR-Hacking-Tools helps to find a proxy.

Installation of the XCTR-Hacking-Tools

Step 1: Open your Kali Linux terminal and use the following command to install the tool.

git clone https://github.com/capture0x/XCTR-Hacking-Tools/

cd XCTR-Hacking-Tools

Step 2: Now you are in the directory of the tool. Use the following command to install the requirements of the tool.

pip3 install -r requirements.txt

Step 3: All the dependencies that have been installed in your tool now use the following command to run the tool.

python3 xctr.py

The tool is running successfully. Now we will see some examples to use the tool.

Usage

Example 1: Use the xctr tool to find dorks.

First, you have to create a project .here we have created project geeksforgeeks.

Now choose option 1 for dork finer.

1

Choose option 1 Bing dork finder and enter the word for which you have to find dork

1

Here we are searching for geeksforgeeks. You can use any word here for which you have to find dork.

Now you can see the tool has given some of the PHP dorks of the domain geeksforgeeks. This is how you can also find PHP URL dorks of domains.

Example 2: Use the xctr tool to find the admin panel.

Choose option 2.

Now choose option 1 and enter URL.

The tool will find the admin panel if available.

Example 3: Use xctr tool to find CMS.

Choose option 3 and give URL to the tool.

Example 4: Use xtr tool to find IP history of a domain.

choose option 4 and give the URL  to the domain.

Example 5: Use xtr tool to find reverse IP of a domain

choose option 5 and give the IP address to the tool.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads