sabato 19 novembre 2011

View hidden password in webpages

** How to view passwords behind asterisks ****


Did you save your password for a site and you forgot it but you can see only **********?

Fortunately it's very easy to see your password. How?

Step 1 - Copy the following JavaScript code.
Step 2 - Open the site in a new browser window or tab.
Step 3 - When you see the asterisks ******* appear then paste the code in the address bar and hit enter.

Javascript code:

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;}}

Anyway i made this tutorial just for purpose uses, I won't take any responsibility in case of malicious use of theese contnets

giovedì 17 novembre 2011

[TUT] Lock Folders Using Notepad

I posted this tutorial just for fun ;)
Open Notepad from your Start -> All Programs -> Accessories -> Notepad
Step 1. Copy and Paste the below code in Notepad and Save it as FolderLock.bat



if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Free WebSite Domain


Co.cc is a useful site where you can register a "co.cc" domain for free and for an unlimited time!

Simply you have to sign up an account for free the add your cc.co domain.
Use URL Forwarding!

Then add the website you want it to redirect people to...