tankdthedruid

enum_wins.bat

Mar 4th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cmd /c set >> out.txt
  2. arp -a >> out.txt
  3. ipconfig /all >> out.txt
  4. ipconfig /displaydns >> out.txt
  5. route print >> out.txt
  6. net view >> out.txt
  7. netstat -nao >> out.txt
  8. netstat -vb >> out.txt
  9. netstat -ns >> out.txt
  10. net accounts >> out.txt
  11. net accounts /domain >> out.txt
  12. net session >> out.txt
  13. net share >> out.txt
  14. net group >> out.txt
  15. net user >> out.txt
  16. net localgroup >> out.txt
  17. net localgroup administrators >> out.txt
  18. net view /domain >> out.txt
  19. netsh firewall show config >> out.txt
  20. tasklist /svc >> out.txt
  21. tasklist /m >> out.txt
  22. gpresult /SCOPE COMPUTER /Z >> out.txt
  23. wmic computersystem list brief >> out.txt
  24. wmic useraccount list >> out.txt
  25. wmic group list >> out.txt
  26. wmic service list brief >> out.txt
  27. wmic volume list brief >> out.txt
  28. wmic logicaldisk get description,filesystem,name,size >> out.txt
  29. wmic netlogin get name,lastlogon,badpasswordcount >> out.txt
  30. wmic netclient list brief >> out.txt
  31. wmic netuse get name,username,connectiontype,localname >> out.txt
  32. wmic share get name,path >> out.txt
  33. wmic nteventlog get path,filename,writeable >> out.txt
  34. wmic process list brief >> out.txt
  35. wmic startup list full >> out.txt
  36. wmic rdtoggle list >> out.txt
  37. wmic product get name,version >> out.txt
  38. wmic qfe >> out.txt
  39. netsh wlan show interfaces >> out.txt
  40. netsh wlan show drivers >> out.txt
  41. netsh wlan show profiles >> out.txt
  42. netsh wlan show networks mode=bssid >> out.txt
Advertisement
Add Comment
Please, Sign In to add comment