1: Find MAC address of all available interfaces :
getmac
2: Find Version of windows Os:
ver
3: Find SID using Other method
whoami /user
4:Find System Information
systeminfo
5:find SID of window user
wmic useraccount where name='vishal' get sid
6:Find about wireless adapter and access point available around you:
netsh wlan show all
getmac
2: Find Version of windows Os:
ver
3: Find SID using Other method
whoami /user
4:Find System Information
systeminfo
5:find SID of window user
wmic useraccount where name='vishal' get sid
6:Find about wireless adapter and access point available around you:
netsh wlan show all
Comments
Post a Comment