hooking python send()
From: ned (nd_at_felinemenace.org)
Date: 09/19/03
- Previous message: Fisch, Matthew: "RE: controlling ebp/eip of a frame, does it always lead to possible code execution?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 18 Sep 2003 23:42:40 -0700 (PDT) To: full-disclosure@lists.netsys.com
hello,
attached is a patch to timeoutsocket.py which records all the data that is
parsed to a socket to be sent. timeoutsocket.py already does this but only
to make sure that the send or recv or connect doesn't time out. download
and patch timeoutsocket.py from here:
http://www.timo-tasi.org/python/timeoutsocket.py
anyway...why would i want to see what is been sent? it's perfect for
capturing packet data that is sent via a binary protocol, like DCERPC or
NetBIOS or SMB and it's perfect for building payload-only exploits which
can be distributed without worrying about copyrights. yes, although im am
still unsure about some of the licenses, it is fine to distribute exploits
that dont contain routines that are copyrighted. after all its the
physical (code) thats proprietory and not the impulses it creates!
have a good one,
- nd
----
http://felinemenace.org/~nd/HOONCGI.html
- TEXT/PLAIN attachment: hooksend.diff
- Previous message: Fisch, Matthew: "RE: controlling ebp/eip of a frame, does it always lead to possible code execution?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|