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