Information Gathering

Argus – The Ultimate Python Toolkit For Advanced Network Reconnaissance

Argus is an all-in-one, Python-powered toolkit designed to streamline the process of information gathering and reconnaissance.

With a user-friendly interface and a suite of powerful modules, Argus empowers you to explore networks, web applications, and security configurations efficiently and effectively.

Whether you’re conducting research, performing security assessments with proper authorization, or just curious about network infrastructures, Argus brings a wealth of information to your fingertips—all in one place.

WARNING: LEGAL DISCLAIMER

This tool is intended for educational and ethical use only. The author is not liable for any illegal use or misuse of this tool. Users are solely responsible for their actions and must ensure they have explicit permission to scan the target systems.

Installation

To get started with Argus, follow these simple steps:

git clone https://github.com/jasonxtn/argus.git
cd argus
pip install -r requirements.txt

Once installed, you can launch Argus with:

python argus.py

Usage

Argus offers a rich collection of tools categorized into three main areas:

Network And Infrastructure Tools

These tools help you gather data about a network, uncovering vital details about servers, IP addresses, DNS records, and more:

  1. Associated Hosts: Discover domains associated with the target.
  2. DNS Over HTTPS: Resolve DNS securely via encrypted channels.
  3. DNS Records: Collect DNS records, including A, AAAA, MX, etc.
  4. DNSSEC Check: Verify if DNSSEC is properly configured.
  5. Domain Info: Gather information such as registrar details and expiry dates.
  6. Domain Reputation Check: Check domain trustworthiness using various reputation sources.
  7. IP Info: Retrieve geographic and ownership details of an IP address.
  8. Open Ports Scan: Scan the target for open ports and services.
  9. Server Info: Extract key server details using various techniques.
  10. Server Location: Identify the physical location of the server.
  11. SSL Chain Analysis: Analyze the SSL certificate chain for trustworthiness.
  12. SSL Expiry Alert: Check SSL certificates for upcoming expiry.
  13. TLS Cipher Suites: List the supported TLS ciphers on the server.
  14. TLS Handshake Simulation: Simulate a TLS handshake to check for security issues.
  15. Traceroute: Trace the path packets take to reach the target.
  16. TXT Records: Fetch TXT records, often used for verification purposes.
  17. WHOIS Lookup: Perform WHOIS queries to gather domain ownership details.
  18. Zone Transfer: Attempt to perform DNS zone transfers.

Web Application Analysis Tools

These modules focus on understanding the structure and security of web applications:

  1. Archive History: View the target’s history using internet archives.
  2. Broken Links Detection: Find broken links that may lead to user frustration or security gaps.
  3. Carbon Footprint: Evaluate the environmental impact of a website.
  4. CMS Detection: Detect the type of CMS used, like WordPress, Joomla, etc.
  5. Cookies Analyzer: Analyze cookies for secure attributes and potential privacy issues.
  6. Content Discovery: Discover hidden directories, files, and endpoints.
  7. Crawler: Crawl the site to uncover data and map out its structure.
  8. Robots.txt Analyzer: Analyze the robots.txt file for hidden resources.
  9. Directory Finder: Look for directories that may not be indexed publicly.
  10. Performance Monitoring: Monitor the website’s response time and load performance.
  11. Quality Metrics: Assess the quality of the site’s content and user experience.
  12. Redirect Chain: Follow redirects to analyze if they’re safe or malicious.
  13. Sitemap Parsing: Extract URLs from the site’s sitemap.
  14. Social Media Presence Scan: Analyze the social media profiles linked to the target.
  15. Technology Stack Detection: Identify the technologies and frameworks the site uses.
  16. Third-Party Integrations: Discover any third-party services integrated into the site.

For more information click here.

Varshini

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

2 days ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

2 days ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

4 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

7 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago