Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. net user > Samplefile.txt
  2. echo. >> Samplefile.txt
  3. net localgroup >> Samplefile.txt
  4. echo. >> Samplefile.txt
  5. tasklist >> Samplefile.txt
  6. echo. >> Samplefile.txt
  7. sc query type= service >> Samplefile.txt
  8. echo. >> Samplefile.txt
  9. ipconfig \all >> Samplefile.txt
  10. echo. >> Samplefile.txt
  11. arp -a >> Samplefile.txt
  12. echo. >> Samplefile.txt
  13. systeminfo.exe >> Samplefile.txt
  14. echo. >> Samplefile.txt
  15. dir System32 >> Samplefile.txt
  16. echo. >> Samplefile.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement