How to hack unknown WIFI router


You need OS Kali Linux
You can download from here https://www.kali.org/downloads/

Start:

Setup a router with WPA or WPA2 for encryption and give it a password. Enable WPS if it is not already and connect to it wirelessly with a separate device (laptop, smartphone) simulating a real environment.

The first thing we need to do is enable the wireless USB adapter.

Run the command “airmon-ng” to see if Kali recognizes your wireless USB adapter. It should show “Wlan0” along with the chipset, if it doesn’t then some troubleshooting will have to be done until it does.

Once the wireless USB adapter is working we need it enabled. To do this run the following command “airmon-ng start wlan0”

If all goes well the screen will scroll by with some information then say enabled on mon0.

Finding a WPS enabled router is the next step this used to be hard to do until the “wash” command came along. Before the “wash” command every router would have to be found and then tested to see if WPS was enabled. The “wash” command will list only WPS enabled routers.

The “wash” command has been notorious for having problems and not working correctly. Basically the “wash” command goes out and tells you if a router has WPS enabled, so you don’t waste your time running Reaver. I believe I have found a fix that has been working for me on both Backtrack 5 and Kali Linux.

First make a directory like this.
“mkdir /etc/reaver”
Then run the wash command
“wash -i mon0 -C”
(That is a capitol C)

Copy the BSSID, to paste it when needed later, then press CTRL+C to stop the terminal window using the wireless USB adapter.

If nothing comes up then no WPS enabled router is within reach. Run the following command to see all access point within your reach. “airodump-ng mon0”. Only do this if the wash command finds nothing.

Now we can get to using Reaver. Be sure the terminal window running the “wash” command is not actively using the wireless USB adapter by pressing CTRL+C inside of it. You can copy and paste the BSSID.

In the second terminal window run the following command.
“reaver -i mon0 -b (Target BSSID) –vv”
(The -vv is two V not a W)

Reaver should start to run.

Reaver will now run and start a brute force attack against the Pin number of the router. It will run until it finds the wireless password usually 2-10 hours.

Computer Shortcut Keys


BASIC SHORTCUT KEYS
Alt + F File menu options in current program
Alt + E Edit options in current program
F1 Universal help (for all programs)
Ctrl + A Select all text
Ctrl + X Cut selected item
Shift + Del Cut selected item
Ctrl + C Copy selected item
Ctrl + Ins Copy selected item
Ctrl + V Paste
Shift + Ins Paste
Home Go to beginning of current line
Ctrl + Home Go to beginning of document
End Go to end of current line
Ctrl + End Go to end of document
Shift + Home Highlight from current position to beginning of line
Shift + End Highlight from current position to end of line
Ctrl + f Move one word to the left at a time
Ctrl + g Move one word to the right at a time

MICROSOFT® WINDOWS® SHORTCUT KEYS
Alt + Tab Switch between open applications
Alt +
Shift + Tab
Switch backwards between open
applications
Alt + Print
Screen
Create screen shot for current program
Ctrl + Alt + Del Reboot/Windows® task manager
Ctrl + Esc Bring up start menu
Alt + Esc Switch between applications on taskbar
F2 Rename selected icon
F3 Start find from desktop
F4 Open the drive selection when browsing
F5 Refresh contents
Alt + F4 Close current open program
Ctrl + F4 Close window in program
Ctrl + Plus
Key
Automatically adjust widths of all columns
in Windows Explorer
Alt + Enter Open properties window of selected icon
or program
Shift + F10 Simulate right-click on selected item
Shift + Del Delete programs/files permanently
Holding Shift
During Bootup
Boot safe mode or bypass system files
Holding Shift
During Bootup
When putting in an audio CD, will prevent
CD Player from playing

WINKEY SHORTCUTS
WINKEY + D Bring desktop to the top of other windows
WINKEY + M Minimize all windows
WINKEY +
SHIFT + M
Undo the minimize done by WINKEY + M
and WINKEY + D
WINKEY + E Open Microsoft Explorer
WINKEY + Tab Cycle through open programs on taskbar
WINKEY + F Display the Windows® Search/Find feature
WINKEY +
CTRL + F
Display the search for computers window
WINKEY + F1 Display the Microsoft® Windows® help
WINKEY + R Open the run window
WINKEY +
Pause /Break
Open the system properties window
WINKEY + U Open utility manager
WINKEY + L Lock the computer (Windows XP® & later)

