Skip to content

Commit 3747818

Browse files
committed
readme
1 parent 9d0cf2a commit 3747818

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ security concepts and tools with real world examples for both offensive and
1313
defensive purposes.
1414

1515

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+
1626
The solution was developed on Linux with MonoDevelop and OS X with Xamarin
1727
Studio. However, every line of code should work across all platforms and this
1828
should Just Work(tm) in Visual Studio on Windows.

0 commit comments

Comments
 (0)