1 parent 80bb69a commit 548cf3fCopy full SHA for 548cf3f
1 file changed
wpscan.sh
100644
100755
@@ -3,4 +3,4 @@
3
url=$1
4
out=$(echo $1 | sed 's/https:\/\///;s|\/.*||')
5
6
-docker run -it --rm wpscanteam/wpscan -u $url | tee -a wpscan.$out.txt
+docker run -it --rm wpscanteam/wpscan --disable-tls-checks -u $url | tee -a wpscan.$out.txt
0 commit comments