7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd /opt/wpscan
|
||
|
bundler install
|
||
|
|
||
|
/usr/bin/wpscan --update >/dev/null 2>&1
|