Forums: Monitor Status Detector !? - Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Monitor Status Detector !? Is there any soft that detect such !?

#1 Guest_spikje_*

  • Group: Guests

Post icon  Posted 04 July 2005 - 12:24 AM

Hi ppl.
In the last time I radmined all of my LAN and I find hard to get into full control mode when they are using the PC because they will notice and finally they will find the radmin instalation and del it.
Is there any soft so i can find if they have their monitor turned off/on so i can have at least any ideea if it's ok to start using their PC ? (full control mode).
Thanks in advance. :rolleyes:
0

#2 User is offline   belgther 

  • Master Sergeant
  • Icon
  • Group: Specialist
  • Posts: 650
  • Joined: 06-October 04

Posted 04 July 2005 - 01:05 AM

if the monitor mode is on, the connection is established, else it will be in listening status. The established status can be seen with netstat -n.
"The wisest one is the one who knows himself/herself." Quote of the life
belgther... aka... belgther
0

#3 User is offline   Killaloop 

  • Master Sergeant
  • Icon
  • Group: Members
  • Posts: 677
  • Joined: 01-January 04

Posted 04 July 2005 - 02:18 AM

his question was if you are able to see if a remote computer has its monitor turned on/off.
the answer is no you cannot.
but you have the possibility to turn on suspend mode and then monitor the events using wmi.
however once you entered full control mode in radmin the suspend mode will be gone.
this is the reason why you should not use vnc or radmin on boxes you should not have access to, the way you hacked your lan and dont want to get caught.
a vbs like this would work to monitor the power management events on a remote computer.
strComputer = "remote_pc"
Set objLocator = CreateObject("WbemScripting.SWbemLocator")
Set objServices = objLocator.ConnectServer _
  (strComputer, "root\cimv2", "Administrator", "password")
objServices.Security_.ImpersonationLevel = 3

Set colMonitoredEvents = _
  objServices.ExecNotificationQuery("Select * from Win32_PowerManagementEvent")

Wscript.Echo "Waiting for events ..."

Do
  Set objReceivedEvent = colMonitoredEvents.NextEvent
  'report an event
  Select Case objReceivedEvent.EventType
  Case 4
  Wscript.Echo "Entering suspend."
  Case 7
  Wscript.Echo "Resuming from suspend."
  End Select
Loop

0

#4 User is offline   tomas\ 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 25
  • Joined: 25-March 04

Posted 04 July 2005 - 06:53 AM

spikje, on Jul 4 2005, 08:24 AM, said:

Hi ppl.
  In the last time I radmined all of my LAN and I find hard to get into full control mode when they are using the PC because they will notice and finally they will find the radmin instalation and del it.
  Is there any soft so i can find if they have their monitor turned off/on so i can have at least any ideea if it's ok to start using their PC ? (full control mode).
Thanks in advance.  :rolleyes:


tried using TS instead of radmin? that way the admin wont see you if he's logged on. (make sure you use a different logon account than the one currently active)
0

#5 Guest_spikje_*

  • Group: Guests

Post icon  Posted 04 July 2005 - 09:38 AM

Didn't tried yet...what exactly is TS.... google didn't matched any bright answers. ;)
0

#6 User is offline   Terminal 

  • Master Sergeant
  • Icon
  • Group: Specialist
  • Posts: 536
  • Joined: 21-February 04

Posted 04 July 2005 - 10:10 AM

terminal services .. present in windows xp/2k3 etc..
0

#7 User is offline   raging_bull 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 36
  • Joined: 21-June 05

Posted 06 July 2005 - 02:19 PM

Terminal, on Jul 4 2005, 08:10 PM, said:

terminal services .. present in windows xp/2k3 etc..

true.. use windows remote desktop and create a user in the shell this way:

net user USERNAME PASSWORD /add
net localgroup administrators /add USERNAME
0

#8 User is offline   infamouz 

  • Private
  • Icon
  • Group: Members
  • Posts: 1
  • Joined: 07-July 05

Posted 07 July 2005 - 06:13 AM

if u dont wanna get seen, use dameware mini remote control, and make sure u copy over ur config file, where u turn off all menus and all :)
0

#9 User is offline   mickz 

  • Private
  • Icon
  • Group: Members
  • Posts: 5
  • Joined: 07-July 05

Posted 07 July 2005 - 08:03 AM

What you need to do, if I understand your question correctly, if create another desktop.

Windows NT+ (I think) supports it. Basically you have one desktop, that the current user see's. and can work with, while another desktop is opened that you can work with.

If you can do a bit of programming I can give you a tool in visual basic which will help you do this
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

  • Share



Our Sponsors:


SwiftLayer Affiliate Web Hosting