Finding Plaintext Credentials
Using Teleseer to find plaintext credentials
Overview
When computers connect to other computers using insecure protocols (FTP, HTTP, SNMP, etc), important information may be sent across the wire in plaintext.
Teleseer allows you to view this information within the Inspector panel.
New Feature: Credentials Tab
Follow the steps below or check out the new Credentials tab!
Example
For this example, we'll be using the MACCDC 2012 demo project.
-
Load the MACCDC 2012 f0016 Demo Project
-
When the project loads, enter 192.168.202.102 within the search text field
-
Left-click on the result to zoom to it in the topology
-
Left-click on the asset within the topology to select it
[block:image]
{
"images": [
{
"image": [
"https://files.readme.io/e952608-image.png",
null,
null
],
"align": "center",
"border": true,
"caption": "Asset selection"
}
]
}
[/block] -
Expand the Events value within the Timeline protocol listing
[block:image]
{
"images": [
{
"image": [
"https://files.readme.io/0463503-image.png",
null,
null
],
"align": "center",
"border": true,
"caption": "Authentication events"
}
]
}
[/block] -
Left-click on the desired event
-
Within the Inspector panel, scroll down to the bottom
-
Hover the desired event to see more information
[block:image]
{
"images": [
{
"image": [
"https://files.readme.io/4230867-image.png",
null,
null
],
"align": "center",
"border": true,
"caption": "Authentication event credentials"
}
]
}
[/block]
Updated about 1 month ago