trust is easily compromised
Showing 51 - 71 of 71 RSS Feed

Files

no-nx.pdf
Posted Oct 6, 2005
Authored by Sebastian Krahmer

x86-64 buffer overflow exploits and the borrowed code chunk exploitation technique. Whitepaper describing NX technology and its limitations. It contains in depth discussion and sample code for the Hammer/Linux platform, analyzes the weaknesses and discusses countermeasures.

tags | paper, overflow, x86
systems | linux
MD5 | 8df650e08759b301398f03475970e1b2
GOT_Hijack.txt
Posted Aug 28, 2005
Authored by c0ntex | Site open-security.org

This short paper discusses the method of overwriting a pointer used in a function for the sake of overwriting the associated entry in the Global Offset Table (GOT) which in turn allows for execution flow redirection.

tags | paper
MD5 | ffbeb2e8b0768454f781f66654e95478
BluezHCIDpwned.txt
Posted Aug 18, 2005
Authored by Kevin Finisterre

Document that outlines an exploitable scenario for hcid using the popen() bug in security.c. This was written in response to a claim that the bluez vulnerability was quite trivial.

tags | paper
MD5 | b72ff079514eeeedc49d026f205fb05b
bypassing-win-heap-protections.pdf
Posted Aug 17, 2005
Authored by Nicolas Falliere

Whitepaper detailing a new way to bypass Microsoft Windows heap protection mechanisms. The methodology explained here is different from the method introduced by Alexander Anisimov.

tags | paper
systems | windows
MD5 | bbe8f8d36f5ad8e3f1c34915ce9660aa
httpsplit.txt
Posted Aug 17, 2005
Authored by Amit Klein

This technical note describes a detection/prevention technique that works in many cases both with HTTP Response Splitting and with HTTP Request Smuggling.

tags | paper, web
MD5 | 6dd02db0137701d3c42986ed49b1c661
Return-to-libc.txt
Posted Jul 21, 2005
Authored by c0ntex

Cool whitepaper discussing the return into libc attacks used to bypass non-executable stacks.

tags | paper
MD5 | 2cdf9eb2ba348d35e4923412c4b6b7e8
javascriptFun.txt
Posted May 7, 2005
Authored by Dr_aMado

This tutorial is an overview of how javascript can be used to bypass html forms and how it can be used to override cookie/session authentication.

tags | paper, javascript
MD5 | 9dff177e25d94281c9a2dab498241834
zk-blind.txt
Posted Feb 25, 2005
Authored by Zeelock

White paper discussing blind injection in MySQL databases.

tags | paper
MD5 | 53bf8afed972125094b75a5e6086a67a
defeating-xpsp2-heap-protection.pdf
Posted Jan 29, 2005
Authored by Alexander Anisimov | Site ptsecurity.com

The MaxPatrol team has discovered that it is possible to defeat Microsoft Windows XP SP2 heap protection and data execution prevention mechanisms. Full analysis with code provided.

tags | paper
systems | windows, xp
MD5 | acfd948da84a412b6743310864395ea6
sql-injection.html
Posted Jan 6, 2005
Authored by Steve Friedl | Site unixwiz.net

Whitepaper discussing SQL injection attacks that gives an illustrated overview showing the process of how these attacks are performed.

tags | paper, sql injection
MD5 | e1ed45c3c291c4048642b2c08e75255f
lkbackdoor.tar.gz
Posted Nov 13, 2004
Authored by Michal Stys

Small paper describing how to add a quick backdoor into the setuid code for the Linux 2.4 kernel series.

tags | paper, kernel
systems | linux
MD5 | 74bad9990e8c7f8f46b2aeeeb4e5d543
bypassArticle.txt
Posted Oct 28, 2004
Authored by 3APA3A, offtopic | Site security.nnov.ru

Presentation: Bypassing client application protection techniques with notepad.

tags | paper
MD5 | bce063153c54781f687f0cd29fe5c972
PolymorphicEvasion.txt
Posted Oct 13, 2004
Authored by Phantasmal Phantasmagoria

White paper discussing ways to evade detection of polymorphic shellcode.

tags | paper, shellcode
MD5 | 798854f1dbbd63d23ab7f71eed64c0db
keylog.txt
Posted Sep 10, 2004
Authored by priestmaster | Site priestmaster.org

Small white paper regarding keyloggers and basic circumvention.

tags | paper
MD5 | c57a57587c61465fbe82503b216368b8
0x00_vs_ASP_File_Uploads.pdf
Posted Jul 13, 2004
Authored by Brett Moore SA | Site security-assessment.com

White paper covering the topic of upload systems written in ASP. Many upload systems written in ASP suffer from a common problem whereby a NULL byte can be inserted into the filename parameter leading to any extension, after the null byte, being ignored when writing the file. This means that in some cases it is possible to bypass checks for valid extensions, even if one is appended by the application.

tags | paper, asp
MD5 | cad2ad76c53cad21e6285f854026b213
Blind_XPath_Injection_20040518.pdf
Posted May 20, 2004
Authored by Amit Klein | Site sanctuminc.com

This paper describes a Blind XPath Injection attack that enables an attacker to extract a complete XML document used for XPath querying, without prior knowledge of the XPath query.

tags | paper
MD5 | e7b01772daac419ef8451d1e2780969c
SSLPCT.txt
Posted May 3, 2004
Authored by Juliano Rizzo

White paper analysis of the SSL PCT vulnerability. Gives full details on how exploitation has been performed and what it took for working exploits to be created.

tags | paper
MD5 | aae6021952f7f660540073da5b8d4fdf
SQL_Injection_Evasion.pdf
Posted Apr 19, 2004
Authored by Ofer Maor, Amichai Shulman | Site imperva.com

A white paper from the Imperva Application Defense Center entitled 'SQL Injection Signature Evasion'. This paper discusses how protecting against SQL injection attacks using signatures is not enough.

tags | paper, sql injection
MD5 | b99e854ee042979fc6db7a6e1ef30870
bypassEPA.pdf
Posted Feb 16, 2004
Authored by Edgar Barbosa

Article discussing how to bypass the Execution Path Analysis used by the PatchFinder utility, avoiding Windows 2k/XP rootkit detection.

tags | paper
systems | windows, 2k
MD5 | 1b7c12d5a2c92ff9de2469db1560d07a
Low-Level_Enumeration_With_TCP.txt
Posted Nov 20, 2003
Authored by djrand

A thoroughly written paper that covers the discussion of SYN, FIN, Null, Xmas, Idle, and Zombie scanning. It gives strong compare and contrast insight on methodologies to use when determining open ports on a host and remote operating system detection. It shows example scans and discusses IP enumeration along with the utilization of tools like hping2 and nmap to dig deeper.

tags | paper, remote
MD5 | b6208ca85ecb6519c410aae4f4e3615e
defeating-w2k3-stack-protection.pdf
Posted Sep 13, 2003
Authored by David Litchfield | Site ngssoftware.com

Thorough paper discussing how to defeat the stack based buffer overflow prevention mechanism in Microsoft Windows 2003 Server.

tags | paper, overflow
systems | windows
MD5 | f09f810282da026ea8ed89185fd641d9
Page 3 of 3
Back123Next

Top Authors In Last 30 Days

packet storm

© 2012 Packet Storm. All rights reserved.

close