4

I'm trying to get the CPU usage,memory space available. I could able to get the details from local system using sigar api link. I want to get same details from any machine in the same domain.

Is it Possible to get the details without putting any stub file in the remote machine?

Community
  • 1
  • 1
user2779544
  • 429
  • 1
  • 8
  • 24

1 Answers1

0

I think the other way would be to do a network scan using nmap and try guessing it's details. something like this: nmap -sS -P0 -sV -O target is the ipaddress of the computer or the range of ip addresses on your domain. this should help you out.

Zuko
  • 2,764
  • 30
  • 30