Default credentials
Theory
Default credentials are a really simple and extremely common way to get initial access to a system. Many devices (especially in the Internet of Things) come with default non-random passwords that are often left unchanged. Below is a list of very common credentials :
Username
Password
admin
admin
root
root
tomcat
tomcat
password
password
Practice
Default passwords can be found through the following means
Google Dorks:
intext:'password' intext:'default' Application Name
Manual or vendor documentation
Source code
Physically (e.g. a sticker indicating the default credentials)
Resources
Last updated
Was this helpful?