Full Disclosure mailing list archives
Re: mydoom.c information
From: "Maxime Ducharme" <mducharme () cybergeneration com>
Date: Mon, 8 Mar 2004 12:15:20 -0500
Another way : Create a script named "mydoom_listener", chmod 700 mydoom_listener, and then start it via ./mydoom_listener & mydoom_listener contains 2 lines : nc -l -p 3127 > doomjuice.dump$$ ./mydoom_listener & will create random file names. Ciao Maxime Ducharme Programmeur / Spécialiste en sécurité réseau ----- Original Message ----- From: <m.mohr () laposte net> To: "Frank Knobbe" <frank () knobbe us> Cc: <full-disclosure () lists netsys com> Sent: Monday, March 08, 2004 2:01 AM Subject: RE: [Full-disclosure] mydoom.c information
On Sun, 7 Mar 2004, Frank Knobbe wrote:On Sun, 2004-03-07 at 19:47, Chris Eagle wrote:As I recall the -L option (persistent listener) only works on the
windows
port.If you want it for Unix:How about? while true;do nc -l -p 1234;doneThe problem with that is that there is no incrementing counter. The output never gets written to file, since nc sends data directly to stdout. Which is why I had an 'x' variable in my loop - it conveniently increments by one each iteration, thus generating a new filename. 3127.1 3127.2 3127.3 etc -MikeForrest? Trees? -Frank_______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
_______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
Current thread:
- Re: mydoom.c information, (continued)
- Re: mydoom.c information m . mohr (Mar 07)
- mydoom.c information morning_wood (Mar 07)
- Re: mydoom.c information John Sage (Mar 07)
- Re: mydoom.c information morning_wood (Mar 07)
- Re: mydoom.c information John Sage (Mar 07)
- Re: mydoom.c information Gyrniff (Mar 07)
- RE: mydoom.c information Chris Eagle (Mar 07)
- RE: mydoom.c information Frank Knobbe (Mar 07)
- RE: mydoom.c information m . mohr (Mar 07)
- RE: mydoom.c information Frank Knobbe (Mar 07)
- Re: mydoom.c information Maxime Ducharme (Mar 08)
- Re: mydoom.c information Rodrigo Barbosa (Mar 08)
- Re: mydoom.c information John Sage (Mar 07)
