/ Published in: Bash
WGET the SALT keys from Wordpress' API
Expand |
Embed | Plain Text
key=$(wget https://api.wordpress.org/secret-key/1.1/salt/ -q -O -); echo $key;
You need to login to post a comment.
WGET the SALT keys from Wordpress' API
key=$(wget https://api.wordpress.org/secret-key/1.1/salt/ -q -O -); echo $key;
You need to login to post a comment.