Thursday, March 28, 2024

TIDoS Framework -Web Penetration Testing Toolkit for Reconnaissance

Reconnaissance is a process to get information in-depth about the target. Keep gathering information until penetration testing phase is a bit difficult.

Here we have a Python script called TIDOS which helps Hackers or Penetration testers. This toolkit will gather information with best modules.

Also, Enterprise user protects your websites and web applications with an enterprise-class web application firewall (WAF), enhanced by advanced bot protection and backdoor shell detection services.      

Here I have used Kali Linux as (Attacker Machine)

Installation

  • Download the TIDOS Tool Here

  • Execute the command: Python setup.py

  • Agree with Teams and conditions with Yes.

Execute the Script – Reconnaissance

  • It is very easy to run this python script after successful installation.
  • Execute the command to run the script: tidos

Pglink

  • Execute the command: pglink
  • After execution type, the backlinks of the website you want to look up.

Geolocation Lookup

  • Execute command: geoip
  • After execution type, websites geolocation you want to look up.

Grabbing HTTP Headers

  • Execute command: grabhead

  • Above figure Illustrates gathered information of web server, version and more.

Must Read Complete Kali Tools tutorials from Information gathering to Forensics

Ping Check

  • Execute command: piweb

  • Above figure Illustrates gathered information of target is Up or down.

Nmap Port Scan

  • Execute command: nmap

  • Above figure Illustrates gathered information of targets open ports.

Reverse IP Lookup

  • Execute command: revip

  • Above figure Illustrates gathered information of targets reverse Ip lookups.

Reverse DNS Lookup

  • Execute command: revdns

  • Above figure Illustrates gathered information of targets reverse DNS lookups.

Sub-Domain Scan

  • Execute command: subdom

  • Above figure Illustrates gathered information of targets Subdomains.

Subnet Range

  • Execute command: subnet

  • Above figure Illustrates gathered information of targets subnet range.

DNS Lookup

  • Execute command: dnschk

  • Above figure Illustrates gathered information of Targets Domain records.

Google Search

  • Execute command: gsearch

  • Above figure Illustrates gathered information of target records on Google search engine.

DDOS

  • Execute command: fl00d

  • Above figure Illustrates target is flooded with ICMP packets & Check the availability of a website.

Before exploiting, Known your targets loopholes in reconnaissance phase. Reconnaissance provides information about vulnerable software version and more.

You can follow us on Linkedin, Twitter, Facebook for daily Cybersecurity News updates.

Website

Latest articles

GoPlus’s Latest Report Highlights How Blockchain Communities Are Leveraging Critical API Security Data To Mitigate Web3 Threats

GoPlus Labs, the leading Web3 security infrastructure provider, has unveiled a groundbreaking report highlighting...

Wireshark 4.2.4 Released: What’s New!

Wireshark stands as the undisputed leader, offering unparalleled tools for troubleshooting, analysis, development, and...

Zoom Unveils AI-Powered All-In-One AI Work Workplace

Zoom has taken a monumental leap forward by introducing Zoom Workplace, an all-encompassing AI-powered...

iPhone Users Beware! Darcula Phishing Service Attacking Via iMessage

Phishing allows hackers to exploit human vulnerabilities and trick users into revealing sensitive information...

2 Chrome Zero-Days Exploited at Pwn2Own 2024: Patch Now

Google has announced a crucial update to its Chrome browser, addressing several vulnerabilities, including...

The Moon Malware Hacked 6,000 ASUS Routers in 72hours to Use for Proxy

Black Lotus Labs discovered a multi-year campaign by TheMoon malware targeting vulnerable routers and...

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