svenjatzu Posted August 15, 2019 Posted August 15, 2019 Hi im looking for a way to run a file automatically after inserting it into the system. SOmeone can give me a hint how to make it?
spudw2k Posted August 15, 2019 Posted August 15, 2019 Depends; is the file being "inserted" the local machine? Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
svenjatzu Posted August 15, 2019 Author Posted August 15, 2019 No, ass im useing teamviewer it should be send to the other pc and then run just by sending it to the desktop
spudw2k Posted August 15, 2019 Posted August 15, 2019 (edited) A script would need to run on the remote machine. Teamviewer isn't going to be able to give you the mechanism to run the inserted file without your control AFAIK. Pardon my suspicion, but my compsec senses are tingling. What is the nature of the file you are delivering and your goal? It sounds a bit like you want to deliver a payload to a target machine and have it run without consent. Care to put my mind at ease? Edited August 15, 2019 by spudw2k Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
svenjatzu Posted August 15, 2019 Author Posted August 15, 2019 actually i dont know what is ment by payload... its about i got a handfull of machines and i need to do sth like a rollout to send an update to the machines. due to i only can do it by teamviewer its essentially that the update starts after sending it to the machine via tv.
Davidowicza Posted August 15, 2019 Posted August 15, 2019 (edited) Just to clarify, are you having an issue getting the file to one of your pcs? or running the file once its there? If you are wondering how to get the file there, AFAIK TeamViewer is just an RDP. So you will still need a way to transfer transfer the file to that PC. You can do that using a shared directory through your network, Active Directory, or even just emailing the file to that PC. Once it is there, using RDP, you can just run it yourself. Edited August 15, 2019 by Davidowicza
svenjatzu Posted August 16, 2019 Author Posted August 16, 2019 yas the point is to get the file running when its on the machine due to is no focus via tv with autoit on the tv window
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