Full Version: Telnet Question
c°h°
Hi, is it possible to telnet from a host where i am connected via telnet to another host ?

I dont get it to work & dont now why.
I tried :
telnet ip1
connected to machine 1

telnet ip2 | i get no responce and i am not connected to machine 2

any suggestions ?

TIA
DumpZ
But is it possible to connect to IP2 directly without connecting first to IP1?
Mouhahaha
well machine 1 may not be connected to machine 2 or simply the telnet service isn't running on machine 2 or machine 2 blocks machine 1(firewall on machine 2)... hope this helps...
c°h°
thx 4 quick help
I think prob was netcat cause i opened the first shell with it. Now i use the HXD shell wich work fine smile.gif
Blackknight
laugh.gif
if its a hacked shell its most likely a honeypot they always block out going to stop people abusing the easily accessed boxes
kingvandal
sorry to change the subject, I cannot post a new topic yet. I have searched but the search results page keeps giving " Page not found". So with that I would liek to know if someone could direct me to a link that explains how to open a port remotely that is supported under a .bat format. Also where do I read on creating a personal smtp engine? So that it will send a file back to me?

Rich
dotcom
QUOTE (kingvandal @ Mar 25 2004, 05:36 PM)
sorry to change the subject, I cannot post a new topic yet. I have searched but the search results page keeps giving " Page not found". So with that I would liek to know if someone could direct me to a link that explains how to open a port remotely that is supported under a .bat format. Also where do I read on creating a personal smtp engine? So that it will send a file back to me?

Rich

blat is a cmdline mailer that is what I think your looking for....
kingvandal
From what I read on blat it must be installed. I wnat something that is self contained. Not sure if this is even possible. Or I would like the "mailto:email@email.com?subject=TEST MESSAGE! &attach=c:\File.txt"

I tested this with failure results. Alot of forums say that it is not possible. Is it?

::EDIT:: is it possible to have the output sent to a new mail message?

like : @echo off
netstat -a >> mailto:myaddy@mail.com
That does nto work but you get the idea.

Rich
basepart
blat can be installed from command line or a bat and it's easy to use it from a batch file.
open a free email account on gmx.net, or at some other free pop3 email provider

*****************************
@echo off
blat.exe -install mail.gmx.net youraccount@gmx.net
netstat -a >>yourfile.txt
blat.exe yourfile.txt -subject "bla bla" -to destinationemail@gmx.net -u youraccount@gmx.net -pw youremaiboxpass -q
*****************************

the above batch 1st installing the tool and then sending the mail
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.