File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,16 @@ security concepts and tools with real world examples for both offensive and
13
13
defensive purposes.
14
14
15
15
16
+ We cover a broad slice of concepts a modern security engineer must be
17
+ familiar with, starting with a brief introduction to the C# language.
18
+ After the introduction, we focus on fuzzing web application
19
+ vulnerabilities and writing exploits for them. This is followed by C#
20
+ payloads for pentesters to use for remote command execution and
21
+ persistence. Then, we move onto security tool automation using true APIs, not
22
+ just calling programs from the system shell. Finally, we focus on
23
+ reverse engineering and forensics in the final chapters.
24
+
25
+
16
26
The solution was developed on Linux with MonoDevelop and OS X with Xamarin
17
27
Studio. However, every line of code should work across all platforms and this
18
28
should Just Work(tm) in Visual Studio on Windows.
You can’t perform that action at this time.
0 commit comments