Monday 30 September 2013

Manually Getting Blue Screen Of Death (BOSD)

You may be surprised to know that Windows has a built-in self-crashing mechanism (no pun intended). Though it is quite easy to crash a Windows box whenever you want it to crash, it may be quite difficult to reproduce the scenario, when you desperately want your box crashed. The Tutorial Is Provided BY Cyber Elite So here we give you two methods to

crash your Windows box.

Method 1: Windows Built-in Self Crasher
This method produces the 'awesome' BSOD (Blue Screen Of Death) that you are no doubt familiar with. The PC gets locked up and the only way to recover is to

reboot it. Just follow these steps:

Run Regedit (Start -> Run -> regedit)
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prt\Parameters
Create a new DWORD value with name CrashOnCtrlScroll and give it a value 1
Reboot the PC

Now whenever you want to see the cute blue screen (and crash your system), press and hold the Ctrl key on the right side of the keyboard and hit the Scroll Lock key twice.

HACK WIFI PASSWORD USING CMD



1 Go to Start. In the search box, type in "cmd". If your Start menu has the Run command, click Run and type "cmd" in the field.
2 Type"ipconfig" using the cursor.
3 Hit Enter. On your screen, you will see a series of names and numbers. Look for the line that says Default Gateway. Write down the number that you see next to Default Gateway
4 Navigate to Google or another search engine. In the address bar, type in the number that you just wrote down.
5 Hit Enter. You will see another screen that has fields to enter your username and password. The username is "admin", and the password is either "admin" or "1234". Enter that information into the appropriate fields. Click the "Log In" button.
6 Go to the Wireless tab on the website that pops up. If you scroll down, you should find something called password. Write down your password and put it in a safe place in case you forget it again.

Thursday 26 September 2013

Five COMMAND PROMPT Hacking Tricks...!

First, open your Network Connection and right click and select Properties. Then Select TCP/IP and click on Properties again. Now Click on Advanced and WINS tab. Select Default for NeBIOS.

Now back to the main Local Area Connection window, select File and Print Sharing for Microsoft Networks and hit enter.

This is just to make sure you have NetBIOS enabled. We will have some fun with NetBIOS on CMD.

First thing you need to know is some very helpfull commands to use on CMD(Command Prompt).

In case you don't know how to get CMD open in your box, then click on Start, then Run, then type "cmd".

In case you don't know some of them, then just type the command on CMD and hit enter.
A little help will show up in your screen. Read it and understand what the command does.
.
.
.
Lets start easy...
.
.
.
1) ping : This command will allow you to know if the host you pinging is alive, which means if it is up at the time of executing the "ping" command.

ping x.x.x.x (x is the IP address)

or

ping www.whatever.com
(www.whatever.com
is the website you want to ping, but you don't know the IP)

OBS: Keep in mind that if the host you pinging is blocking ICMP packets, then the result will be host down.

2) nslookup : This command has many functionalities.
One is for resolving DNS into IP.
Lets say you know the website URL but you don't know its IP(and you want to find out).

nslookupCode:
www.whatever.com

(www.whatever.com
is the website you want to find out the IP)

Now, another really nice function of nslookup is to find out IP of specific Mail Severs.

nslookup (enter)
set type=mx (enter)
yahoo.com

This command will give you the mail server IP of yahoo.com. You can use whatever server you want and if it is listed on DNS, then you get the IP. Simple, isn't it?

OK, now why would you want to have an IP of a mail server?
To send spoofed mail to your friends or even for SE.
In case you looking for "How to spoof email", then look for my
"How to spoof email tutorial" Code:
http://www.infowar.com/forums/showthread.php?s&threadid=2360


3) tracert : This command will give you the hops that a packet will travel to reach its final destination.

OBS: This command is good to know the route a packet takes before it goes to the target box.

tracert x.x.x.x (x is the IP address)

or

tracert www.whatever.com
(www.whatever.com
is the website you don't know the IP)

4) arp : This command will show you the arp table. This is good to know if someone is doing arp poisoning in your LAN.

arp -a

5) route : This command will show you the routing table, gateway, interface and metric.

How To View Facebook Private Profile Photo In Large Size ?

