
GIAC Exploit Researcher and Advanced Penetration Tester
Domain 4Objective 2
Practical Scripting for Offensive Operations GXPN Practice Questions (Page 2)
Part of the Offensive Scripting and Cryptography domain, which makes up ~18% of our current practice bank. GIAC (SANS) does not publish an official question count, but from its 180-minute exam (~70–120 total, ~13–22 in this domain), expect 7–11 from this objective — we provide 45 practice questions to prepare you well beyond it. (estimate)
45questions here
9free pages
8concepts
Questions 6–10
- 6
Which Python module is used to encode binary data into ASCII characters using the Base64 scheme?
Select an answer first - 7
You are writing a Python script that will be uploaded to a VirusTotal-like scanner. The script contains strings like `http://malicious.com` and `cmd.exe` that are flagged by static analysis. You need to reduce the detection rate without changing the script's functionality. Which technique is most effective?
Select an answer first - 8
You are writing a Python script to interact with a custom TCP service that expects a 4-byte length prefix followed by a JSON payload. You need to send a message and receive a response. Which approach correctly handles the length prefix?
Select an answer first - 9
You are developing a buffer overflow exploit for a legacy service. The service crashes when you send a 300-byte payload, and you need to control the return address. You have identified the offset to EIP as 200 bytes. The target environment has ASLR enabled, but the module you are targeting is not ASLR-aware. Which approach is most reliable?
Select an answer first - 10
Your Python script that automates a brute-force attack against a web login is running slowly because it processes requests sequentially. You need to increase speed without overwhelming the target or causing a denial of service. Which optimization is most appropriate?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by GIAC (SANS). “GXPN” is a trademark of its owner, used for identification only.