Jump to content

d347hm4n

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About d347hm4n

d347hm4n's Achievements

0

Reputation

  1. As long as you are not bothered about them being able to sniff your packets. Passwords to most login's (hotmail, gmail etc...) are sent across the network in plaintext. So if you just want to check a quick fact on google, then use thier network, if you want to log into your bank, then I suggest using your own network!
  2. Look at the command switches for cmd. cmd /? cmd -q "example.exe" I think, but the documentation is pretty good.
  3. Lol, I was trying to write this self same program myself one day. This is what I came up with. There is no way using the WMI framework to evaluate the user which is currently on the machine remotely. You can however read the registry remotely using the OpenRemoteBaseKey Method in .Net. Create a script that writes the username of the logging in user to the registry. Create a program in a .Net language and create a list of all of the host names on the network, read the registry key that you have written too. Now you must search through a list of hostname and read their registries when you have found the username, you have succeded. Good luck, d3
×
×
  • Create New...