Nytro Posted August 4, 2012 Report Posted August 4, 2012 Writing shellcode for Linux and *BSDAuthor: Daniele MazzocchioLast update: Apr 26, 2005Latest version: Writing shellcode for Linux and *BSD - Table of contentsTable of Contents1. Introduction...................................................................................................................................... 22. Linux system calls............................................................................................................................ 32.1 int 0x80...................................................................................................................................... 32.2 libc............................................................................................................................................. 43. *BSD system calls............................................................................................................................64. Writing the shellcode........................................................................................................................74.1 In assembler............................................................................................................................... 74.2 In C............................................................................................................................................ 95. Spawning a shell.............................................................................................................................116. Shellcode analysis.......................................................................................................................... 156.1 Trust is good............................................................................................................................ 156.2 ...but control is better............................................................................................................... 157. Appendix........................................................................................................................................ 197.1 References................................................................................................................................197.2 Bibliography............................................................................................................................ 19Download:http://www.shell-storm.org/papers/files/442.pdf Quote