GFACT CERTIFICATION EXAM 2025 WITH 100% ACCURATE
SOLUTIONS
(B2, Pg122) What does it mean when a computer program is "mul -threaded"?
A) It calls mul ple external libraries
B) It has mul ple serial number for different users
C) It can run mul ple chunks of code concurrently
D) It has mul ple func ons defined in the program - ✅✅✅CORRECT -It can run mul ple chunks of
code concurrently
(B3, Pg162) Which of the following is a common result of a reflected cross-site scrip ng a ack?
A)Tricking a user into making an authen cated transac on
B)Sending a website user's session cookie to an a acker
C) Embedding the a acker's malware in web applica on source code
D) Stealing password hashes from a website's back end database
*HINT* It may be under the session guessing sec on, but if you read further into it, you will see where it
men ons XSS a ack. - ✅✅✅CORRECT -Sending a website user's session cookie to an a acker
(B3, Pg90) What tool can be used to fingerprint the opera ng system of a host?
A)netstat
B)dig
C)nslookup
D)nmap - ✅✅✅CORRECT -Nmap
(B3, Pg151) What type of vulnerability is illustrated where there is code in the web page?
,A)File Inclusion
B) Clickjacking
C)Cross-Site Scrip ng
D) SQL injec on
*HINT* While it doesn't exactly say "code in the web page", it men ons how you can some mes view a
page that looks like PHP code and how that code can gain you access to the access logs of the server. -
✅✅✅CORRECT -File Inclusion
(B3, Pg88-89) An alert indicates that a compromised host was used by an a acker to run the command
below. What was the a acker a emp ng to do?
$ nmap -sS 192.168.10.0/24
A)Map a network drive to a remote host
B)Iden fy services running on network hosts
C)Execute a script on a remote host
D)Send Spoofed packets to network hosts - ✅✅✅CORRECT -Iden fy services running on network
hosts
What type of ar fact can a blue team member use to iden fy the name that is associated to the file?
A)Metadata
B)Windows security logs
C)Prefetch
D)File Ownership - ✅✅✅CORRECT -Metadata
(B3, Pg307-308) What is HKEY_LOCAL_MACHINE\So ware\Microso \Windows\CurrentVersion\Run
considered to be?
,A)Domain Name
B)Log File Path
C) Registry Key
D) Yo Mama's Number - ✅✅✅CORRECT -A Registry Key
(B1, Pg236) If a user agent is used, where would it be found in the HTTP Protocol?
A)In the response header
B)In the response body
C)Delimited by an h1 tag
D) In a GET Request - ✅✅✅CORRECT -In a GET Request
What benefit does moving from local logging to using a log server provide organiza ons?
A) Enables the use of network intrusion detec on systems (NIDS)
B) Harder for a ackers to overwrite logs
C) A ackers will have to pivot through an extra server to infiltrate the network
D)Less complex logging infrastructure - ✅✅✅CORRECT -Harder for a ackers to overwrite logs
(B3, Pg187) What is the only way to mi gate an integer overflow/underflow?
A) Takin the absolute value of nega ve results prior to running the equa on
B) Checking that the result of any change to a signed integer falls within an allowed range
C) Randomizing salt values prior to hashing user content
D) Sani zing user input to block special characters from being entered - ✅✅✅CORRECT -Checking
that the result of any change to a signed integer falls within an allowed range
(B2, Pg17) Which Variable name will cause Python to produce an error?
, A)2nd_phone_number
B)LASTNAM_
C)streetAddress
D)_firstname
*HINT* You can start a variable name with a le er or an underscore, but NOT WITH A NUMBER! -
✅✅✅CORRECT -2nd_phone_number
What is the following command a emp ng to accomplish in Kali Linux?
dnsmap myfakedomain.local -w /usr/share/wordlists/dnsmap.txt
A)Search for subdomains based upon the wordlist provided
B) Check for users based on the wordlist provided
C)Run checks on the applica ons based on the wordlist provided
D)Call yo mama - ✅✅✅CORRECT -Search for subdomains based upon the wordlist provided
(B3, Pg121) How do you remove data from a Solid State Drive?
A) Destroy it
B) Place Magnets upon it
C) Snap it
D) Yo mama sit on it - ✅✅✅CORRECT -Destroy it
(B3, Pg56) Where are the wordlists located in Kali?
A)/var/opt/wordlists
B)/etc/default/wordlists
SOLUTIONS
(B2, Pg122) What does it mean when a computer program is "mul -threaded"?
A) It calls mul ple external libraries
B) It has mul ple serial number for different users
C) It can run mul ple chunks of code concurrently
D) It has mul ple func ons defined in the program - ✅✅✅CORRECT -It can run mul ple chunks of
code concurrently
(B3, Pg162) Which of the following is a common result of a reflected cross-site scrip ng a ack?
A)Tricking a user into making an authen cated transac on
B)Sending a website user's session cookie to an a acker
C) Embedding the a acker's malware in web applica on source code
D) Stealing password hashes from a website's back end database
*HINT* It may be under the session guessing sec on, but if you read further into it, you will see where it
men ons XSS a ack. - ✅✅✅CORRECT -Sending a website user's session cookie to an a acker
(B3, Pg90) What tool can be used to fingerprint the opera ng system of a host?
A)netstat
B)dig
C)nslookup
D)nmap - ✅✅✅CORRECT -Nmap
(B3, Pg151) What type of vulnerability is illustrated where there is code in the web page?
,A)File Inclusion
B) Clickjacking
C)Cross-Site Scrip ng
D) SQL injec on
*HINT* While it doesn't exactly say "code in the web page", it men ons how you can some mes view a
page that looks like PHP code and how that code can gain you access to the access logs of the server. -
✅✅✅CORRECT -File Inclusion
(B3, Pg88-89) An alert indicates that a compromised host was used by an a acker to run the command
below. What was the a acker a emp ng to do?
$ nmap -sS 192.168.10.0/24
A)Map a network drive to a remote host
B)Iden fy services running on network hosts
C)Execute a script on a remote host
D)Send Spoofed packets to network hosts - ✅✅✅CORRECT -Iden fy services running on network
hosts
What type of ar fact can a blue team member use to iden fy the name that is associated to the file?
A)Metadata
B)Windows security logs
C)Prefetch
D)File Ownership - ✅✅✅CORRECT -Metadata
(B3, Pg307-308) What is HKEY_LOCAL_MACHINE\So ware\Microso \Windows\CurrentVersion\Run
considered to be?
,A)Domain Name
B)Log File Path
C) Registry Key
D) Yo Mama's Number - ✅✅✅CORRECT -A Registry Key
(B1, Pg236) If a user agent is used, where would it be found in the HTTP Protocol?
A)In the response header
B)In the response body
C)Delimited by an h1 tag
D) In a GET Request - ✅✅✅CORRECT -In a GET Request
What benefit does moving from local logging to using a log server provide organiza ons?
A) Enables the use of network intrusion detec on systems (NIDS)
B) Harder for a ackers to overwrite logs
C) A ackers will have to pivot through an extra server to infiltrate the network
D)Less complex logging infrastructure - ✅✅✅CORRECT -Harder for a ackers to overwrite logs
(B3, Pg187) What is the only way to mi gate an integer overflow/underflow?
A) Takin the absolute value of nega ve results prior to running the equa on
B) Checking that the result of any change to a signed integer falls within an allowed range
C) Randomizing salt values prior to hashing user content
D) Sani zing user input to block special characters from being entered - ✅✅✅CORRECT -Checking
that the result of any change to a signed integer falls within an allowed range
(B2, Pg17) Which Variable name will cause Python to produce an error?
, A)2nd_phone_number
B)LASTNAM_
C)streetAddress
D)_firstname
*HINT* You can start a variable name with a le er or an underscore, but NOT WITH A NUMBER! -
✅✅✅CORRECT -2nd_phone_number
What is the following command a emp ng to accomplish in Kali Linux?
dnsmap myfakedomain.local -w /usr/share/wordlists/dnsmap.txt
A)Search for subdomains based upon the wordlist provided
B) Check for users based on the wordlist provided
C)Run checks on the applica ons based on the wordlist provided
D)Call yo mama - ✅✅✅CORRECT -Search for subdomains based upon the wordlist provided
(B3, Pg121) How do you remove data from a Solid State Drive?
A) Destroy it
B) Place Magnets upon it
C) Snap it
D) Yo mama sit on it - ✅✅✅CORRECT -Destroy it
(B3, Pg56) Where are the wordlists located in Kali?
A)/var/opt/wordlists
B)/etc/default/wordlists