Recommend an information collection tool written in Python

Recommend an information collection tool written in Python

introduce

Argus is a Python-based information collection toolkit designed to simplify the information collection and reconnaissance process. It provides a user-friendly interface and powerful modules to help users efficiently explore networks, web applications, and security configurations. Whether conducting research, performing security assessments with authorization, or being curious about network infrastructure, Argus can bring together a wealth of information in one platform.

Key Features

  • Network scanning: Identify active hosts, open ports and services, and draw network topology maps.
  • Web application analysis: Detect common vulnerabilities such as SQL injection, cross-site scripting (XSS), etc.
  • Subdomain Enumeration: Discover subdomains of a target domain to gain a comprehensive understanding of its network presence.
  • WHOIS Lookup: Get domain name registration information, including registrant, registrar, and key dates.
  • DNS information collection: Query DNS records, such as A records, MX records, NS records, etc., to understand domain name resolution details.

advantage

  • Modular design: Users can select and combine different modules according to their needs and flexibly customize the information collection process.
  • Open source and free: As an open source project, users can use, modify and distribute it freely without paying any fees.
  • Cross-platform support: Compatible with multiple operating systems, including Windows, Linux, and macOS, making it easy to use in different environments.
  • Automated operations: Automated execution of multiple tasks through scripts, reducing manual intervention and improving efficiency.

Usage Examples

(1) Network Scanning: Using Argus's network scanning module, users can scan a specific IP range to identify active hosts and open ports. For example, to scan the 192.168.1.0/24 network:

This command will list all online devices on the network and their open ports.

 python argus.py --network-scan 192.168.1.0/24

(2) Web Application Analysis: To detect common vulnerabilities in the target website, use the Web Analysis module:

Argus will scan the specified website and report any vulnerabilities it finds, such as SQL injection points or XSS vulnerabilities.

 python argus.py --web-scan http://example.com

(3) Subdomain enumeration: To find the subdomains of the target domain, execute:

This will return all discovered subdomains associated with example.com, helping to gain a comprehensive understanding of the target domain's web presence.

 python argus.py --subdomain-enum example.com

Precautions

  • Legal Use: Argus is for educational and ethical purposes only. Always ensure that explicit authorization has been obtained for the target system before use. Scanning without permission may violate laws and regulations.
  • Community support: As an open source project, Argus' development and maintenance rely on community contributions. Users can report issues, submit feature requests, or contribute code through the GitHub platform.

All in all, Argus is a feature-rich information gathering tool suitable for researchers, security assessors, and network enthusiasts. Its modular design and automation capabilities make the information gathering process more efficient and convenient.

screenshot

address

Project address: https://github.com/jasonxtn/Argus

<<: 

>>:  Recommend a lightweight and fast file transfer tool for LAN

Recommend

This article teaches you how to use C code to parse a network data packet?

[[416402]] The purpose of this article is to rand...

Croatia officially issues 5G license

Croatian regulator HAKOM has allocated radio spec...

Wi-Fi 7 may be closer than you think

Last year, Intel and Broadcom performed the first...

5G: A game changer on the factory floor

Driven by the Internet of Things, global manufact...

Is China going to build its own Internet root server?

[[269137]] On June 26, an article titled "Th...

Hyperscale Data Centers vs Micro Data Centers

Some say the data center of the future is very di...

Gartner predicts: Global 5G network infrastructure revenue will grow 39% in 2021

[[416317]] Beijing time, August 9th, according to...