Jump to content

Recommended Posts

Posted

Has anyone tried to deploy preagentpkg_agentcomplete.exe silently with auto-it? There is a way to deploy it by turning off the shares and turning on $admin. But I would rather install in via login auto-it script.

Thanks

Posted

search help on the "net" command on windows system with NT, there you can find usefull command to access other computer...

$admin, is a default share normaly Operational on any NT platform, note that on XP , that will be unavailable until you desactivated: "Simple File Sharing"....

Start playing with Security from Autoit, you should start know how to do with from Command line or Registry ... event Active Directory , can be a solution :)...

if you have domain controleur, you can use the simple protocol LDAP to play and access Active-Directory, go see the RFC to know how to make autoit script respond and ask question to LDAP server.

And to install stealth a software from Remote, you better have a right permission on firewall and local lan, cause you have to open $ipc, $admin and finaly the Registry, who will be all done auto, if you security setting are ok.. i sugest you, start first creating a user specified for that with admin right, and autoit will do RunAS using that username, that will be compiled inside autoit.

GreenseedMCSE+I, CCNA, A+Canada, QuebecMake Love Around You.

Posted

search help on the "net" command on windows system with NT, there you can find usefull command to access other computer...

$admin, is a default share normaly Operational on any NT platform, note that on XP , that will be unavailable until you desactivated: "Simple File Sharing"....

Start playing with Security from Autoit, you should start know how to do with from Command line or Registry ... event Active Directory , can be a solution :)...

if you have domain controleur, you can use the simple protocol LDAP to play and access Active-Directory, go see the RFC to know how to make autoit script respond and ask question to LDAP server.

And to install stealth a software from Remote, you better have a right permission on firewall and local lan, cause you have to open $ipc, $admin and finaly the Registry, who will be all done auto, if you security setting are ok.. i sugest you, start first creating a user specified for that with admin right, and autoit will do RunAS using that username, that will be compiled inside autoit.

Cheers I'll get it a go.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...