Sometime you want to see clear image of someone on facebook who might not be your friend but his/her privacy setting stop you from doing this. In this tutorial i will teach you to view facebook private or locked profile picture in large size with very simple trick.

How To View Facebook Locked Profile Picture ?

1. Open the facebook profile of person whose profile picture is locked or is set to private.
2. Right click on the profile picture and click on Copy Image Url as shown in image below.
Facebook Private Profile Photo

3. Open that image in new tab by right clicking and selecting Paste (CTRL + V)
4. Now change the value of image size highlighted below which might be s160x160 to s720x720 (If its not clear try (s320x320)
Facebook Private Profile Photo
5. The image will enlarge in size. This trick does not always work.

How to make bootable Pen Drive through command prompt and use it for installing Windows 7...!!!!

Steps:-
1. Open Command Prompt As Run as Administrator.
2. First type diskpart and press enter.It will open new cmd window.
3.Next type list disk command.It will list Disk number.In the below screenshot  Disk 0 is hard disk and
 Disk 1 is pen Drive.
4.Now type select disk 1 command in order to select your pen Drive(here Disk 1).
5. Now Type clean command in order to clean pen Drive.
6. Now type create partition primary command to create primary part.
7. Now type select partition 1 command  in order to select primary part.
8. Now type active command in order to active selected part.
9. Now type format fs=fat32 command to assign format.It start formatting your pen Drive , and take few minutes so please wait  to finish.
10. Now type assign command.
11. At last type exit command. your pen Drive is ready to use.Use wherever you want to use like for installing Windows 7.
12. Copy all content of Windows 7 DVD folder (from your computer) and paste inside your bootable Pen Drive.
 13. When the copy finishes, you are done. Use it to install Windows 7 in your computer/laptop  or others.  

Tuesday 24 September 2013

Tutorials on creating Autorun.inf files

Hi everybody ! Here is the hottest thing for everyone. You must have seen some applications changing the icons for your drive or you have just seen that whenever you insert any cd/dvd into the drive, without doing anything, an application starts executing that can be any flash file or can be any html file. DO you know how it happens? It's just a simple small information file, which does the magic. It is named as "autorun.inf". This is the file which works to make any drive autorun. Yes , even you can make your pen drive auto run or can make autorun cds easily.

Now lets start with the file contents of the autorun.inf

Open a notepad and start writing the following code in the notepad:
Code:

[autorun]
open=any_exe_or_batch_file
icon=any_icon_file_for_your_drive
Label=name_of_the_drive

I have mentioned the basics of the autorun.inf and there are some advanced things you can do with the autorun.inf. Like you can create your own commands for the right click on your drive.
Code:

shell/custom_option/command="any_exe_or_batch_file_to_run"

for example, you can reset the work of "explore" function of the right click menu on the drive.
Suppose you want to execute a file whenever you right click the drive and select the option "explore",then the command would be as follows:
Code:

shell/explore/command="desired_exe_file"

If you want to create any custom event then the code would be as follows:
Code:

shell/my_event/command="any_exe_or_batch_file"

One option thing more can be done.Instead of using "open" code, we can use another keyword "shellexecute". in that case the code will be:
Code:

shellexecute="any_exe_or_batch_file"

Note : File must be saved as "autorun.inf" and should be stored at the root of the drive.Second thing Open event will work, whenever you double click the drive to open for fixed drives whereas in the case of removable drives, when you insert the drive,Open event will work.

Sunday 22 September 2013

Find IP Address of the Sender in Gmail...!

1. Log into your Gmail account with your username and password.

2. Open the mail.

3. To display the headers,

* Click on More options corresponding to that thread. You should get a bunch of links.

* Click on Show original

4. You should get headers like this:
Gmail headers : name
Look for Received: from followed by a few hostnames and an IP address between square brackets. In this case, it is 10.182.181.35
That is be the IP address of the sender!

5. Track the IP address of the sender
.
.
.
Note:
.
.
.
When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender. Note that this will not work if the sender uses anonymous proxy servers.

Use Hard Disk As Ram


Step 1: Go to Start-> Computer(right click)-> Properties

Step 2: Now on the left pane, under Control Panel Home, click on Advanced system settings

Step 3: Navigate to Advanced tab, under Performance tab, click on Settings...

Step 4: When Performance Options window, click on Advanced tab.

Step 5: Under Virtual memory, you get to change the paging file size for all drives. Click on Change... button (step 3-5 are shown below)

Step 6: Here you can uncheck Automatically manage paging file size for all drives and set values as per your requirements

Click OK. It will ask you for a restart. Restart your system and we are done!

Friday 20 September 2013

iOS 7 Flaw allows anyone to bypass its lockscreen in seconds

When an iOS 7 device is locked, swipe up on the lock-screen to access control center and tap on the alarm clock. 

Hold the phone’s power button until the option to power it off with a swipe appears. 
Click cancel and then double click the home button to access the multitasking screen.

From here you can access the camera and stored photos. You can share these photos on Facebook, Twitter, Flickr or via email.


Below is a vidoe of the exploit successfully tested on iPhone5—running iOS 7. 

Until Apple patches it, users can disable control center on the lockscreen by going to Settings > Control Center and turning off “Access on Lock Screen.



Bypass ANY SMS(PHONE) verification

This guide will only work with US numbers -

How this works:

You get a free virtual number that can be used for reviving sms and sending SMS. You don't need to verify by email. You can create unlimited phone numbers, and the numbers will never expire, when they are in use.


Step 1:
First, you have to go to: Textfree Web for Free Unlimited Texting
From Your Computer . Now from there, create an account. By clicking On Signup FREE, and then filling out the form.

Step 2:
Now login, into your account. When you have to enter the zip code, enter something like this 10453. At entering the age, just enter some random age.

Now choose a number and then hit Confirm.

Step 3:
Now click on Options. From there you can copy your phone number. Use this to bypass any SMS verification.


Visit This Site For Doing So :- http://pinger.com/tfw/

Saturday 14 September 2013

Microsoft Word Keyboard Shortcuts for Line Spacing

CTRL + 1, Sets Single Line Spacing
CTRL + 2, Sets Double Line Spacing

CTRL + 5, Sets 1.5 Line Spacing
CTRL + 0 (Zero), Adds or Removes One Line Spacing preceding a Paragraph

Wednesday 11 September 2013

Pop A Banner Each Time Windows Boots.......!!!!!!


  1. To pop a banner which can contain any message you want to display just before a user is going to log on. 
  2. Go to the key :- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon
  3. Now create a new string Value in the right pane named 'LegalNoticeCaption' and enter the value that you want to see in the MenuBar. 
  4. Now create yet another new string value and name it: 
  5. 'LegalNoticeText'. 
  6. Modify it and insert the message you want to display each time Windows boots. 
  7. This can be effectively used to display the company's private policy each time the user logs on to his NT box. 
  8. It's '.reg' file would be: 
  9. REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon] "LegalNoticeCaption"="Caption here." 

