/***************************************************************/ long gimmeip(char *hostname) { struct hostent *he; long ipaddr;
if ((ipaddr = inet_addr(hostname)) < 0) { if ((he = gethostbyname(hostname)) == NULL) { printf("[x] Failed to resolve host: %s! Exiting...\n\n",hostname); keepout(); } memcpy(&ipaddr, he->h_addr, he->h_length); } return ipaddr; }
int main(int argc, char *argv[]) { int sock; char expbuff[1024+500]; char recvbuff[512]; unsigned short tport = 23; unsigned short port = 9191; struct sockaddr_in target; long retaddr = 0x77f9980f; // tested on WinXP (rus) + SP1 int len;
Same as first one Telnet daemon crashes, at least on my network
the
Jan 4 2004, 10:56 PM
QUOTE (KoNh @ Jan 4 2004, 08:24 PM)
Same as first one Telnet daemon crashes, at least on my network
maybe its becus its a russian version of xp greetz
gamesen
Jan 5 2004, 04:42 AM
Been trying to get a result for 3,5 hours now. no luck. The exploit crashed almost everytime
I hope someone can has better luck then me
ara
Jan 5 2004, 05:01 AM
i wonder how common jordan windows telnet server is. i decided not to bother with it.
TeKnO
Jan 5 2004, 03:07 PM
idd it's not really common, besides this exploit doesn't work on all win versions...
dmg
Jan 5 2004, 03:32 PM
It's not a very common telnet daemon but by doing a banner scan you can filter out the vuln ones.... ScanLine might come in handy here
XtrA
Jan 5 2004, 04:50 PM
how can i get scanline?
Copkill
Jan 5 2004, 06:00 PM
i trying to get a result ,but no luck
i got always this
[+] Prepare exploit buffer [+] Initialize socket. [+] Try connecting to Telnet Server at x.x.1.79:23... - OK. [+] Sending diabolic buffer [+] Now try connect to shell on 9191 port (et:nc -vv target 9191)
but none shell
dmg
Jan 5 2004, 10:29 PM
@XtrA ScanLine can be found on foundstone.com (search in google, first page will get you a dl location).
@Copkill I think the line "Now try connect to shell on 9191 port (et:nc -vv target 9191)" should give you a hint on what to do....
d3k1d
Jan 5 2004, 10:42 PM
QUOTE (Copkill @ Jan 5 2004, 06:00 PM)
i trying to get a result ,but no luck
i got always this
[+] Prepare exploit buffer [+] Initialize socket. [+] Try connecting to Telnet Server at x.x.1.79:23... - OK. [+] Sending diabolic buffer [+] Now try connect to shell on 9191 port (et:nc -vv target 9191)
but none shell
i have to scan on port 23 ?! for telnet
XtrA
Jan 6 2004, 11:47 AM
what the command that i need to type for scanline? and how can i scan it in remote? tnx.. :]
ivan288
Jan 6 2004, 04:42 PM
i scanned soo much and no jordan telnet server.
SlamDunk
Jan 6 2004, 05:11 PM
in my opinion you have no chance to find such a telnet server in .eu maybe it's possible to get access on one server in usa but i think it will be not often. tell me if i'm wrong!
dmg
Jan 6 2004, 06:08 PM
I let this one pass too.... Tried a range but idd no jordan's
LiQuid
Jan 7 2004, 01:45 AM
QUOTE (XtrA @ Jan 6 2004, 11:47 AM)
what the command that i need to type for scanline? and how can i scan it in remote? tnx.. :]
Simply use scan1000 and scan for Port 23
The commandline should be clear...
CODE
site exec scan1000 -p 23
^^ i think thats right!
Yellow_Blue
Jan 17 2004, 06:51 AM
tnx dude it's cool tool ;o
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.