Lists modules
- argus.py
- tls_security_config.py
- tls_handshake.py
- technology_stack.py
- tls_cipher_suites.py
- third_party_integrations.py
- privacy_gdpr.py
- open_ports.py
- http_security.py
- malware_phishing.py
- ip_info.py
- firewall_detection.py
- dns_records.py
- dark_web_monitoring.py
- crawler.py
- cookies.py
- cms_detection.py
- performance_monitoring.py
- subdomain_enum.py
-
__init__.py
Lists config
- settings.py
Update Modules
- waf_detection_nist.py
- network_design_checker.py
- server_misconfiguration.py
- backup_file_scanner.py
Added web-based management, which is a beta version.
- app.py
- templates
Credit By https://github.com/jasonxtn/Argus
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.
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.
Take a look at Argus in action:
To get started with Argus, follow these simple steps:
git clone https://github.com/ThemeHackers/argus.git
sudo su
cd argus
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txtOnce installed, you can launch Argus with:
sudo python3 argus.py- Launch Argus from the command line.
- Enter the tool number you want to use from the main menu.
- Follow the prompts to enter relevant information.
- Review the results and adjust your strategy accordingly.
Example Command:
root@argus:~# 1This command initiates the Associated Hosts tool.
Certain modules require API keys to work. Make sure to add any necessary API keys in the config/settings.py file before running Argus to unlock full functionality.