View Single Post
kimmoli's Avatar
Posts: 562 | Thanked: 2,744 times | Joined on Dec 2013 @ Espoo, Finland
#7

dbus-monitor can show nice things
Code:
signal sender=:1.198 -> dest=(null destination) serial=590 path=/org/freedesktop/Telepathy/Connection/gabble/jabber/gmail_2ecom_1a4623dead_5f0xdabeef; interface=org.freedesktop.Telepathy.Connection.Interface.SimplePresence; member=PresencesChanged
   array [
      dict entry(
         uint32 21
         struct {
            uint32 3
            string "away"
            string "Hell yeah!!!

"
         }
      )
   ]
and also shows your passwords in plain text
Code:
signal sender=:1.433 -> dest=(null destination) serial=12 path=/com/google/code/AccountsSSO/SingleSignOn/AuthSession_0; interface=com.google.code.AccountsSSO.SingleSignOn.AuthSession; member=stateChanged
   int32 8
   string "The request is started successfully"
method return sender=:1.433 -> dest=:1.34 reply_serial=848
   array [
      dict entry(
         string "Secret"
         variant             string "plaintextpassword"
      )
      dict entry(
         string "UserName"
         variant             string "youmightquessthisone"
      )
   ]
 

The Following 2 Users Say Thank You to kimmoli For This Useful Post: