Batch file to automate Telnet multiple url.

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
kidhaxman
Posts: 10
Joined: 16 Jan 2013 00:48

Batch file to automate Telnet multiple url.

#1 Post by kidhaxman » 16 Jan 2013 00:53

I have a list of ports to telnet. I need help in creating this through windows scripting. I'm very new in using telnet so a script that is easy to understand or has comments would be very helpful. Thank you guys!

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: Batch file to automate Telnet multiple url.

#2 Post by foxidrive » 16 Jan 2013 01:00

TST is a telnet scripting tool you can download.

Telnet Scripting Tool v.1.0
by Albert Yale ay@aci.qc.ca http://ay.home.ml.org/

Microsoft telnet.exe can't be scripted.

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: Batch file to automate Telnet multiple url.

#3 Post by Squashman » 16 Jan 2013 07:46

kidhaxman wrote:I have a list of ports to telnet. I need help in creating this through windows scripting. I'm very new in using telnet so a script that is easy to understand or has comments would be very helpful. Thank you guys!

What for?
Why?

kidhaxman
Posts: 10
Joined: 16 Jan 2013 00:48

Re: Batch file to automate Telnet multiple url.

#4 Post by kidhaxman » 17 Jan 2013 03:34

Because it is part of my job?

abc0502
Posts: 1007
Joined: 26 Oct 2011 22:38
Location: Egypt

Re: Batch file to automate Telnet multiple url.

#5 Post by abc0502 » 17 Jan 2013 04:07

you will have to provide more details about your situation as all what you said is very general.
Provide the way you want it to run, how it will run ? how you will provide the port list?
and how these URLs will be opened one after the other or all at once ?

provide such details and how you expect the batch file will look like after it is done if you need an answer

Squashman
Expert
Posts: 4488
Joined: 23 Dec 2011 13:59

Re: Batch file to automate Telnet multiple url.

#6 Post by Squashman » 17 Jan 2013 07:10

kidhaxman wrote:Because it is part of my job?

Please explain what for.
I am not a big fan of helping people hack other peoples servers and what you are talking about sounds to me like you are attempting to automate a hacking tool.

There are plenty automated utilities out there to scan and test connections to ports. No need to do this with batch if that is what your intended goal is.

Post Reply