A few days ago, I downloaded a simple program. The program sends data you can enter in message fields to a certain email. Somehow the email sends it to itself so the password must be the same as programmed in the program. I tried to change the password of the email address and the program didn't work anymore. The program is an exe that you double click on and it starts itself. My question is: Is there a way to find out the password and email address the program is connected to, and if so, what do I have to do? I'm asking out of curiosity as I'm trying it with my own program and I have email and password anyway. I don't have any knowledge of programming. I'm German so sorry for my bad English. Peace. asked 12 Dec '11, 05:47 Timmy Randall edited 26 Feb '12, 21:17 cmaynard ♦♦ |
One Answer:
ich will doch nur wissen was übertragen wird mit dem programm und weiß nicht wie es geht <.< wenn ich das programm starte sehe ich da nur viele ips wenn ich da drauf klicke sehe ich bloß zeichensalat answered 16 Dec '11, 05:28 Timmy Randall Dann frag nicht hier im Expertenforum, sondern lies dir einfach mal die Tutorials und First-Step-Guides durch. Auf der Homepage findest du tonnenweise Material für den Einstieg. Hint: Such dir die IP raus, an die das Programm die Daten sendet und filter danach (ip.addr==1.2.3.4). Wenn Du die Verbindungen hast, wird normalerwiese eins der ersten ausgehenden Pakete von Deiner IP nach dem Handshake (SYN, SYN/ACK, ACK) die Daten beinhalten. Wenns Zeichensalat ist, dann wirds wohl auch verschlüsselt sein (16 Dec '11, 05:34) Landi |
which program ? Where did you download it?
a friend of mine scripted it for my email and pass
then i suggest u ask your friend about the way he scripted his program. I suppose your concern is whether s.o. could find out by sniffing the traffic - in that case it's dependent on the way your friend encrypts the data before being transmitted
as far as i know its scripted in c++, no idea if thats the answer to your question my english is not perfect and im an amateur :)
thanks for your help so far
(native on) Du solltest einfach deinen Kumpel mal fragen, wie er die Anwendung geschrieben hat. Normalerweise verschlüsselt man Benutzername / Email / Passwort vor dem senden, damit die Daten NICHT mit Wireshark o.ä. mitgelesen werden können. Wenn Dir das Sorgen macht, dass jemand deine Daten mitlesen könnte, frag deinen Bekannten wie die Daten übertragen werden.
(native off)