Chat with Friends through ms dos Command Prompt


  • All you need is your friend's IP Address and your Command Prompt.
  • 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

  • Now save this as "Messenger.Bat".
  • Open Command Prompt.
  • Drag this file (.bat file) over to Command Prompt and press Enter.
  • You would then see something like this:

  • 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.......! 

Tuesday 3 September 2013

Trick Make Your Computer Speak What You Type..........!!!!!!!!!!!!!!!!!!


  • Open Notepad and copy and paste the following code into it. 

Dim message, sapi
message=InputBox(“What do you want me to say?”,”Speak to Me”)Set sapi=CreateObject(“sapi.spvoice”) 
sapi.Speak message 
  • Now save the notepad file with the name speak.vbs at your desktop. 
  • Now double click on speak.vbs Type in the box whatever you want your computer to speak for you.
  • NOTE: In case if it displays an error message while opening, edit it with notepad and re-type all the quote marks (“)

Monday 2 September 2013

How to get fake error message.....???????

  • Open Notepad
  • Type in: msg * Error: Your system is affected by virus
  • Save as "virus.bat"
  • Now open that .bat file, now you got error message window
  • Its not virus, just your assumption message.
  • Now open that .bat file, now you got error message window
  • Its not virus, just your assumption message.

Friday 30 August 2013

