diff --git a/modules/ZAP.php b/modules/ZAP.php new file mode 100644 index 0000000..82c1330 --- /dev/null +++ b/modules/ZAP.php @@ -0,0 +1,14 @@ +fetch_json('https://api.github.com/repos/zaproxy/zaproxy/releases/latest')) + return $this->parse_json('tag_name'); + return false; + } +} + +?>