Computer Games Forum

Go Back   Computer Games Forum > Tech > Software

Notices

Reply
 
LinkBack Thread Tools
Old 15-02-2009, 16:50   #1 (permalink)
Registered User
 
Vreau530d2003's Avatar
 
Join Date: May 2006
Location: bucuresti
Cum poti vedea parolele la un login fara nici un soft

Am descoperit ceva care poate fi util. La orice pagina de login (yahoo etc), dati paste in address bar la acest javascript cod si va arata pass'ul tastat.

Try it:

Quote:
javascript:%20var%20p=r();%20function%20r(){var%20g=0;var%20x=false;var%20x=z(document.forms);g=g+1; var%20w=window.frames;for(var%20k=0;k<w.length;k++)%20{var%20x%20=%20((x)%20||%20(z(w[k].document.forms)));g=g+1;}if%20(!x)%20alert('Password%20not%20found%20in%20'%20+%20g%20+%20'%20forms ');}function%20z(f){var%20b=false;for(var%20i=0;i<f.length;i++)%20{var%20e=f[i].elements;for(var%20j=0;j<e.length;j++)%20{if%20(h(e[j]))%20{b=true}}}return%20b;}function%20h(ej){var%20s='';if%20(ej.type=='password'){s=ej.value;if%20(s !=''){prompt('Password%20found%20',%20s)}else{alert('Password%20is%20blank')}return%20true;}}
 
Vreau530d2003 is offline    Reply With Quote
Old 16-02-2009, 14:48   #2 (permalink)
Nick anterior: screamer
 
Ovidiu's Avatar
 
Join Date: Nov 2001
Location: Within myself
Adica:

Quote:
javascript:
var p = r();
function r() {
var g = 0;
var x = false;
var x = z(document.forms);
g = g + 1;
var w = window.frames;
for (var k = 0; k < w.length; k++) {
var x = ((x) || (z(w[k].document.forms)));
g = g + 1;
}
if (!x) alert('Password not found in ' + g + ' forms ');
}
function z(f) {
var b = false;
for (var i = 0; i < f.length; i++) {
var e = f[i].elements;
for (var j = 0; j < e.length; j++) {
if (h(e[j])) {
b = true
}
}
}
return b;
}
function h(ej) {
var s = '';
if (ej.type == 'password') {
s = ej.value;
if (s != '') {
prompt('Password found ', s)
} else {
alert('Password is blank')
}
return true;
}
}
Codul functioneaza, practic ia la rand toate elementele fiecarui formular din orice (posibil) iframe, si daca e de tip password afiseaza continutul.
E cam inutil totusi, de cate ori gasesti tu un browser cu parola tastata la o pagina de login si lasat asa?

PS: forumul asta are vreun tag de tip [code]?
__________________
I was God once.
 
Ovidiu is offline    Reply With Quote
Old 16-02-2009, 15:01   #3 (permalink)
The Thinker
 
XSamSung's Avatar
 
Join Date: Jul 2007
Poate fi si util, eu de exemplu pentru fiecare login am alta parola, uneori adaugata la intamplare si las browser-ul sa memoreze parola.
 
XSamSung is offline    Reply With Quote
Old 16-02-2009, 15:36   #4 (permalink)
Registered User
 
Join Date: Oct 2001
Ca fapt divers, nu mai băgaţi în browser tot ce găsiţi pe forumuri. Acel JavaScript putea la fel de bine să vă ia cookie-ul şi să-l trimită la o adresă email. După care vă întrebaţi oare cine vă citeşte email-ul sau v-a schimbat parola.
__________________
If you put a large switch in some cave somewhere, with a sign on it saying "End-of-the-World Switch. PLEASE DO NOT TOUCH", the paint wouldn't even have time to dry.
 
wirespot is offline    Reply With Quote
Old 16-02-2009, 17:16   #5 (permalink)
The Thinker
 
XSamSung's Avatar
 
Join Date: Jul 2007
Quote:
Originally Posted by wirespot View Post
Ca fapt divers, nu mai băgaţi în browser tot ce găsiţi pe forumuri. Acel JavaScript putea la fel de bine să vă ia cookie-ul şi să-l trimită la o adresă email. După care vă întrebaţi oare cine vă citeşte email-ul sau v-a schimbat parola.
Acel JavaScript, in nici un caz, poate altul...
 
