2. session - 1

22
BASIC HACKING HACKING

Upload: aravindhan-ragunathan

Post on 08-Sep-2015

214 views

Category:

Documents


1 download

DESCRIPTION

Computer Tips & Tricks

TRANSCRIPT

  • BASIC HACKING

  • NotepadWrite .LOG in the starting of Text file and your text document will be like a diary i.e. whenever you will open your file Current Time and Date will be appended in the file.

  • CAPTCHA

    CAPTCHA or Captcha (pronounced as cap-ch-uh) whichstands for Completely Automated Public Turing test to tell Computers and Humans Apart is a type of challenge-response test to ensure that the response is only generated by humans and not by a computer.d

  • Sample

  • CLEAR BIOS INFO

    DEBUG hit enter -o 70 2e hit enter -o 71 ff hit enter -q hit enter

  • Hide any file behind JPEG image manually Things that you will need for this trick:1. Winrar installed on your system.2. Little knowledge of command prompt.

  • 1.Create an folder into C drive (recommendation is that use this C:\Hidden).2. Now gather all files that you want to hide in this folder.3. Now add these all files to compressed .rar file using winrar(example myhiddenfiles.rar ).Note: This rar file should be in the same directory (i.e. C:\Hidden)4. Now Select the JPEG file that you want to use to hide the above content(say myimage.jpg). Put this image file also in the same folder that is in C:\Hidden5. Now, open Command Prompt (Go to Run and type cmd). Make your working directory C:\hidden. (When you open CMD you will get like C:\Documents and settings\username (something like this)Now type cd.. and press enter and then again type cd.. and press enter. Now you have something like this in cmd C:\ . Now in front of that type cd "Hidden" and press enter. )6. Now type: COPY /b myimage.jpg + myhiddenfiles.rar outputimage.jpg (without quotes) - Now, myimage.jpg is the picture you want to show, myhiddenfiles.rar is the file to be hidden, and outputimage.jpg is the file which contains both....7. Now, after you have done this, you will see a file output.jpg in C:\hidden. Open it (double-click) and it will show the picture you wanted to show. Now try opening the same file with WinRAR, it will show the hidden archive...

  • Folder Lock Without Any Software

    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

  • How to Make the Desktop Bomb Virus:@echo off cd %userprofile%\desktop :loop md %random% goto loop

  • Shake your Web-Browser!

    javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0);} } }} Shw(6)

  • Behind Asterisk(*****) Using Javascript

    javascript: alert(document.getElementById('Passwd').value);

  • Revolving Imagesjavascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

  • RAPID SHARE HACK

    Method 1 1.First of all Open rapid share link 2.Click on free downloading. 3.As soon as timer start type this in address bar and click enter javascript:alert(c=0) 4.a pop up message will come click ok your counter is zero just download the stuff

  • Method 2 1.Delete the cookies in your browser internet explorer or Firefox or opera or whatever u use). 2.Press start->run,type cmd. 3.In the command prompt,type ipconfig/flushdns press enter.Then type ipconfig/release,then ipconfig/renew .Now type exit. 4.Now try downloading, for many people this may work if their ISP provides a dynamic ip

  • The Complete list ! Can u Do it!

    Try to create a folder in Windows with either of these namescon or nul or Aux or Lpt1. Windows will not let u create .This is because, these refer to some well known ports. -con corresponds to the console -Lpt1 corresponds to printer and so on.well that was common but how about this ? Try these more

  • Contd,,CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

  • How To Createcreate a new folder type con and now press alt and type 0160do it like this :::; type con (press alt+0160) and release

  • Reason how it is created0160 is the ASCII code for the space so a space is created and the folder is created

  • Get a Call from your own Cell Phone numberJust give a missed call to this number. Youll not be charged! +41445804650Wait for a few seconds and youll get a call to your cell phone from your own number3. Receive the call. Youll hear a lady voice asking for a PIN number. Just enter some rubbish number.4. She says- Your PIN cannot be processed and the call disconnects..

  • Notepad@ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top

  • Simple Fake Virusshutdown -s -f -t 30 -c "April Fools"

  • You can Edit any Webpage

    javascript:document.body.contentEditable='true'; document.designMode='on'; void (0);