Checks if a Website is made in WordPress
is-wordpress | ||
README.md |
Run 🏃♂️
is-wordpress [domain]
Example 👨🎓
is-wordpress blog.us.playstation.com
⬇️
true
is-wordpress google.com
⬇️
false
Install ⚙️
Requirements 👀
- bash 4.0 or higher
- curl
Then you do this.
curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress
chmod +x is-wordpress
sudo mv is-wordpress /usr/local/bin