OUTLOOK® SHORTCUT KEYS
Alt + S Send the email
Ctrl + C Copy selected text
Ctrl + X Cut selected text
Ctrl + P Open print dialog box
Ctrl + K Complete name/email typed in address bar
Ctrl + B Bold highlighted selection
Ctrl + I Italicize highlighted selection
Ctrl + U Underline highlighted selection
Ctrl + R Reply to an email
Ctrl + F Forward an email
Ctrl + N Create a new email
Ctrl + Shift + A Create a new appointment to your calendar
Ctrl + Shift + O Open the outbox
Ctrl + Shift + I Open the inbox
Ctrl + Shift + K Add a new task
Ctrl + Shift + C Create a new contact
Ctrl + Shift+ J Create a new journal entry

WORD® SHORTCUT KEYS
Ctrl + A Select all contents of the page
Ctrl + B Bold highlighted selection
Ctrl + C Copy selected text
Ctrl + X Cut selected text
Ctrl + N Open new/blank document
Ctrl + O Open options
Ctrl + P Open the print window
Ctrl + F Open find box
Ctrl + I Italicize highlighted selection
Ctrl + K Insert link
Ctrl + U Underline highlighted selection
Ctrl + V Paste
Ctrl + Y Redo the last action performed
Ctrl + Z Undo last action
Ctrl + G Find and replace options
Ctrl + H Find and replace options
Ctrl + J Justify paragraph alignment
Ctrl + L Align selected text or line to the left
Ctrl + Q Align selected paragraph to the left
Ctrl + E Align selected text or line to the center
Ctrl + R Align selected text or line to the right
Ctrl + M Indent the paragraph
Ctrl + T Hanging indent
Ctrl + D Font options
Ctrl + Shift + F Change the font
Ctrl + Shift + > Increase selected font +1
Ctrl + ] Increase selected font +1
Ctrl + Shift + < Decrease selected font -1
Ctrl + [ Decrease selected font -1
Ctrl + Shift + * View or hide non printing characters
Ctrl + f Move one word to the left
Ctrl + g Move one word to the right
Ctrl + h Move to beginning of the line or paragraph
Ctrl + i Move to the end of the paragraph
Ctrl + Del Delete word to right of cursor
Ctrl + Backspace Delete word to left of cursor
Ctrl + End Move cursor to end of document
Ctrl + Home Move cursor to beginning of document
Ctrl + Space Reset highlighted text to default font
Ctrl + 1 Single-space lines
Ctrl + 2 Double-space lines
Ctrl + 5 1.5-line spacing
Ctrl + Alt + 1 Change text to heading 1
Ctrl + Alt + 2 Change text to heading 2
Ctrl + Alt + 3 Change text to heading 3
F1 Open help
Shift + F3 Change case of selected text
Shift + Insert Paste
F4 Repeat last action performed (Word 2000+)
F7 Spell check selected text and/or document
Shift + F7 Activate the thesaurus
F12 Save as
Ctrl + S Save
Shift + F12 Save
Alt + Shift + D Insert the current date
Alt + Shift + T Insert the current time
Ctrl + W Close document

EXCEL® SHORTCUT KEYS
F2 Edit the selected cell
F5 Go to a specific cell
F7 Spell check selected text and/or document
F11 Create chart
Ctrl + Shift + ; Enter the current time
Ctrl + ; Enter the current date
Alt + Shift + F1 Insert new worksheet
Shift + F3 Open the Excel® formula window
Shift + F5 Bring up search box
Ctrl + A Select all contents of worksheet
Ctrl + B Bold highlighted selection
Ctrl + I Italicize highlighted selection
Ctrl + C Copy selected text
Ctrl + V Paste
Ctrl + D Fill
Ctrl + K Insert link
Ctrl + F Open find and replace options
Ctrl + G Open go-to options
Ctrl + H Open find and replace options
Ctrl + U Underline highlighted selection
Ctrl + Y Underline selected text
Ctrl + 5 Strikethrough highlighted selection
Ctrl + O Open options
Ctrl + N Open new document
Ctrl + P Open print dialog box
Ctrl + S Save
Ctrl + Z Undo last action
Ctrl + F9 Minimize current window
Ctrl + F10 Maximize currently selected window
Ctrl + F6 Switch between open workbooks/windows
Ctrl + Page up
& Page Down
Move between Excel® worksheets in the
same document
Ctrl + Tab Move between two or more open Excel® files
Alt + = Create formula to sum all of above cells
Ctrl + ‘ Insert value of above cell into current cell
Ctrl + Shift + ! Format number in comma format
Ctrl + Shift + $ Format number in currency format
Ctrl + Shift + # Format number in date format
Ctrl + Shift + % Format number in percentage format
Ctrl + Shift + ^ Format number in scientific format
Ctrl + Shift + @ Format number in time format
Ctrl + g Move to next section of text
Ctrl + Space Select entire column
Shift + Space Select entire row
Ctrl + W Close document

Download Computer Shortcut in PDF file

Tame leg cramps with tomato juice



At least one in five people regularly struggle with leg cramps. The culprit?
Potassium deficiencies, which occur when this mineral is flushed out by diuretics,
caffeinated beverages or heavy perspiration during exercise. But sip 10 ounces of
potassium-rich tomato juice daily and you'll not only speed your recovery, you'll
reduce your risk of painful cramp flare-ups in as little as 10 days, say UCLA
researchers.

Fight breast pain with flax



In one recent study, adding 3 tablespoons of ground flax to their daily diet eased
breast soreness for one in three women within 12 weeks. Scientists credit flax’s
phytoestrogens, natural plant compounds that prevent the estrogen spikes that
can trigger breast pain. More good news: You don’t have to be a master baker to
sneak this healthy seed into your diet. Just sprinkle ground flax on oatmeal,
yogurt, applesauce or add it to smoothies and veggie dips.

Heal mouth sores with honey



Dab painful canker and cold sores with unpasteurized honey four times daily until
these skin woes disappear, and they’ll heal 43 percent faster than if you use a
prescription cream, say researchers at the Dubai Specialized Medical Center in
the United Arab Emirates . Raw honey’s natural enzymes zap inflammation,
destroy invading viruses and speed the healing of damaged tissues, say the study
authors.

Beat bladder infections with blueberries



Eating 1 cup of blueberries daily, whether you opt for them fresh, frozen or in
juice form, can cut your risk of a urinary tract infection (UTIs) by 60 percent,
according to researchers at New Jersey’s Rutgers University. That's because
blueberries are loaded with tannins, plant compounds that wrap around
problem-causing bacteria in the bladder, so they can’t get a toehold and

create an infection, explains Amy Howell, Ph.D. a scientist at Rutgers
University.

Heal sinus problems with horseradish



Latest studies show sinusitis is the nation’s number one chronic health problem.
And this condition doesn’t just spur congestion and facial pain, it also makes
sufferers six times more likely to feel achy all-over. Horseradish to the rescue!
According to German researchers, this eye-watering condiment naturally revs up
blood flow to the sinus cavities, helping to open and drain clogged sinuses and
heal sinus infections more quickly than decongestant sprays do. The studyrecommended
dose: One teaspoon twice daily (either on its own, or used as a
sandwich or meat topping) until symptoms clear.

Wash away pain injuries with water



Whether it’s your feet, your knees or your shoulders that are throbbing, experts at
New York ’s Manhattan College , say you could kick-start your recovery in one
week just by drinking eight 8-ounce glasses of water daily. Why? Experts say
water dilutes, and then helps flush out, histamine, a pain-triggering compound
produced by injured tissues. “Plus water is a key building block of the cartilage
that cushions the ends of your bones, your joints’ lubricating fluid, and the soft

discs in your spine,” adds Susan M. Kleiner, Ph.D., author of the book, The Good
Mood Diet. “And when these tissues are well-hydrated, they can move and glide
over each other without causing pain.” One caveat: Be sure to measure your
drinking glasses to find out how large they really are before you start sipping, she
says. Today’s juice glasses often hold more than 12 ounces, which means five
servings could be enough to meet your daily goal.

Give your back some TLC with grapes



Got an achy back? Grapes could be the ticket to a speedy recovery. Recent
studies at Ohio State University suggest eating a heaping cup of grapes daily can
relax tight blood vessels, significantly improving blood flow to damaged back
tissues (and often within three hours of enjoying the first bowl). That’s great news
because your back’s vertebrae and shock-absorbing discs are completely
dependent on nearby blood vessels to bring them healing nutrients and oxygen,
so improving blood flow is essential for healing damaged back tissue, says
Stengler.