UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 6b8c86c9 authored by Adam Pankow's avatar Adam Pankow :satellite:
Browse files

Minor spelling and grammatical fixes

parent d2dfc435
Branches
1 merge request!50Minor spelling and grammatical fixes
Pipeline #81226 passed with stages
in 1 minute and 5 seconds
......@@ -15,7 +15,7 @@ v2.0, 2019-12-10
[rationale]#There are many important tasks to perform after the exploitation of a target has led to initial access of its network or systems.
These tasks are important for both attackers and defenders.
Attackers need to move as quickly and quietly as possible.
Defenders need to detect the attacker's pressence, detect potential data exfiltration, and prevent attackers from moving freely through the defenders' systems and networks.#
Defenders need to detect the attacker's presence, detect potential data exfiltration, and prevent attackers from moving freely through the defenders' systems and networks.#
image::slide_title_fade.png[background, size=100%]
......@@ -73,7 +73,7 @@ netsh interface portproxy reset
image::slide_title_fade.png[background, size=100%]
== Control Sockets
Benifits Provided Include:
Benefits Provided Include:
* Multiplexing
* Data exfiltration
......@@ -115,7 +115,7 @@ image::slide_title_blk.png[background, size=100%]
== User Enumeration
Why is this important?
What does it Provide?
What does it provide?
----
net user
......@@ -129,7 +129,7 @@ image::slide_title_fade.png[background, size=100%]
== Process Enumeration
Why is this important?
What does it Provide?
What does it provide?
----
tasklist /v
......@@ -144,7 +144,7 @@ image::slide_title_fade.png[background, size=100%]
== Service Enumeration
Why is this important?
What does it Provide?
What does it provide?
----
tasklist /svc
......@@ -159,7 +159,7 @@ image::slide_title_fade.png[background, size=100%]
== Network Connection Enumeration
Why is this important?
What does it Provide?
What does it provide?
----
ipconfig /all
......@@ -196,4 +196,4 @@ Transport Methods
scp
----
image::slide_title_fade.png[background, size=100%]
\ No newline at end of file
image::slide_title_fade.png[background, size=100%]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment