From e7a6413b3467b141c10e72aa02e23f94facb688d Mon Sep 17 00:00:00 2001 From: Ramana Reddy Date: Thu, 14 Mar 2024 12:30:44 +0530 Subject: [PATCH] print path --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index c6c8abb..6bc78e5 100644 --- a/src/index.js +++ b/src/index.js @@ -42,6 +42,7 @@ async function run() { try { // download and install const binPath = await installer.downloadAndInstall(nucleiVersion); + console.log('Nuclei installed to:', binPath); const params = []; if (!target && !urls) {