Security Misconfiguration - TairinySimeonato/WebAuditing GitHub Wiki

  • A website can be susceptible to attack due to an insecure configuration option.
  • Wappalizer is an browser extension that tells you what services versions the website uses
  • Attackers will often attempt to exploit unpatched flaws or access default accounts, unused pages, unprotected files and directories, etc to gain unauthorized access or knowledge of the system.

Prevention

  • make sure the services used are up to date
  • do not use default credentials
  • Make sure error messages do not give too much information away
  • remove unused features

References