 |
|
03-11-2007, 03:22 AM
|
#1 (permalink)
|
|
हॉर्न ओके प्लीज़
Join Date: Sep 2007
Posts: 1,493
|
[trick] Revealing saved password behind those ******
Ok geeks, I am no expert or a qualified guy in IT! I just discovered this maipulation when I was playing around with MS Frontpage because I had to build my website.
Source:myself 
Also posted it on my blog!
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति
गीक होना माँगता
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
03-11-2007, 03:31 AM
|
#2 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,791
|
Re: [trick] Revealing saved password behind those ******
Good find Rohan
|
|
|
03-11-2007, 03:34 AM
|
#3 (permalink)
|
|
The No.1 Stupid
Join Date: May 2005
Location: CYBERYARD
Posts: 1,708
|
Re: [trick] Revealing saved password behind those ******
duh!!! what kinda tutorial is this ??? whats the use ???
@charan , what good find ??? this is elementary of HTML. we have just changed the password field to text and that too just on our computer.
Am I missing something???? I seriously dont understand whats the use and what is "Good find" in it ????
PS:Ok , I just saw that you are new to it. Keep exploring.
__________________
n00b forever...
|
|
|
03-11-2007, 08:10 AM
|
#4 (permalink)
|
|
Guest
|
Re: [trick] Revealing saved password behind those ******
ya there is nothing trick you just change the pass field to text field...
|
|
|
|
03-11-2007, 02:23 PM
|
#5 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,791
|
Re: [trick] Revealing saved password behind those ******
@~Phenom~ & vaibhavtek .. This is not about just changing the "Password" filed to "Text" field. please do the same trick with IE or Firefox in less than 15 seconds,reload the page and login.
Editing and reloading the source within Opera ....that was the "Good Find" , I didnt know about this feature of applying the changes to the Source from within Opera.
|
|
|
03-11-2007, 02:32 PM
|
#6 (permalink)
|
|
The No.1 Stupid
Join Date: May 2005
Location: CYBERYARD
Posts: 1,708
|
Re: [trick] Revealing saved password behind those ******
^^ I still couldnt get the trick. Am I too dumb to understand the obvious ???
__________________
n00b forever...
|
|
|
03-11-2007, 02:42 PM
|
#7 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,791
|
Re: [trick] Revealing saved password behind those ******
@~Phenom~ arre yar.. The main point what I am speaking is that opera's inbuilt Source editor. You can just edit the source of the page you are viewing and load it immediately. This is not possible (IMO) in firefox and IE..
in IE by default you will get just a source in notepad. where as in FF you will get its inbuilt source viewer in which you cannot edit it.
I am in no way trying to offend you
|
|
|
03-11-2007, 04:11 PM
|
#8 (permalink)
|
|
Guest
|
Re: [trick] Revealing saved password behind those ******
that makes the tutorial a nice one.
|
|
|
|
03-11-2007, 04:13 PM
|
#9 (permalink)
|
|
The No.1 Stupid
Join Date: May 2005
Location: CYBERYARD
Posts: 1,708
|
Re: [trick] Revealing saved password behind those ******
@charan , point taken.
__________________
n00b forever...
|
|
|
03-11-2007, 04:28 PM
|
#10 (permalink)
|
|
हॉर्न ओके प्लीज़
Join Date: Sep 2007
Posts: 1,493
|
Re: [trick] Revealing saved password behind those ******
Does in work in IE and FF too? Because I thing the file has to ber served from the server and not local disk because URLs are relative and not absolute?
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति
गीक होना माँगता
|
|
|
03-11-2007, 06:56 PM
|
#11 (permalink)
|
|
Guest
|
Re: [trick] Revealing saved password behind those ******
ya did it work on IE as I am using that.
|
|
|
|
05-11-2007, 03:59 PM
|
#12 (permalink)
|
|
Cool as a CUCUMBAR ! ! !
Join Date: Dec 2003
Posts: 5,052
|
Re: [trick] Revealing saved password behind those ******
nice find ...... & works on ie & ff 2 .......
best way 2 AVOID these tricks is "TURN OFF UR PASSWORD WIZARD" ....
__________________
... W H O T ...
|
|
|
05-11-2007, 04:41 PM
|
#13 (permalink)
|
|
Think Zen.
Join Date: Dec 2005
Posts: 1,498
|
Re: [trick] Revealing saved password behind those ******
There's a simpler script to do reveal passwords:
Create a bookmark and give the following as the address:
Code:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
Once the passwords are typed/auto-filled by the browser run this bookmark.
It will show all the passwords in the page.
Its Not Mine but found it somewhere , dont remember where though .
been using since a long time.
Regards,
ray
__________________
Do what you will; but not because you must. -- Zen Quote
|
|
|
05-11-2007, 06:28 PM
|
#14 (permalink)
|
|
Be CoOl rAp RuLeZ !!!
Join Date: Feb 2007
Posts: 1,967
|
Re: [trick] Revealing saved password behind those ******
hey lol tutorial i was about to find my sister password
__________________
iPhone 3G 16GB + Samsung I450 + Sennheiser CXL 400 + PSP Phat + Samsung NC10 :D
Previous phones: N73ME , W810I , Asus P320
|
|
|
01-12-2007, 01:46 AM
|
#15 (permalink)
|
|
Right Off the Assembly Line
Join Date: Sep 2006
Posts: 15
|
Re: [trick] Revealing saved password behind those ******
That was a great trick worked on FF too
thanks mate
__________________
"For the life of a creature is in the blood"
|
|
|
01-12-2007, 01:48 AM
|
#16 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,791
|
Re: [trick] Revealing saved password behind those ******
@ray .. thanks for the tip, somehow I missed your post
|
|
|
01-12-2007, 01:03 PM
|
#17 (permalink)
|
|
!! RecuZant By Birth !!
Join Date: May 2005
Location: In Everyone`s Heart
Posts: 2,985
|
Re: [trick] Revealing saved password behind those ******
I will try this and tell whether it works
__________________
Know My Thoughts..
Visit my Blog @ www.Urssiva.com
Visit My Tech Blog @ www.CloudTechnica.com
|
|
|
01-12-2007, 01:08 PM
|
#18 (permalink)
|
|
Dreamweaver
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
|
Re: [trick] Revealing saved password behind those ******
I never knew this.. thanks
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore
Follow me on twitter.com/gigacore
|
|
|
01-12-2007, 03:05 PM
|
#19 (permalink)
|
|
Be CoOl rAp RuLeZ !!!
Join Date: Feb 2007
Posts: 1,967
|
Re: [trick] Revealing saved password behind those ******
well this just simple html what you are saying   this tutorial i think is of no use cause nobody is going to open a saved page to enter his pass and login id
man
__________________
iPhone 3G 16GB + Samsung I450 + Sennheiser CXL 400 + PSP Phat + Samsung NC10 :D
Previous phones: N73ME , W810I , Asus P320
|
|
|
01-12-2007, 06:44 PM
|
#20 (permalink)
|
|
TheSaint
Join Date: Jun 2004
Location: Antigua
Posts: 3,447
|
Re: [trick] Revealing saved password behind those ******
Thanks
__________________
http://www.neville.in
http://www.linuxrocks.in
"The Future Is Open"
|
|
|
02-12-2007, 05:26 PM
|
#21 (permalink)
|
|
The High 5 Flyer
Join Date: Jun 2005
Location: New Delhi
Posts: 1,771
|
Re: [trick] Revealing saved password behind those ******
Thats an interesting find, but I will give you a much more simpler way, if Revealing password behind those ******* is concerned download a simple application again called "Revelation" from the link below. When u run th eapplication, you will see a window with an image of a cross inside a circle. All you have to do is to click on that image hold the left mouse button and drag the curson on to the "*****" password written on any site. The password would be revealed in the small slit under that sign....  Check out the snap for detail.........
Download Reveletion...
http://rs267cg.rapidshare.com/files/...velationV2.exe
step 1 .
Step 2.
Last edited by sam9s; 02-12-2007 at 05:35 PM.
|
|
|
02-12-2007, 10:35 PM
|
#22 (permalink)
|
|
In The Zone
Join Date: Jan 2005
Location: Palakkad/Bangalore
Posts: 423
|
Re: [trick] Revealing saved password behind those ******
nice find buddy...
__________________
.dk
|
|
|
03-12-2007, 10:24 PM
|
#23 (permalink)
|
|
Right Off the Assembly Line
Join Date: Apr 2007
Posts: 21
|
Re: [trick] Revealing saved password behind those ******
Quote:
|
Originally Posted by kushagra_krates@yahoo.com
well this just simple html what you are saying   this tutorial i think is of no use cause nobody is going to open a saved page to enter his pass and login id
man
|
hy mak dat page home na..... simpl... den evry1 will be usin dat..
__________________
my desires are my deservance
|
|
|
05-12-2007, 06:01 PM
|
#24 (permalink)
|
|
Human Spambot
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
|
Re: [trick] Revealing saved password behind those ******
Thanks
|
|
|
06-12-2007, 09:58 AM
|
#25 (permalink)
|
|
Right Off the Assembly Line
Join Date: May 2005
Location: Bangalore
Posts: 40
|
Re: [trick] Revealing saved password behind those ******
@vaibhavtek...i am also doing in IE 6.0 but it doesn't happen anything.
I had opened Yahoo.com and there when i press Ctrl+F3 it doesn't do anything. After that i manually go into View->source and change the password field to text. But nothng happens...
|
|
|
29-03-2008, 01:58 AM
|
#26 (permalink)
|
|
Right Off the Assembly Line
Join Date: Mar 2008
Posts: 11
|
Re: [trick] Revealing saved password behind those ******
Quote:
Originally Posted by rayraven
There's a simpler script to do reveal passwords:
Create a bookmark and give the following as the address:
Code:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();
Once the passwords are typed/auto-filled by the browser run this bookmark.
It will show all the passwords in the page.
Its Not Mine but found it somewhere , dont remember where though .
been using since a long time.
Regards,
ray
|
hey thanx for this nice tricky javascript
i liked it
|
|
|
30-03-2008, 05:45 PM
|
#27 (permalink)
|
|
In The Zone
Join Date: May 2005
Location: If I had a webcam u could have seen me, before your eyes.
Posts: 458
|
Re: [trick] Revealing saved password behind those ******
this trick will be useful if you are in a cybercafe and someone has ticked the rem. me on this comp. button.....or turned on the pass.manager..
__________________
Searching for dell studio 15 ??
dell studio 15 review @ my blog
vandit007.blogspot.com
And remember the stylus that comes along with the touchscreens isnt meant for cleaning your ears !!
|
|
|
31-03-2008, 08:32 PM
|
#28 (permalink)
|
|
Perpetual Fresh Stock
Join Date: Feb 2007
Location: Jaipur
Posts: 50
|
Re: [trick] Revealing saved password behind those ******
Revelation didnt work on my Mozilla FF.
As for the "trick" that the thread starter discovered, I can make out your new to HTML.
Keep exploring.
|
|
|
31-03-2008, 09:20 PM
|
#29 (permalink)
|
|
हॉर्न ओके प्लीज़
Join Date: Sep 2007
Posts: 1,493
|
Re: [trick] Revealing saved password behind those ******
Quote:
Originally Posted by siddes
Revelation didnt work on my Mozilla FF.
As for the "trick" that the thread starter discovered, I can make out your new to HTML.
Keep exploring.
|
lol......anybody told you that tricks need to be very very difficult to understand? 
Everybody loses interest in the trick once the logic(however small it is) is out. So I don't blame you.
__________________
विक्टर रॅंबो - चाणकया प्रभावित व्यक्ति
गीक होना माँगता
|
|
|
31-03-2008, 11:08 PM
|
#30 (permalink)
|
|
Perpetual Fresh Stock
Join Date: Feb 2007
Location: Jaipur
Posts: 50
|
Re: [trick] Revealing saved password behind those ******
Ok, i just checked ur posts and saw the mH CET site uv started.
Given that, ur posting the 'trick' seems weird.
Whats funnier is that u actually thought it to be a trick.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|