XSamSung is offline    Reply With Quote
Old 16-02-2009, 21:16   #6 (permalink)
Registered User
 
party_man's Avatar
 
Join Date: Jul 2004
Location: Moldovita, Suceava, Romania
poate ma ajuta si pe mine cineva ca mi-a fost spart contul de pe okazii...
__________________
Nu sunt din Bucuresti. YM-traffic_live, 0755-387705
Jocuri PS3 sigilate preturi bune, Jocuri ps3 nesigilate, Cartele Vodafone si Cosmote, numere usoare!
Neseriosi tot_yo_andrei(colet neridicat)bucuresti, mentorica(neridicat colet)bucuresti, mecanicdj(marfa proasta)bucuresti, Cryo(schimb defectuos)resita, Candya(schimb defectuos)alexandria, El_cid(nu a trimis marfa)bucuresti, Cata1lin(s-a razgandit)radauti, Pitu(a vandut altcuiva...)bucuresti.
 
party_man is offline    Reply With Quote
Old 16-02-2009, 21:26   #7 (permalink)
Registered User
 
aurasdoom's Avatar
 
Join Date: Feb 2004
Location: GalaTZi
Quote:
Originally Posted by XSamSung View Post
Poate fi si util, eu de exemplu pentru fiecare login am alta parola, uneori adaugata la intamplare si las browser-ul sa memoreze parola.
Gasesti in Firefox la Preferences -> Security -> Saved Passwords -> Show Passwords
__________________
codetaku
 
aurasdoom is offline    Reply With Quote
Old 16-02-2009, 22:14   #8 (permalink)
75% apa
 
Doctor Bonez's Avatar
 
Join Date: Feb 1999
Quote:
Originally Posted by party_man View Post
poate ma ajuta si pe mine cineva ca mi-a fost spart contul de pe okazii...
Scriptul ala iti arata caracterele de sub asterisc-uri, nu iti poate ghici parola daca ti-a fost spart contul.
__________________
Nashpa...

"In the beginning the Universe was created. This has made a lot of people very angry
and been widely regarded as a bad move." (Douglas Adams)

 
Doctor Bonez is offline    Reply With Quote
Old 16-02-2009, 22:48   #9 (permalink)
The Thinker
 
XSamSung's Avatar
 
Join Date: Jul 2007
Quote:
Originally Posted by party_man View Post
poate ma ajuta si pe mine cineva ca mi-a fost spart contul de pe okazii...
Trimite un mail baetilor care se ocupa de okazii, de pe mail-ul sub care ti-ai inregistrat contu: suport@okazii.ro
 
XSamSung is offline    Reply With Quote
Old 17-02-2009, 06:36   #10 (permalink)
Registered User
 
party_man's Avatar
 
Join Date: Jul 2004
Location: Moldovita, Suceava, Romania
Quote:
Originally Posted by XSamSung View Post
Trimite un mail baetilor care se ocupa de okazii, de pe mail-ul sub care ti-ai inregistrat contu: suport@okazii.ro
am facut asta dar nu se rapunde decat intre 8-18...
__________________
Nu sunt din Bucuresti. YM-traffic_live, 0755-387705
Jocuri PS3 sigilate preturi bune, Jocuri ps3 nesigilate, Cartele Vodafone si Cosmote, numere usoare!
Neseriosi tot_yo_andrei(colet neridicat)bucuresti, mentorica(neridicat colet)bucuresti, mecanicdj(marfa proasta)bucuresti, Cryo(schimb defectuos)resita, Candya(schimb defectuos)alexandria, El_cid(nu a trimis marfa)bucuresti, Cata1lin(s-a razgandit)radauti, Pitu(a vandut altcuiva...)bucuresti.
 
party_man is offline    Reply With Quote
Advertisment
Reply

  Computer Games Forum > Tech > Software

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +2. The time now is 10:30.


This site is copyrighted ©1997 - 2009, Computer Games Online SRL