kingooo 0 Posted December 14, 2010 in the fact, i want get many benefits from this forum to improve my informations. in autoit script you can execute dos commands therefore are there any methods to open some port or are there any codes in autoit script to open some port in computer? Share this post Link to post Share on other sites
iamtheky 786 Posted December 14, 2010 run this from your command linenetsh firewall add portopening /?This will give you the help for command line firewall port manipulation ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Share this post Link to post Share on other sites
martin 73 Posted December 14, 2010 in the fact, i want get many benefits from this forum to improve my informations.in autoit script you can execute dos commands therefore are there any methods to open some portor are there any codes in autoit script to open some port in computer?If you mean COM ports then try my udf in my signature. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script. Share this post Link to post Share on other sites
kingooo 0 Posted December 14, 2010 run this from your command lineThis will give you the help for command line firewall port manipulationfor example, i want open this port 44444please, can you give me steps in dos to open this port 44444 Share this post Link to post Share on other sites
iamtheky 786 Posted December 14, 2010 what do you think the command i provided does? ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Share this post Link to post Share on other sites
kingooo 0 Posted December 15, 2010 what do you think the command i provided does?for example i want open this port 4444, can you help me & give me easy method(commands) to open this port>>> Share this post Link to post Share on other sites
kaotkbliss 145 Posted December 15, 2010 kingooo, have you actually written any code yourself? All I have seen you do is keep bugging members until they write it for you. 010101000110100001101001011100110010000001101001011100110010000001101101011110010010000001110011011010010110011100100001My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueekWe're gonna need another Timmy! Share this post Link to post Share on other sites
kingooo 0 Posted December 15, 2010 kingooo, have you actually written any code yourself? All I have seen you do is keep bugging members until they write it for you. every day every timeevery replyyour replies is very severe but i really i love every one in this forum. also i know you want me to try in order to improve in autoit script Share this post Link to post Share on other sites
iamtheky 786 Posted December 15, 2010 when you type in the command i provided, do you see the examples section? Do you see the very first example in the examples section? I could replace the /? with "TCP 4444 MyNonReadingSelf" and put it in a run command for you....but that is ridiculous. ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Share this post Link to post Share on other sites
kingooo 0 Posted December 15, 2010 when you type in the command i provided, do you see the examples section? Do you see the very first example in the examples section?I could replace the /? with "TCP 4444 MyNonReadingSelf" and put it in a run command for you....but that is ridiculous.in the fact i am very beginner therefore i will write this command and i want you to correct it if there is any wrongnetsh firewall add portopening TCP 4444DOES THE LAST COMMAND IS CORRECT OR NO Share this post Link to post Share on other sites
iamtheky 786 Posted December 15, 2010 Did you try something novel, like typing it into your command prompt and finding out? You really have not offered anything of substance. There are all of 8 parameters available for "add portopening" and 5 of them have the word optional next to them. ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__) Share this post Link to post Share on other sites
tempman 0 Posted January 12, 2011 port 4444 is used by hackers to initialize a backdoor service running on... Share this post Link to post Share on other sites