diff --git a/README.md b/README.md index ac5f342..7c02a0a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ This folder contains a variety of vulnerability explotations for working with go ## Running an explotation ### Scan ips which may exist the vulnerability +![goby new scan](./imgs/scan.png "goby new scan") ### Click "verify" button +![goby verify](./imgs/verify.png "goby verify") ### Do some action like execute cmd, or get a reverse shell ![goby explotation](./imgs/opensmtpd_rce_CVE-2020-7247.png "goby explotation") diff --git a/imgs/scan.png b/imgs/scan.png new file mode 100644 index 0000000..2d638b7 Binary files /dev/null and b/imgs/scan.png differ diff --git a/imgs/verify.png b/imgs/verify.png new file mode 100644 index 0000000..831d5e0 Binary files /dev/null and b/imgs/verify.png differ