Skip to content
Credentials2.2 KB

Common Admin Usernames (plaintext:base64 pairs)

Common privileged account names (root, administrator, superuser, etc.) each paired with its Base64 encoding, useful for HTTP Basic-Auth and other base64-encoded credential fields. Format is plaintextname:base64name per line.

View source
Size
2.2 KB
Category
Credentials
Source
danielmiessler/SecLists
License
MIT
Recommended tools
hydrawfuzzffufpatator

Preview

First 15 entries. Download or copy the full list (2.2 KB) using the buttons above.

>head common-admin-base64-usernames.txt2.2 KB
root:cm9vdA==
Root:Um9vdA==
administrator:YWRtaW5pc3RyYXRvcg==
Administrator:QWRtaW5pc3RyYXRvcg==
privileged:cHJpdmlsZWdlZA==
Privileged:UHJpdmlsZWdlZA==
superuser:c3VwZXJ1c2Vy
Superuser:U3VwZXJ1c2Vy
SuperUser:U3VwZXJVc2Vy
megauser:bWVnYXVzZXI=
Megauser:TWVnYXVzZXI=
MegaUser:TWVnYXNlcg==
hyperuser:aHlwZXJ1c2Vy
Hyperuser:SHlwZXJ1c2Vy
HyperUser:SHlwZXJVc2Vy

Common privileged account names (root, administrator, superuser, etc.) each paired with its Base64 encoding, useful for HTTP Basic-Auth and other base64-encoded credential fields. Format is plaintextname:base64name per line.

This list is geared toward default-credential and combo-list attacks. It contains roughly 2.2 KB and pairs well with tools such as hydra, wfuzz, ffuf, patator. Pick the smallest list that fits your engagement: shorter lists are faster and quieter for online attacks, while larger lists give broader coverage for offline work where speed is less of a constraint.

You can copy the sample preview straight from this page, copy the entire list to your clipboard, or download the raw .txt file. The full list is served directly from its upstream source on GitHub.

Sourced from danielmiessler/SecLists and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.