Skip to content

Commit

Permalink
Merge pull request #816 from six2dez/dev
Browse files Browse the repository at this point in the history
swaggerspy output
  • Loading branch information
six2dez authored Jan 19, 2024
2 parents 6edcec8 + 3e2bf84 commit 89937ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconftw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 89937ff

Please sign in to comment.