Batch file to automate Telnet multiple url.
Moderator: DosItHelp
Batch file to automate Telnet multiple url.
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!
Re: Batch file to automate Telnet multiple url.
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.
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.
Re: Batch file to automate Telnet multiple url.
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?
Re: Batch file to automate Telnet multiple url.
Because it is part of my job?
Re: Batch file to automate Telnet multiple url.
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
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
Re: Batch file to automate Telnet multiple url.
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.