Continuing the series on SLAE32 based exercises, today we will look into 3 MSF(Metasploit Framework) payloads, namely: linux/x86/read_file linux/x86/exec linux/x86/adduser [1]. The first payload is a read_file payload, lets see what it does according to msfvenom(the cmdline utility that handles payload generation/encoding etc.. as part of the MSF suite) For…