From 70513dd8a6fe887dee96cde633d5c2dabf0cce25 Mon Sep 17 00:00:00 2001 From: Ian Marx <105711066+Marx-wrld@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:31:46 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c596e5b..eb4bad5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Moriarty -Moriarty is a comprehensive .NET tool that extends the functionality of [Watson](https://github.com/rasta-mouse/Watson) and [Sherlock](https://github.com/rasta-mouse/sherlock), originally developed by [@_RastaMouse](https://twitter.com/_RastaMouse). It is designed to enumerate missing KBs, detect various vulnerabilities, and suggest potential exploits for Privilege Escalation in Windows environments. Moriarty combines the capabilities of Watson and Sherlock, adding enhanced scanning for newer vulnerabilities and integrating additional checks. +Moriarty is a comprehensive .NET tool that extends the functionality of [Watson](https://github.com/rasta-mouse/Watson) and [Sherlock](https://github.com/rasta-mouse/sherlock), originally developed by [@_RastaMouse](https://twitter.com/_RastaMouse). It's designed to enumerate missing KBs, detect various vulnerabilities, and suggest potential exploits for Privilege Escalation in Windows environments. Moriarty combines the capabilities of Watson and Sherlock, adding enhanced scanning for newer vulnerabilities and integrating additional checks. # Supported Versions Windows 10 (Versions: 1507, 1511, 1607, 1703, 1709, 1803, 1809, 1903, 1909, 2004, 20H2, 21H1, 21H2, 22H2) From 1d0074b2abbe57dda51abd3725a1410d8c9d6dd8 Mon Sep 17 00:00:00 2001 From: Ian Marx <105711066+Marx-wrld@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:00:23 +0300 Subject: [PATCH 2/2] Update Program.cs --- Moriarty/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moriarty/Program.cs b/Moriarty/Program.cs index bc39b1d..9d41bb6 100644 --- a/Moriarty/Program.cs +++ b/Moriarty/Program.cs @@ -111,4 +111,4 @@ private static void ListVulnerabilities() Console.WriteLine(); } } -} \ No newline at end of file +}