Jump to content
KtLN

InfoG v1.0 – An Open Source Information Gathering Tool

Recommended Posts

InfoG is a Shellscript used to gather information about a target.

It allows the ethical hacker to gather information during the initial phases of a penetration test.

The tool has many features. Some are as follows:

  • Check Website info
  • Check Phone info
  • IP Tracker
  • Check Valid E-mail
  • Check if site is Up/Down
  • Check internet speed
  • Check Personal info
  • Find IP behind Cloudflare
  • Find Subdomains
  • Port Scan (Multi-threaded)
  • Check CMS
  • Check DNS leaking

Let’s Get Started!

First, we need to install the tool by typing the following command:

git clone https://github.com/thelinuxchoice/infog

Then we change directory to infog by typing the following command:

cd infog

Now, we want to see the content of the directory, so we type the following command:

ls

Your screen should look like that:

infog_3.jpg

Then we run the tool by typing the following command:

bash infog.sh

The tool will start, and your screen should look like that:

infog_1.jpg

Then, we have a look at the options that are offered by the tool.

You can choose any option of your choice.

As a first test, we are going to check whether the website is up or down. So we type:

5

The tool will prompt us to enter the target website. You can type any website of your choice (where you are authorized to do so).
In our case, we type:

www.certifiedhacker.com

The tool will run the test and will return the results. Your screen should look like that:

infog_4.jpg

The remote host is up. As shown in the above screen shot, the tool printed Site is Up !

Let’s try another test

Now, we want to check the open ports of a given website.

Again, we type:

bash infog.sh

then we select option 12 by typing:

12

After selecting the option, the tool will prompt us to enter the host.

So we enter the following:

www.certifiedhacker.com

The tool will ask us if we want to scan a single port or a port range.

We select port range, by typing the following:

2

Then, the tool will prompt us to enter the range of the ports that we would like to scan. In our case, we want to scan from port number 1 to 1000.

So we type:

1-1000

Then the tool prompts us to enter the number of threads. The tool’s default is 10. So we keep it at 10 by typing the following:

10

If you successfully managed to follow the steps, your screen should look like that:

infog_5.jpg

Then our scan will start. And your screen should look like the following screenshots:

infog_6.jpg

infog_7.jpg

In the above screenshots, the tool is scanning different ports, and it is flagging out the open ones as the scan progresses.

At the end of the scan, the tool will give us a summary of the discovered open ports.

In our case, the scanner printed the following:

infog_8.jpg

There are many other features and options to explore within this tool.

Sursa: https://latesthackingnews.com/2019/05/13/infog-v1-0-an-open-source-information-gathering-tool/

Edited by KtLN
  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...