Mukezh

Content Management System

Nov 26th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. CMS
  2. ====
  3.  
  4. Content Management System
  5. -------------------------
  6. For creating a whole new website, you just need to drag and drop the site's element only. You do not need to have very awesome knowledge of HTML, JS, PHP and all.. So you are just required to have a good knowledge of english and grammer.
  7.  
  8. WordPress also provides the CMS
  9. ================================
  10.  
  11. How to recognise the site is in wordpress :
  12.  
  13. 1. Wappalyzer
  14. 2. Add wp-admin or wp-login in the end of thr url = inurl : wp-login OR inurl : wp-admin
  15. 3. We will see "wp-content", when we look up for the image location
  16.  
  17.  
  18. Download Wordpress ---> www.wordpress.org ---> 4.8
  19.  
  20. http://127.0.0.1/wordpress/wp-content/uploads/2017/11/bharti-210x300.jpg
  21.  
  22. Hacking into wordpress website
  23. ===============================
  24.  
  25. wpscan > Inbuild tool for kali linux. Used for enumerating and scanning the Wordpress Website.
  26.  
  27.  
  28. #wpscan
  29.  
  30. #wpscan --url 127.0.0.1/wordpress
  31.  
  32. #wpscan --url 127.0.0.1/wordpress --enumerate t (To enumerate the data about the theme)
  33.  
  34. #wpscan --url 127.0.0.1/wordpress --enumerate p (To enumerate the data about plugins)
  35.  
  36. #wpscan --url 127.0.0.1/wordpress --enumerate ap (To enumerate the data about ALL plugins)
  37.  
  38. #wpscan --url 127.0.0.1/wordpress --enumerate vp (To enumerate the data about Vulnerable plugins)
  39.  
  40. #wpscan --url 127.0.0.1/wordpress --enumerate u (To enumerate the data about username)
  41.  
  42. #wpscan --url 127.0.0.1/wordpress --wordlist /usr/share/wordlists/rockyou.txt --username elliot ( For bruteforcing the password)
  43.  
  44.  
  45. ------------------------------------------------------------------------------------------------------------------------------------
  46.  
  47. REMEDIES :
  48. ==========
  49.  
  50. = wp-login changer : It will change wp-admin / wp-login to another directory name for example. wp-admin changed to adminlogin.php
  51. = Login Limiter : Set the number of login attempts into the login page. (It's a plugin in login page.)
Add Comment
Please, Sign In to add comment