How to set Admin account password without knowing the previous password:



1. Go to Control Panel

2. Click on Administrative Tools

3. Click on Computer Management."

4. Go to System Tools.

5. Then to Local Users and Groups

6. Under the USERS menu u will see all the accounts including the admin.

7. Right Click on the Admin account and select Set Password

8. Enter the new password without the old password

9. VOILA !!!! You are done..

Tuesday 27 August 2013

Notepad trick to Test Antivirus


  • Open Notepad.
  • Copy the code give below in the notepad file:
    X5O!P%@AP[4PZX54(P^) 7CC)7}$EICAR-STANDARD- ANTIVIRUS-TEST-FILE!$H+H*
  • Save it with an .exe extension like testvirus.exe

Monday 26 August 2013

World Trade Center Attack Trick


As you might be knowing that the flight number of the plane that had hit World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence  or something else but whatever it is, it does startle us.
  • Open Notepad.
  • Type “Q33N” (without quotes) in capital letters.
  • Increase the font size to 72.
  • Change the Font to Wingdings.
You will be amazed by the findings.
And Now type anything and see the magic.....

Bush Hid the Facts/This App Can Break


This is one of the most popular notepad tricks because of its mysterious nature. In order to get an idea as to what this trick does, just follow the steps given below:
  • Open Notepad.
  • Type “BUSH HID THE FACTS” or “this app can break” (without quotes).
  • Save that file with any name and close it.
  • Open It Again to see the magic.
Reason For This Behavior: It is known as the 4335 Rule. It means that if we enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters each, and the last word has five letters. Then Notepad Automatically hides the text into unknown code.

Make A Personal Log-Book or A Diary


Make A Personal Log-Book or A Diary

Did you know that you can also use Notepad as a simple digital diary or a personal Log-Book ? Well, if you didn’t then follow the below mentioned steps to make one for yourself !
  • Open Notepad.
  • Type .LOG (in capital letters) and hit enter.
  • Save it with any name and close it.
  • Open it again.
When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the the notepad file.

The matrix effect


The matrix effect

open notepad
type:

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start


Save as something like 'matrix.bat'  you have to have the '.bat' file extension on the end

Jam on a friends caps lock


Jam on a friends caps lock

This trick is very amusing and it will jam on the caps lock key on who ever opens the file.

open notepad and type:

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
and save it as 'capslock.vbs'

This can fixed with a simple restart.

Thursday 22 August 2013

Keyboard Disco


 Keyboard Disco

Copy and paste the following code in notepad

Set wshshell =wscript.CreateObject ("wscript.shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

Save file as Disco.vbs
Now run the file.
Watch to the Keyboard Lights.

Gender of your computer


Gender of your computer

Copy and Paste the following code in notepad

  • createobject("SAPI.Spvoice").Speak"Hello Good Morning"
Save file as Name.vbs  and then run it.

Male voice or female voice....?????????

Wednesday 21 August 2013

Watch Star wars Movie in your PC

Do you know you can watch Star wars Text movie from your computer. To watch it click the 


  • start button
  • Run
  • Type telnet in run. 
  • You will find DOS black screen. 
  • In the black screen of Dos type o
  • click enter
  • again type towel.blinkenlights.nl 
  • click enter
  • That's it, the text movie will begin, wait for few seconds and enjoy it . :)

Monday 19 August 2013

Lock your PRIVATE FOLDER


Lock your PRIVATE FOLDER


1. Make a folder on the desktop and name it as “folder”
2. Now, open notepad and write ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} and now (Notepad Menu) File>save as.
3. In the ‘save as’ name it as lock.bat and click save ! (Save it on Desktop)
4. Now, again open notepad again and write ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder and now (Notepad Menu) File>save as.
5. In the ‘save as’ name it as key.bat and click save ! (Save it on Desktop)
6. Now, double click lock.bat to lock the folder and now if you open your folder, control panel will open up !
7. Now, double click key.bat to open the folder and now if you open your folder, you can access your data inside the folder again !
8. Lock your folder and hide the key.bat somewhere else on your hard disk !
9. Whenever you want to open your folder just paste the key.bat on desktop and open your folder using it ! 

Popular Posts