Thursday, March 25, 2010

How to make bootable pendrive for Win 7 OS

Make sure you have a Pendrive or USB drive with a minimum of 4 GB space and you have the Windows 7 installation DVD. This tutorial is best suited if you have a Windows 7 DVD with you else you need to change it

1. Format the Pendrive or USB drive in NTFS format first.
2. From the start menu right click on the command prompt and select “Run as administrator“.
3. Now type the following commands (Press enter key after each command).
4. diskpart. This is to open the disk partition program.
5. Now to show the list of drives type list disk.
6. You can see disk’s listed there. Note down the disk number of your pendrive eg. Disk .
7. Now type SELECT DISK X (where X is the number you noted down for the pendrive from step 5)
8. Now type CLEAN.
9. Now type the following commands by pressing enter after each one.
10. CREATE PARTITION PRIMARY
11. SELECT PARTITION 1 (Assuming your pendrive/ USB drive is 1).
12. ACTIVE
13. FORMAT FS=NTFS
14. ASSIGN
15. EXIT(Now the disk partition program will exit). Now we need to give some more commands.
16. Now insert the Windows 7 Installation DVD and to your DVD drive.
17. Here i am assuming DVD drive as G and Pendrive as I.(Change it accordingly).
18. Now type G:CD BOOT
19. Now type this command BOOTSECT.EXE/NT60 I: to update your USB drive with bootmgr code.
20. Finally copy all the contents from the Windows 7 DVD to your Pendrive. Make sure you don’t cause any errors.
21. Plug / Insert your pendrive to your PC and restart the system.
22. Now Enter the Bios system accordingly by pressing the key delete.(This may vary some times it will be F2 or F12. It depends on the type of your system. Any how during the start up your system will display which key to press to enter the Bios).
23. Now select the USB/ Pendrive as the first boot driver.(Set the first boot priority to USB drive.).
24. Now save the settings in Bios and restart and you will be able to Install Windows 7 using that pendrive.

Monday, March 22, 2010

Send fake mail

Way to prank your friend.....

Today i will teach you how to send fake mail to your friend.
In this methodology i am giving you some sites , which facilited to send fake mail .
You need to enter you email address to whom you want to send the mail ,
In from area enter email ID as you like that you wanna show to your opponent .
like ...
Subject : Enter subject
Body :
" Now write here as you are CEO of HDFC bank , or yahoo employer or anyone
that you wanna be "
then click on send button..
If your friend is Non-technical person then according to reallity that you shown in mail he might take on mind .
Enjoy.....
Sites to send the fake mail
you can you site that you like....
These also available some software on net for free , those also can be helpful to you.



FOR TECHNICAL PEOPLE
SENDING FAKE MAIL (email forging)


Most of the email forging tutorials on internet will teach us how to send fake mails connecting to SMTP server of ISP or any other domain. But this is not possible since these hacks will no longer work today because SMTP of remote server will reject any attempts for unauthorized access. So we have to run our own SMTP server on our computer .SMTP server is a simple software program which can be installed on your computer in few seconds.

Download QK STMP Server: here

How To Send Fake Emails
This is the SMTP server i am using in my tutorial .Once you download and install the server on your comp then you are all set to send fake emails successfully .This will work.

PART A: CONFIGURING SMTP SERVER

Once you have installed the QK SMTP server on your comp you must perform the following configuration.

1. Click on "Settings" button on the main screen, the Settings window pops up

2. On Settings window click on "Basic Parameter" tab

3. Set binding IP to "127.0.0.1"

4. Set port to "25"

PART B: FORGING EMAIL (SENDING FAKE MAIL)

1. Click on SMTP server icon on your desktop to start your SMTP server to run(The icon is shown on the notification area of the taskbar if it is running).If it is already running then this step can be ignored

2. Go to command prompt (Start-Accessories-Command prompt)

3. Type exactly as follows

C:\>telnet 127.0.0.1 25

Here 127.0.0.1 is the default IP of every computer.25 is the port number. SO you are connecting to the SMTP server running on your own computer.

NOTE: The IP 127.0.0.1 should not be substituted by any other IP.

4. After typing the telnet command in the command prompt you get entry to the server which displays the following message. The response of a OK SMTP server is given below. Message within yellow color is only explanation.

220 Welcome to QK SMTP Server 3
hello hacker (Type hello & any name followed by space)
250 Hello hacker (Server Welcomes You)
mail from:billg@microsoft.com (email address can be anything of your choice)
250 billg@microsoft.com Address Okay (Server gives a positive response)
rcpt to:admin@gmail.com (Type any valid recipient e-mail address)
250 admin@gmail.com Address Okay (Server gives a positive response)
data (type this command to start input data)
354 Please start mail input
From: bill
To:name@gmail.com
Date: something
Subject: A test of fake mail
You can create as many headers followed by the ":" symbol.
NOTE: HEADERS SHOULD NOT CONTAIN A LINE GAP.IF SO IT IS CONSIDERED AS BODY OF THE MAIL. Press enter twice so that there is a line gap between the header & body data

End the body of mail by pressing [ENTER]. (dot) [ENTER]

250 Mail queued for delivery (Sever indicates that the mail is ready for sending)
Quit (Type this command to quit from server)
221 Closing connection. Good bye.
Connection to host lost
(You will get the above 2 lines of message after typing "quit" command)
(Your mail is sent to the recipient)


Home : Home

Friday, March 19, 2010

Boot Winxp Fast

Boot Winxp Fast

Follow the following steps

1. Open notepad.exe, type "del c:\windows\prefetch\ntosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:\
2. From the Start menu, select "Run..." & type "gpedit.msc".
3. Double click "Windows Settings" under "Computer Configuration" and double click again on "Shutdown" in the right window.
4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file & click "Open".
5. Click "OK", "Apply" & "OK" once again to exit.
6. From the Start menu, select "Run..." & type "devmgmt.msc".
7. Double click on "IDE ATA/ATAPI controllers"
8. Right click on "Primary IDE Channel" and select "Properties".
9. Select the "Advanced Settings" tab then on the device or 1 that doesn't have 'device type' greyed out select 'none' instead of 'autodetect' & click "OK".
10. Right click on "Secondary IDE channel", select "Properties" and repeat step 9.
11. Reboot your computer.

Computer shortcuts

Shortcuts:
(Press the key consecutively)
1.Open my computer directly
Start + E
2.Directly move on another page
Alt + Tab
3.Move directly on another tab
Ctrl + Tab
4.Shut down your PC directly
Start + U + U
5.Open command prompt speedly
Start + R
6.Minimize the Page
Alt + space + N
7.Close the page
Alt + F4 or Alt + space + C
8.Start Tast manager

Clrt + Alt + Del Or Ctrl + Shift + Esc

Tuesday, March 16, 2010

A guessing game in C

#include
#include
#include

void main()
{
int num,guess=-1,tries=0,pass=0;
time_t t;
srand((unsigned)time(&t));
num=rand()%100;
clrscr();
while((guess!=num)&&tries<8)
{
printf("Enter the guess num b/w 0 & 100 (you have %d tries left out)\n",(8-tries));
scanf("%d",&guess);
tries++;
if(guess==num)
{
printf("Hurray you guessed it correctly!!!\nYou won!!!!!!!!!!1 ");
pass=1;
goto a;
}
else if(num< guess)
printf("Your guess is too high\n");
else
printf("Your guess is too low\n");
}
if(pass==0)
printf("Sorry you lost! The correct number is %d\n",num);
a:
getch();
}

C programme to restart PC

This is my first post