Question: The code above is the code for target5.c This target takes as its command-line argument the name of a data file it will read. The

The code above is the code for target5.c
This target takes as its command-line argument the name of a data file it will read. The file format is a 32-bit count followed by that many 32-bit integers. Create a data file that causes the provided shellcode to execute and opens a root shell.
Python program named attack5.py that outputs the contents of a data file to be read by the target. Test your program with the command line:
python attack5.py > inputs; ./target5 inputs
What steps should I take to find this?
include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
