Cyber Security News

Argus – Python-powered Toolkit for Information Gathering and Reconnaissance

Argus is a comprehensive Python-based toolkit designed for reconnaissance tasks in cybersecurity. The developers recently released version 2.0, expanding it to include 135 modules.

This tool consolidates network analysis, web app scanning, and threat intelligence into one interface. Users access modules through an interactive CLI that supports searching, favorites, and batch runs. Network and infrastructure modules cover DNS records, open ports, SSL chain analysis, and traceroute from 1 to 52.

Web application analysis spans 53 to 102, including CMS detection, content discovery, JavaScript analyzers, and CORS scanners. Security and threat intelligence modules, numbered 103 to 135, handle Shodan queries, VirusTotal scans, subdomain takeovers, and cloud exposure checks.

CategoryModule CountKey Examples
Network & Infrastructure52DNS Records, Open Ports Scan, WHOIS Lookup
Web Application Analysis50Directory Finder, Technology Stack Detection, GraphQL Probe
Security & Threat Intelligence33Censys Recon, Subdomain Enumeration, JS Malware Scanner

Profiles like “speed” or “deep” adjust thread counts and timeouts for different scan intensities.

Installation Methods

Installation options suit various environments. Direct run requires git clone, pip install requirements, and python -m argus. Pip users type pip install argus-recon, then argus.

Full setup uses an install.sh script after cloning. Docker builds an image with volume mounts for results. All methods support Linux, macOS, and Windows via Python 3.10+.

OptionCommandsBest For
No Installgit clone https://github.com/jasonxtn/argus.git; cd argus; pip install -r requirements.txt; python -m argusQuick tests
Pippip install argus-recon; argusMinimal setup
Fullgit clone …; chmod +x install.sh; ./install.sh; python -m argusDevelopment
Dockergit clone …; docker build -t argus-recon:latest .; docker run …Containers

The CLI screenshot shows the module menu clearly.

Launch with argus, list modules with “modules”, select via “use 1”, set target like “set target example.com”, then “run”. Commands include “runall infra” for categories and “show api_status” for integrations.

Configure API keys for Shodan, VirusTotal, and Censys in settings.py or env vars. Export outputs as TXT, CSV, or JSON. Version 2.0 breaks from legacy 1.x by adding 25+ commands, multi-threading, and UI improvements.

Security experts praise its breadth for red teaming and OSINT, reducing tool sprawl. Always obtain permission; the tool includes a legal disclaimer against misuse. Argus simplifies recon workflows for pentesters and analysts.

Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

Guru Baran

Gurubaran KS is a cybersecurity analyst, and Journalist with a strong focus on emerging threats and digital defense strategies. He is the Co-Founder and Editor-in-Chief of Cyber Security News, where he leads editorial coverage on global cybersecurity developments.

Recent Posts

Hackers Target AI Infrastructure With RCE, Prompt Injection and API Key Theft

Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for…

3 hours ago

Hackers Make Phishing Pages Change Their Code Every Time Someone Opens Them

Hackers are making some phishing pages harder to track by changing the code delivered to…

4 hours ago

Iran-Linked Hackers Reportedly Knock UK Power Plant Offline for Four Days

A cyber incident reportedly forced a British power plant to halt operations for about four…

5 hours ago

Russian Hackers Use New HOOKEDGE Malware to Spy on European Defense and Diplomatic Targets

Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies,…

5 hours ago

Ransomware Gang Claims AI Can Analyze 700GB of Stolen Data Every Hour

TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort…

5 hours ago

Hackers Compromise Hundreds of WordPress Sites to Deploy Amatera Stealer via ClickFix

A fake student resume is being used to place a remote-access tool on researchers’ Windows…

7 hours ago