Tuesday, March 19, 2024

Perform Vulnerability Scanning in Your Network using Maltego

Maltego is an intelligence-gathering tool, that is available for Windows, Mac, and Linux. We will be using Kali Linux where it’s known by default. Remember to register on their website and I have it configured.

There are a lot of things Maltego can do not just information gathering it can also brute force a website login page, SQL injection, and scanning the targets. Now we will be looking at how to do a quick Vulnerability scan on a website using Maltego.

Also Read the Complete list of Kali Linux Tutorials

Open a terminal and type “ maltegoce ”. You should have it up and running, register and make sure you give a legit email id since they will be sending confirmation links, etc. Now it will ask you to start a machine.

Installing Maltego Teeth

Open the terminal and type in “apt-get install maltego-teeth“.

After installing Maltego teeth, we will have to import the configuration file from the following location /opt/Teeth/etc/Maltego_config.mtz.
select all the entities and click next and finish.

Press Ctrl + t. you will have a blank graph open in front of you. To your left you will be having the palette, play around with it you can see a lot of entities like banners, ports, websites, etc.  Drag the website entity to the blank graph and type in the website you want.

Now let’s try to obtain the IP address through reverse DNS to IP. Scroll down the run view to find “To IP Address [DNS]”

Then click on the IP address and to your left search for the local transform “TTNMAPPLUS“ and click on the play button, it’s going to take a minute or two depending upon your internet connection speed to pop up the results. it will show the open ports.

Maltego

Now select all the ports, do a banner grabbing, and show the services associated with those ports using ” TTservicetoPort” and “TTServiceToBanner”.

Maltego

We will do a quick vulnerability scanning using “TTquickVulnSearch” to see if maltego picks anything juicy.

Maltego

Maltego found that the web server was running a Debian 5 server which is really old and prone to many vulnerabilities. it also shows what types of vulnerabilities are listed in the details view to the right.

Also, Read

Hackers Massively Scanning for SAP Recon Vulnerability

10 Best Vulnerability Scanner Tools For Penetration Testing – 2023

hping3 – Network Scanning Tool – Packet Generator

Website

Latest articles

CryptoWire Ransomware Attacking Abuses Schedule Task To maintain Persistence

AhnLab security researchers detected a resurgence of CryptoWire, a ransomware strain originally prevalent in...

E-Root Admin Sentenced to 42 Months in Prison for Selling 350,000 Credentials

Tampa, FL – In a significant crackdown on cybercrime, Sandu Boris Diaconu, a 31-year-old...

WhiteSnake Stealer Checks for Mutex & VM Function Before Execution

A new variant of the WhiteSnake Stealer, a formidable malware that has been updated...

Researchers Hack AI Assistants Using ASCII Art

Large language models (LLMs) are vulnerable to attacks, leveraging their inability to recognize prompts...

Microsoft Deprecate 1024-bit RSA Encryption Keys in Windows

Microsoft has announced an important update for Windows users worldwide in a continuous effort...

Beware Of Free wedding Invite WhatsApp Scam That Steal Sensitive Data

The ongoing "free wedding invite" scam is one of several innovative campaigns aimed at...

Hackers Using Weaponized SVG Files in Cyber Attacks

Cybercriminals have repurposed Scalable Vector Graphics (SVG) files to deliver malware, a technique that...

Mitigating Vulnerability Types & 0-day Threats

Mitigating Vulnerability & 0-day Threats

Alert Fatigue that helps no one as security teams need to triage 100s of vulnerabilities.

  • The problem of vulnerability fatigue today
  • Difference between CVSS-specific vulnerability vs risk-based vulnerability
  • Evaluating vulnerabilities based on the business impact/risk
  • Automation to reduce alert fatigue and enhance security posture significantly

Related Articles