Watson is a .NET tool designed to enumerate missing KBs and suggest exploits for Privilege Escalation vulnerabilities.
Supported Versions
Usage
– OS Build Number: 14393
>>Enumerating installed KBs…
– CVE-2019-0836 : VULNERABLE
>>https://exploit-db.com/exploits/46718
>>https://decoder.cloud/2019/04/29/combinig-luafv-postluafvpostreadwrite-race-condition-pe-with-diaghub-collector-exploit-from-standard-user-to-system/
– CVE-2019-0841 : VULNERABLE
>>https://github.com/rogue-kdc/CVE-2019-0841
>>https://rastamouse.me/tags/cve-2019-0841/
– CVE-2019-1064 : VULNERABLE
>>https://www.rythmstick.net/posts/cve-2019-1064/
– CVE-2019-1130 : VULNERABLE
>>https://github.com/S3cur3Th1sSh1t/SharpByeBear
– CVE-2019-1253 : VULNERABLE
>>https://github.com/padovah4ck/CVE-2019-1253
– CVE-2019-1315 : VULNERABLE
>>https://offsec.almond.consulting/windows-error-reporting-arbitrary-file-move-eop.html
Finished. Found 6 potential vulnerabilities.
Issues
Bug label.Vulnerability Request label and include the CVE number.Exploit Suggestion label and provide a URL to the exploit.Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…