Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Vulnerability Development: Re: shellcoding on gentoo

Re: shellcoding on gentoo

From: <apriori_at_dkc-clan.de>
Date: 30 Jan 2006 09:40:05 -0000
('binary' encoding is not supported, stored as-is) I guess your function address is wrong, run "objdump /usr/lib/libc.so.5 -T | grep -w execve" to find the one for your system.

by the way: a much more reliable way to run system functions is to use systemcalls.
the respective number for each syscall can be found
with egrep "^#define __NR" /usr/include/asm/unistd.h" or with man syscalls

the number has to be in register eax, arguments in ebx following. int 0x80.
Received on Feb 01 2006

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]
edgeos