Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
deanbushmiller committed Sep 26, 2023
2 parents 5ef0c3a + 5f03e57 commit 8bf62e7
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions LAB-MM/Lab-Level-2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Set the environment
$Host.PrivateData.ErrorForegroundColor = 'Yellow'; if ($?) {Import-Module "C:\AtomicRedTeam\invoke-atomicredteam\Invoke-AtomicRedTeam.psd1" -Force}
General format of commands for lab

Invoke-AtomicTest T####.0## -GetPreq
Invoke-AtomicTest T####.0## -GetPrereqs
Invoke-AtomicTest T####.0## -TestNumbers # -ShowDetails
Invoke-AtomicTest T####.0## -TestNumbers # -PromptForInputArgs
Other Test Numbers to run #-#
Optional # test that work with this setup

Test 1
Invoke-AtomicTest T1078.001 -GetPreq
Invoke-AtomicTest T1078.001 -GetPrereqs
Invoke-AtomicTest T1078.001 -TestNumbers 1 -ShowDetails
Invoke-AtomicTest T1078.001 -TestNumbers 1 -PromptForInputArgs

Test 2
Invoke-AtomicTest T1204.002 -GetPreq
Invoke-AtomicTest T1204.002 -GetPrereqs
Invoke-AtomicTest T1204.002 -TestNumbers 1 -ShowDetails
Invoke-AtomicTest T1204.002 -TestNumbers 1 -PromptForInputArgs
Other Test 8
Expand All @@ -35,36 +35,41 @@ T1547.001
Optional 7-8

Test 5
T1552.004
T1564.002
-TestNumbers 1-4
Optional 9-10

Test 6
T1552.004
-TestNumbers 1-4
Optional 9-10

Test 7
T1112
-TestNumbers 1-8
*** DO NOT DO #9 it will disable regedit and break most of other labs

Test 7
Test 8
T1563.002
-TestNumbers 1
MIGHT FAIL

Test 8
Test 9
T1518.001
-TestNumbers 1-2
Optional 5

Test 9
Test 10
T1113
-TestNumbers 2
Optional 5-6 with output file ARGS set

Test 10
Test 11
T1572
-TestNumbers 4
Needs install download https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-windows-amd64.zip

Test 11
Test 12
T1020
-TestNumbers 1
Need Target domain ARG input
Expand Down

0 comments on commit 8bf62e7

Please sign in to comment.