Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from jasonxtn/Argus

The Ultimate Information Gathering Toolkit Development Version By ThemeHackers

License

ThemeHackers/Argus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Version By ThemeHackers

🛠 Update Algorithm and Fixed a bug From ThemeHackers

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


About The Project

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.

👀 Screenshots

Take a look at Argus in action:

Argus


⚙️ Installation

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.txt

Once installed, you can launch Argus with:

sudo python3 argus.py

How to Use Argus

  1. Launch Argus from the command line.
  2. Enter the tool number you want to use from the main menu.
  3. Follow the prompts to enter relevant information.
  4. Review the results and adjust your strategy accordingly.

Example Command:

root@argus:~# 1

This command initiates the Associated Hosts tool.


🛠 Configuration

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.

About

The Ultimate Information Gathering Toolkit Development Version By ThemeHackers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.2%
  • HTML 4.8%