Does anyone know if it is possible to remotely execute a program via netbios once it has been transfered to the remote machine ? Baring in mind that only special folders have been setup to share via netbios, not the whole system.
Printable View
Does anyone know if it is possible to remotely execute a program via netbios once it has been transfered to the remote machine ? Baring in mind that only special folders have been setup to share via netbios, not the whole system.
you'll need the the user/pass of the system, but you could use psexec.
psexec will still require the authentication to take place.... Until you are authenticated psexec will give you an "access denied".
Authentication will be needed, but you could use WMI or the AT/SOON command to run something remotely if you have the right permissions. NetBIOS is mostly just a naming protocol.
Thanks for the replies.