Saturday, 24 September 2011

Howto: Command For Information Gathering Of Windows Post Exploitation

If you want to see all command and results of each command, please go to the Source.
 
gathering System related information 


C:\>systeminfo
Running Services


C:\>tasklist /svc
Installed Services


C:\>sc query state= all
Current environment settings


C:\>set
Find Username


C:\>set | find "USERNAME"
Find Domain


C:\>set | find "USERDOMAIN" 
Find Current User Information


C:\>net user

No comments:

Post a Comment