У нас вы можете посмотреть бесплатно Argus Recon toolkit или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Argus is a comprehensive information gathering toolkit developed by Jasonxtn, designed to facilitate reconnaissance and network exploration. Here’s a detailed overview of its features, installation process, and usage. Overview of Argus Toolkit Argus is a Python-based toolkit that streamlines the process of information gathering and reconnaissance. It is tailored for users conducting research or performing security assessments (with proper authorization). The toolkit provides a user-friendly interface and a variety of powerful modules that allow users to efficiently explore networks, web applications, and security configurations. Key Features DNS Tools: Discover associated domains. Resolve DNS securely via DNS Over HTTPS. Collect various DNS records (A, AAAA, MX, etc.). Verify DNSSEC configuration. IP and Domain Information: Retrieve geographic and ownership details of IP addresses. Gather registrar details and domain expiry dates. Check domain trustworthiness using reputation sources. Network Scanning: Scan for open ports and services on target systems. Extract key server details and identify physical server locations. SSL/TLS Analysis: Analyze SSL certificate chains for trustworthiness. Check for SSL certificate expiry alerts. List supported TLS cipher suites. Security Modules: Conduct reconnaissance using services like Censys and Shodan. Detect potential data leaks and check for exposed environment files. Perform subdomain enumeration and vulnerability assessments. Installation Instructions To install Argus, follow these steps: 1. Clone the repository from GitHub: ```bash git clone https://github.com/jasonxtn/argus.git ``` 2. Navigate into the Argus directory: ```bash cd argus ``` 3. Install the required dependencies: ```bash pip install -r requirements.txt ``` 4. Launch Argus: ```bash python argus.py ``` Usage Once Argus is running, users can select tools from a main menu by entering the corresponding tool number. Each tool will prompt for relevant information to execute its function effectively. For example, entering `1` initiates the Associated Hosts tool to discover domains related to the target. Important Notes Ethical Use: Argus is intended strictly for educational and ethical purposes. Users must ensure they have explicit permission to scan target systems to avoid legal repercussions. API Keys: Some modules may require API keys for full functionality. Users should configure these in the `config/settings.py` file as needed. This toolkit is particularly useful for penetration testers, security researchers, and anyone interested in gaining insights into network infrastructures while adhering to ethical guidelines.