CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 82: PT0-003: CompTIA PenTest+

A penetration tester is enumerating a Linux system. The goal is to modify the following script to provide more comprehensive system information:#!/bin/bashps aux >> linux enum.txtWhich of the following lines would provide the most comprehensive enumeration of the system?

Nội dung câu hỏi

A penetration tester is enumerating a Linux system. The goal is to modify the following script to provide more comprehensive system information:#!/bin/bashps aux >> linux enum.txtWhich of the following lines would provide the most comprehensive enumeration of the system?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. cat /etc/passwd >> linux_enum.txtnetstat -tulr >> linux_enum.txtcat /etc/bash.bashrc >> linux_enum. txt — đáp án hiện tại
  2. B. whoami >> linux_enum.txtuname -a >> linux_enum.txtifconfig >> linux_enum.txt
  3. C. hostname >> linux_enum.txtecho $USER >> linux_enum.txtcurl ifconfig.me >> linux_enum.txt
  4. D. lsof -i >> linux_enum.txtuname -a >> linux_enum.txtls /home/ >> linux_enum.txt

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề