Differences
This shows you the differences between two versions of the page.
| monitors:wpscan.sh [2017/11/10 11:47] – created rich | monitors:wpscan.sh [2017/11/10 14:24] (current) – rich | ||
|---|---|---|---|
| Line 65: | Line 65: | ||
| MSG=" | MSG=" | ||
| - | CMD=" | + | CMD=" |
| + | |||
| + | if [[ $CMD == *" | ||
| + | COLOR=red | ||
| + | fi | ||
| MSG=" | MSG=" | ||
| - | $XYMON $XYMSRV " | + | $XYMON $XYMSRV " |
| + | |||
| + | ${MSG}" | ||
| fi | fi | ||
| Line 88: | Line 94: | ||
| ===== Changelog ===== | ===== Changelog ===== | ||
| + | |||
| + | * **2017-11-10** | ||
| + | * Added in basic vulnerability detect that turns status red | ||
| + | * Change to the wpscan command to prevent SSL/TLS errors | ||
| * **2017-11-10** | * **2017-11-10** | ||
| * Initial release | * Initial release | ||