slaughter Posted June 13, 2013 Share Posted June 13, 2013 (edited) Update: GUI Interface. Bugs: search not working. Warning Dont run user_client.exe it or I will have aces to your pc. It is my mistake i have removed it from new version. To remove it from you computed. kill process named tc_client.exe and delete if drom %temp% folder and then delete registry keys. Or just run command RegDelete("HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionRun", "TC client") And restart your pc. I'm not new to auto-it. I had working on it long time so i had developed few tools. I want to share them. First one is one of my best tools in administrating network user computers all over my country. Idea: One application always runs on client side (startup). It in interval connects to a web server URL to inform it that it is running and get back from server commands what to do next (run app, send back pc info, reboot, ect...) I had implemented the idea and it is working now. Features: Connect to remote computer without user interaction (After running client once on it). Remote user control implemented trough VNC viewer, VNC repeter. HTTP server) Run CMD custom commands. Transfer files in background and execute them. TDO: GUI in PHP for custom commands Buttons to quick comnads (reboot, shutdown, scheduled shutdown, scheduled commands) More stuff... Files: http://downloads.diablo.lt/index.php?dir=au3/connector/public/&file=public-2013-06-24.rar - admin.php update, better GUI, bug: search not workink. http://downloads.diablo.lt/index.php?dir=au3/connector/public/&file=public.rar - Updated for errors. Now only one file have to config it is config.php http://downloads.diablo.lt/index.php?dir=au3/connector/public/&file=public.zip - Updated for mistake, some translation in php and some explanes in au3 files. How to: have to upload php files to www server setup mysql db and configure config.php corect db Then edit admin_connect.au3 and set ww server adres to coret url. ( point to admin.php) Then user_client.au3 and set to coretr url to url difrent from admin. ( point to index.php ) Finaly run client on remote computer and run admin on your comouter DEFAULT ID: 321 you can change it in index.php for beter seciurity. It is default id. Edited June 24, 2013 by slaughter In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
michaelslamet Posted June 13, 2013 Share Posted June 13, 2013 Can you explain more details about this application? What is the different with VNC Viewer, TeamViewer, LogMeIn? Link to comment Share on other sites More sharing options...
slaughter Posted June 14, 2013 Author Share Posted June 14, 2013 (edited) Can you explain more details about this application? What is the different with VNC Viewer, TeamViewer, LogMeIn? Main purpose of application run remote commands on client computer doesn't mater where they are or they are behind ruoter or not Dfirences that is made on autit and is free to modify or use for your purposeshttp://downloads.diablo.lt/index.php?dir=au3/connector/ Here are files to suorce Edited June 14, 2013 by slaughter In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
storme Posted June 15, 2013 Share Posted June 15, 2013 G'day slaughter Looks very interesting. I've been searching for a remote support app that doesn't cost the earth but still allows me more than one session (so I can work on both ends of a problem). I haven't tried yours yet but for a one man business like mine it maybe just what the doctor ordered. Thank you! John Morrison Some of my small contributions to AutoIt Browse for Folder Dialog - Automation SysTreeView32 | FileHippo Download and/or retrieve program information | Get installedpath from uninstall key in registry | RoboCopy function John Morrison aka Storm-E Link to comment Share on other sites More sharing options...
lgvlgv Posted June 15, 2013 Share Posted June 15, 2013 Im trying this but has no success it looks like som files are missing.. "ratas.php" while ($row = mysql_fetch_assoc($result)) { if (strstr($row["custom_name"], 'NewUsr_')) { $vardas = $row["custom_name"].' - '.$row["hostname"]; } else { $vardas = $row["custom_name"]; } echo ' <tr> <td> <a href="ratas.php?op=con_rpt&id='.$row["cid"].'">'.$vardas.'</a> [<a title="Prisjungimas" href="ratas.php?op=con_rpt&id='.$row["cid"].'">C</a>] [<a class="uimodal" title="Pervadinti" href="ratas.php?op=rename&id='.$row["cid"].'">R</a>] [<a class="uimodal" title="Info" href="ratas.php?op=info&id='.$row["cid"].'">I</a>] </td> </tr> '; } Link to comment Share on other sites More sharing options...
water Posted June 15, 2013 Share Posted June 15, 2013 "Connect to remote computer without user interaction". The guys responsible for data security and the shop council will love this application Make sure that user always has to accept a remote connection. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
lgvlgv Posted June 15, 2013 Share Posted June 15, 2013 (edited) "Connect to remote computer without user interaction". The guys responsible for data security and the shop council will love this application Make sure that user always has to accept a remote connection. is not really a problem if you use a firewall proxy and authentication, u can also filter the firewall disallowing diffrent files and ports. Edited June 15, 2013 by lgvlgv Link to comment Share on other sites More sharing options...
water Posted June 15, 2013 Share Posted June 15, 2013 What I wanted to say: Here (Europe) the user ALWAYS has to accept a connection to his machine (his desktop, his drives (local or network) etc.). My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
BrewManNH Posted June 15, 2013 Share Posted June 15, 2013 What I wanted to say: Here (Europe) the user ALWAYS has to accept a connection to his machine (his desktop, his drives (local or network) etc.). Even if the computer is owned by the company? That would be a major pain in the ass for my work. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
water Posted June 15, 2013 Share Posted June 15, 2013 Even when owned by the company. We allow private usage of web, mail etc. so it is against data privacy laws. If there is private data on a machine the user he has to permit your access. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
lgvlgv Posted June 15, 2013 Share Posted June 15, 2013 What I wanted to say: Here (Europe) the user ALWAYS has to accept a connection to his machine (his desktop, his drives (local or network) etc.). Nope, atleast not in sweden. Link to comment Share on other sites More sharing options...
lgvlgv Posted June 15, 2013 Share Posted June 15, 2013 (edited) ive been working at swedish and global companys and never ever herd of what u claim? Been working on Ericsson,VolvoIT,Swedish goverment,VMDATA, in CERN and so on. All is useing some kind of remotecontrol software to remote administate machines. That some of the companys useing a conferm window is more to be polite and not to spy on customer, but if cutomer is out of office there are no problem to direct connet and do your job. Besides there are not really any secrets hidden from the system administrators. if u want to keep something secret u HAVE to crypt the files. Edited June 15, 2013 by lgvlgv faldo 1 Link to comment Share on other sites More sharing options...
lgvlgv Posted June 15, 2013 Share Posted June 15, 2013 a really good free firewall is Sophos UTM. its free for home user and accept 50 licences default. with it u can protect all PC and mobiles with surf protections and even kontroll streaming apps and catagories what and when people are allowed to surf. One of the best firewalls i ever worked with. http://www.sophos.com/en-us/products/free-tools/sophos-utm-home-edition.aspx Link to comment Share on other sites More sharing options...
BrewManNH Posted June 15, 2013 Share Posted June 15, 2013 Even when owned by the company. We allow private usage of web, mail etc. so it is against data privacy laws. If there is private data on a machine the user he has to permit your access. The company I work for has a log in screen disclaimer that tells the users that the company owns the computer and anything on it and that they can be, and are, monitored as to what they are doing and what data is where. No one has any right to privacy when using company equipment. Private computers connected to the network are a different thing and I'm not sure how they handle that. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
lgvlgv Posted June 15, 2013 Share Posted June 15, 2013 The mail can be another issue, and is often considered to be private. this does not mean that it is REALLY private anyway. Link to comment Share on other sites More sharing options...
lgvlgv Posted June 15, 2013 Share Posted June 15, 2013 (edited) Private computers connected to the network are a different thing and I'm not sure how they handle that. Private computers is not usually allowed to connect on the local company enviroment. Exept under some circumstances like VPN and work from home, but even in this case the companys usually supplies that computer aswell. AND the customer have to sign a paper that they have full responsebility for EVERYTHING that happens on that machine, including children gameing e.t.c. Edited June 15, 2013 by lgvlgv Link to comment Share on other sites More sharing options...
water Posted June 15, 2013 Share Posted June 15, 2013 As soon as the company allows mixed usage (business & private) on a computer you have to adhere to EU data security laws. That means you are not allowed to access personal data without admittance. I could better describe this in German but I'm sure you get the message. And I know what I'm talking about. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
slaughter Posted June 16, 2013 Author Share Posted June 16, 2013 (edited) Im trying this but has no success it looks like som files are missing.. "ratas.php" while ($row = mysql_fetch_assoc($result)) { if (strstr($row["custom_name"], 'NewUsr_')) { $vardas = $row["custom_name"].' - '.$row["hostname"]; } else { $vardas = $row["custom_name"]; } echo ' <tr> <td> <a href="ratas.php?op=con_rpt&id='.$row["cid"].'">'.$vardas.'</a> [<a title="Prisjungimas" href="ratas.php?op=con_rpt&id='.$row["cid"].'">C</a>] [<a class="uimodal" title="Pervadinti" href="ratas.php?op=rename&id='.$row["cid"].'">R</a>] [<a class="uimodal" title="Info" href="ratas.php?op=info&id='.$row["cid"].'">I</a>] </td> </tr> '; } sory for mistake just replace ratas.php with admin.php in code and shuld be workink. updated code. Test it now. Edited June 16, 2013 by slaughter In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
lgvlgv Posted June 16, 2013 Share Posted June 16, 2013 (edited) sory for mistake just replace ratas.php with admin.php in code and shuld be workink. I did that, but dont know what i do wrong, i can see in the database that the client is updateing records every 10 sec. but in the admin part of program i cannot see any clients connectet, its just empty/white under online? Edited June 16, 2013 by lgvlgv Link to comment Share on other sites More sharing options...
slaughter Posted June 16, 2013 Author Share Posted June 16, 2013 "Connect to remote computer without user interaction". The guys responsible for data security and the shop council will love this application Make sure that user always has to accept a remote connection. Well domain is illegal to by this way. If you are admin you can connect to user files without any warning. Teamviver has option for seting pasword so you dont have to inform users to if you have done this. In progress: Windows Server bruteforce GUARD Admin Tools (Remote client control) Bypasing firewall Old stuff: [font="Verdana;"]MD5 Auto Update Calendar XP SS multi usser server & client Autoit Remote Control (ARC)[/font] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now