An alternative method in format string exploitation - a paper discussing a method of making format string exploits static again on 2.6 with random VA.
3323b524868edd9e4a53cd3146c4d95fWhite paper on basic security and hardening procedures for AIX. Many of the features and functions shown throughout this guide are applicable to AIX 4.3 and above, but are more directed towards AIX 5.2. This guide attempts to cover a lot of ground and offers useful and necessary insight for anyone administering AIX machines.
7ee76c37cf394cc8018decb23e4e558eWhitepaper on hardening Mac OS X. The paper includes a very brief introduction to the firmware, descriptions of hardening using both GUI and command-line interface.
8ceae1cb4e535ef6a400f5013566136eMandatory Access Control tutorial to correctly and safely install, configure, and use MAC policies. Written for FreeBSD users. Full step by step details given with explanations.
6863069367b013e42b38720c4e26da80Whitepaper detailing how to successfully patch the linux kernel in order to allow ptracing /sbin/init, and subsequently inject a connect-back shellcode into the target process. Patch code included.
416c6fffc2174a4c171d7edaeccba127One Byte Frame Pointer Overwrite Hardcoded Exploits - This paper describes how to exploit overflows which are off by only one byte. Includes sample code.
3b316253703503292efec1f27f80389aA paper that details the manipulation of the destructor when utilizing a buffer overflow, a format string attack, or corrupting a malloc chunk.
cf655444e6c3559bebdf6fd69d4b4aebThis paper describes FILE stream overflow vulnerabilities and illustrates how they can be exploited. The author uses a FILE stream overflow in dvips as a case study.
886e4343079f8bdc593fe647b77e9859Vulnerabilities in Your Code Part II - Format string vulnerabilities and exploitation. Shows the exact location of the vulnerabilities, providing detailed explanations and exploits for each one found.
bb907eb9a4f60e0c9bfc8c3f75d6307aCommon use of 'tmpwatch' utility and its counterparts triggers race conditions in many applications, sometimes allowing privilege escalation. Includes information on races, file removal, fixes, and more.
6d1fa3c3d46b67c59286f2608ec45dbaThis paper describes how it is possible to send data in TCP headers using the acknowledgment numbers.
5b7707d3ef0d959aaa728fe2bc4894b0Finding Vulnerabilities - This paper explains the auditing of C source code to find application exploits. Includes a practical example of how to hack an IDS that was coded for a website.
6e349f14320160b2b874d172bdb12a94Shellcoding - How to write shellcode for Linux/x86. Includes parts I + II.
f6ce6ce0746488247aaaf2c3ee8e867cThis paper will discuss setting up encrypted communication for SNMP agents and trapd hosts through the use of Zebedee (Zee-bee-dee) UDP tunneling and encryption features. The goal is encrypted SNMP traps from the hosts to the management station and encrypted polling of the SNMP agent running on the host. All SNMP communication is handled by Zebedee with proper firewall filtering practices.
248e08ed78b2ca065b381f79b54c301cFmt.tar.gz contains tutorials in English and German on exploiting local format string vulnerabilities. This is a summary of tutorials from http://community.core-sdi.com/~juliano and includes sample code.
07f78152dbb1ed57e5ed511cdda34553Writing Linux kernel based key loggers - Includes a sample key logger which can log user input and passwords.
d22ed0dc349f3db7b6501802d30e8294Writing shellcode for Linux/390 mainframes. Includes port binding shellcode example.
7065ee89fdd6f0feef6c441ebd9d9031Memory Layout - Detailed information on memory management.
eccc537f79e41f8e72c26f58a7c3722dHow to Remotely Exploit Format String Bugs - A practical tutorial. Includes info on guessing the offset, guessing the address of the shellcode in the stack, using format string bugs as debuggers, examples, etc.
8d086961f802114fdecba45f4f33283fThis document describes buffer overrun vulnerabilities on Sun Microsystems SPARC machines. We will begin by examining the SPARC architecture, looking at the registers and the stack. We will then go on to see exact how buffer overrun vulnerabilities occur and how control over the processes execution is gained under SPARC and then detail how, from here, the vulnerability can be exploited to gain control over the computer by looking at exploit code that spawns a shell under Solaris.
f84c8fdc8a46ebf7eb620006ec7dd07dReversing the ELF - Stepping with GDB during PLT uses and .GOT fixup. This is a GDB tutorial about runtime process fixup using the Procedure Linkage Table section (.plt) and the Global Offset Table section (.got) by the dynamic linker ld-linux.so. ASM knowledge will be helpful. More info on ELF here.
a0158f7bb4c8098db9f9a4a633b10155How Nmap scans work - This MS word document has information on how some of the different nmap scan types work.
159e1b0b51c948797a4feab7aa315e2eIn the local network, the act of sniffing has become a serious threat. Malicious users can use sniffing techniques to steal confidential documents and anyone's privacy by sniffing the network. Sniffing causes privacy intrusion, and can be done simply by downloading free sniffer tools from the Internet and installing them into a personal computer that resides on the local network. The documentation below discusses the use of Address Resolution Protocol (ARP) packets to effectively detect malicious users when they are sniffing the network. The tool Promiscan implements the techniques discussed in this document.
bc65962e49e09ab64b3e0d74e72cfe7dExploiting Format String Vulnerabilities v1.2 - Includes over 30 pages of well organized information along with several examples.
b83261bd868fa46874290b59915bda58How to Exploit Format String Vulnerabilities under Alpha Linux. Includes techniques and example code.
77555d54c389c58fc5c52f1ce310a874