How to do it...

  1. Type the following in the open Terminal session:
$ file ch06-bindshell32
  1. Then, run the following command:
$ strings ch06-bindshell32
  1. OK; this is getting more interesting. Let's use the readelf tool to gather even more information:
$ readelf -a -W ch06-bindshell32
  1. Review the output and then run the following command:
$ objdump -x -s ch06-bindshell32
  1. Next, we can use hexdump to review the hexadecimal information in the file:
$ hexdump -C -v ch06-bindshell32
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.133.109.30