Skip to content

Commit 548cf3f

Browse files
committed
Add HTTPS support
1 parent 80bb69a commit 548cf3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wpscan.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url=$1
44
out=$(echo $1 | sed 's/https:\/\///;s|\/.*||')
55

6-
docker run -it --rm wpscanteam/wpscan -u $url | tee -a wpscan.$out.txt
6+
docker run -it --rm wpscanteam/wpscan --disable-tls-checks -u $url | tee -a wpscan.$out.txt

0 commit comments

Comments
 (0)