From 3e2bf84397f0718653b38c47bb08d7ee23ad8d98 Mon Sep 17 00:00:00 2001 From: six2dez Date: Fri, 19 Jan 2024 17:13:01 +0100 Subject: [PATCH] swaggerspy output --- reconftw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reconftw.sh b/reconftw.sh index 17045b51..caac2aeb 100755 --- a/reconftw.sh +++ b/reconftw.sh @@ -517,7 +517,7 @@ function apileaks() { echo "Failed to pushd to ${tools}/SwaggerSpy in ${FUNCNAME[0]} @ line ${LINENO}" exit 1 } - python3 swaggerspy.py $domain > ../osint/swagger_leaks.txt 2>>"$LOGFILE" || { + python3 swaggerspy.py $domain > ${dir}/osint/swagger_leaks.txt 2>>"$LOGFILE" || { echo "swaggerspy command failed" exit 1 }