From 630526997d8efaa0563700dd6b269e3645bd4d8b Mon Sep 17 00:00:00 2001 From: Marcello Date: Thu, 16 Nov 2023 15:25:14 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e1650b1..23943ec 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ This repository, **ai-exploits**, is a collection of exploits and scanning templ Each vulnerable tool has a number of subfolders containing three types of utilities: [Metasploit](https://github.com/rapid7/metasploit-framework) modules, [Nuclei](https://github.com/projectdiscovery/nuclei) templates and CSRF templates. Metasploit modules are for security professionals looking to exploit the vulnerabilies and Nuclei templates are for scanning a large number of remote servers to determine if they're vulnerable. +## Demo + +[![Exploit Demo](https://img.youtube.com/vi/5aSwPQKKhi4/0.jpg)](https://youtu.be/5aSwPQKKhi4) + ## Setup & Usage The easiest way to use the modules and scanning templates is to build and run the Docker image provided by the `Dockerfile` in this repository. The Docker image will have Metasploit and Nuclei already installed along with all the necessary configuration.