Checks if a Website is made in WordPress
Go to file
Andros Fenollosa 477f0e81f4 Add example
2019-12-01 10:50:21 +01:00
is-wordpress First commit 2019-12-01 10:45:42 +01:00
README.md Add example 2019-12-01 10:50:21 +01:00

Requirements

  • bash 4.0 or higher
  • curl

Install

curl -o is-wordpress https://raw.githubusercontent.com/tanrax/is-wordpress/master/is-wordpress
chmod +x is-wordpress

HOW TO USE IT

./is-wordpress [domain]

EXAMPLE

./is-wordpress blog.us.playstation.com

true

./is-wordpress google.com

false