part 3: cleaning and optimising shellcode
part 3: cleaning and optimising shellcode In Part 2: Building the shellcode, we created a bind shell on port 4444 which accepts connections from any host and then interacts with โ/bin/shโ to facilitate remote code execution. Our shellcode however was littered with null bytes and would probably not be very…