6
8/28/2014 How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte http://null-byte.wonderhowto.com/how-to/hackers-use-your-ip-address-hack-your-computer-stop-0130719/ 1/6 How Hackers Use Your IP Address to Hack Your Computer & How to Stop It Your IP (Internet Protocol) address is your unique ID on the internet. It's synonymous with your home address. Anyone in the world can contact your computer through its IP address, and send a retrieve information with it. I'm sure at one time or another you've heard that hackers can hack your computer via your IP address. This is one of the reasons proxies and anonymity services exist, to protect people from learning your IP address. So how are hackers using just an address to get into your computer and make your life hell? Open ports. Your computer runs services like media sharing on what are called ports. A port is just an opening that a service uses as a communications endpoint. There are 65,535 total allocated ports in TCP/UDP. To exploit a service on a port, a hacker would banner grab for the software and version. After they learn that information, they would search sites like Packet Storm for known exploits to run against the service. Today's Null Byte is going to demonstrate a simple "port scan" on local computer using Nmap, and teach how a hacker would exploit these services, as well as how to guard ourselves against it. This will be done under Linux, but Nmap is available for all platforms. If you can't figure out how to install it in Windows with the GUI installer (yeah, right), follow along using Cygwin. Bold words are commands that must be entered in a terminal emulator. Popular Now Related Follow Null Byte The aspiring grey hat hacker / security awareness playground World Home How-To Inspiration Forum Creators Know Your Android Tools: What Is Fastboot & How Do You Use It? How to Connect to Protected Wi-Fi Hotspots for Free Without Any Passwords Is It Possible to Manually Route Packets Through the Internet? How to Get Unlimited Free Trials Using a "Real" Fake Credit Card Number How to Hack Wi-Fi: Cracking WPA2-PSK Passwords with Cowpatty Hack Like a Pro: How to Secretly Hack Into, Switc On, & Watch Anyone's Webca Remotely Posted By Alex Long 357 2 years ago Follow 12 KUDOS Step 1 Download & Install Nmap Hack Like a Pro: How to Hack a Computer & Spy on Anyone, Part 1 4 Ways to Crack a Facebook Password and How to Protect Yourself from Them Hacker Fundamentals: The Everyman's Guide to How Network Packets Are Routed Across the Web Hacker Fundamentals: A Tale of Two Standards Search Worlds Login | Signup

How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

Embed Size (px)

DESCRIPTION

hack

Citation preview

Page 1: How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

8/28/2014 How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

http://null-byte.wonderhowto.com/how-to/hackers-use-your-ip-address-hack-your-computer-stop-0130719/ 1/6

How Hackers Use Your IP Addressto Hack Your Computer & How toStop It

Your IP (Internet Protocol) address is your unique ID on the internet. It's

synonymous with your home address. Anyone in the world can contact your

computer through its IP address, and send a retrieve information with it.

I'm sure at one time or another you've heard that hackers can hack your

computer via your IP address. This is one of the reasons proxies and

anonymity services exist, to protect people from learning your IP address. So

how are hackers using just an address to get into your computer and make

your life hell?

Open ports. Your computer runs services like media sharing on what are

called ports. A port is just an opening that a service uses as a

communications endpoint. There are 65,535 total allocated ports in

TCP/UDP. To exploit a service on a port, a hacker would banner grab for the

software and version. After they learn that information, they would search

sites like Packet Storm for known exploits to run against the service.

Today's Null Byte is going to demonstrate a simple "port scan" on local

computer using Nmap, and teach how a hacker would exploit these services,

as well as how to guard ourselves against it. This will be done under Linux,

but Nmap is available for all platforms. If you can't figure out how to install it

in Windows with the GUI installer (yeah, right), follow along using Cygwin.

Bold words are commands that must be entered in a terminal emulator.

Popular Now

Related

FollowNull ByteThe aspiring grey hat hacker / security awareness playground

World Home How-To Inspiration Forum Creators

Know Your AndroidTools: What IsFastboot & How DoYou Use It?

How to Connect toProtected Wi-FiHotspots for FreeWithout AnyPasswords

Is It Possible toManually RoutePackets Through theInternet?

How to GetUnlimited FreeTrials Using a "Real"Fake Credit CardNumber

How to Hack Wi-Fi:Cracking WPA2-PSKPasswords withCowpatty

Hack Like a Pro:How to SecretlyHack Into, SwitchOn, & WatchAnyone's WebcamRemotely

Posted By Alex Long 357 2 years ago Follow

12

KUDOS

Step 1 Download & Install Nmap

Hack Like a Pro:How to Hack aComputer & Spy onAnyone, Part 1

4 Ways to Crack aFacebookPassword and Howto Protect Yourselffrom Them

Hacker Fundamentals: TheEveryman's Guide to HowNetwork Packets Are RoutedAcross the Web

Hacker Fundamentals: ATale of Two Standards

Search Worlds Login | Signup

Page 2: How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

8/28/2014 How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

http://null-byte.wonderhowto.com/how-to/hackers-use-your-ip-address-hack-your-computer-stop-0130719/ 2/6

First, we must download Nmap, which is going to be our tool that we use for

port scanning and information gathering:

wget http://nmap.org/dist/nmap-5.51.tar.bz2

Now, extract the archive:

tar -zxvf nmap-5.51.tar.bz2

Change to the newly made directory:

cd <directory name>

This is the standard installation procedure:

./configure

make && sudo make install

Nmap should now be installed!

Let's scan a local computer. I'm going to use a website as an example, rather

than a local computer. This is because my firewall is absolutely crazy, and

filters out scans. Don't scan a remote computer with the intentions of doing

bad deeds. This is for educational purposes only.

Start by mapping out your local network:

sudo nmap -sP 192.168.1.0/24

That should return a list of hosts that are up for a port scan!

Out of the returned list of targets, pick one that you would like to scan for

services. Let's do a full scan of all the TCP/UDP ports:

sudo nmap -p 1-65535 -T4 -A -v <target IP goes here>

You should get something that looks like the following image:

Newest

Community

Step 2 Scan for a Target

Step 3 Scan Your Individual Target

Hack Like a Pro: LinuxBasics for the AspiringHacker, Part 6 (NetworkingBasics)

Hack Like a Pro: How toExploit and Gain RemoteAccess to PCs RunningWindows XP

Hack Like a Pro: UsingNetdiscover & ARP to FindInternal IP and MACAddresses

How to Find the IP addressand subnet mask of yourcomputer

Hack Like a Pro: How toCover Your Tracks So YouAren't Detected

Hack Like a Pro: How toSave the World fromNuclear Annihilation

How to Hack into aWindows computer

How to Hack into acompuuter, the easiest way

Hack Like a Pro: How toScan the Globe forVulnerable Ports & Services

How to Hack Wi-Fi: Choosing aWireless Adapterfor Hacking

Is It Possible toManually RoutePackets Throughthe Internet?

Page 3: How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

8/28/2014 How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

http://null-byte.wonderhowto.com/how-to/hackers-use-your-ip-address-hack-your-computer-stop-0130719/ 3/6

Remember to Give Kudos, Tweet, Like, & Share90

REDOUANEHAMMOU

1

1 year ago Reply

thnks my frnd the infrmat:°

1

1 year ago Reply

do you have free hacker program ?

Subscribe

As you can see, this target has MANY open ports. SSH piques my interest, so

let's move on to banner grabbing to learn the software version or our choice

of service.

For this, you can use the regular ol' telnet client. Telnet comes with Windows

and most Linux distros:

telnet <host IP> <port banner to grab>

From this, I would learn which software version the service is running, then

see if I can find a way to exploit it.

Luck for all of you lovely people, I recently made a tutorial on iptables, which

will filter out unwanted connections. Also, disable any unnecessary programs

that connect to the internet (remote administration, media sharing, etc).

Windows users, install Comodo firewall, it's incredible and uses a simple

point and click installation, and will filter ports for you. It has great default

settings and it is free.

Photo by powtac

Hacker Fundamentals: The Everyman's Guide to How Network

Packets Are Routed Across the Web

Hacker Fundamentals: A Tale of Two Standards

Hack Like a Pro: Linux Basics for the Aspiring Hacker, Part 6

(Networking Basics)

Show More...

Join the Discussion

How to Hack Wi-Fi: Choosing a

Wireless Adapter for Hacking

OCCUPYTHEWEB published

How to Enable an App on Android

EDUARDO SANTOS published

How to Root ANY Samsung Galaxy

Note 3 Variant in Just One Easy Click

PAT CERASUOLO commented on

Hack Like a Pro: How to Hack a

Computer & Spy on Anyone, Part 1

AMEDEO BIANCHI commented on

How to Unroot & Relock Your

Modded Nexus 5 Back to Factory

Condition

ANDREA VLASHI commented on

Why You Shouldn't Rinse Raw Meat

Before Cooking It (Even if Your

Recipe Says To)

ROBERT DELL commented on

Step 4 Banner Grabbing

How Can I Protect Myself?

See Also

OFF

If u use the root app. Can u then use urphone as a hot spot? Please let me know.Thanjs

Even though i have not a clue, it was excitingto read your article but after glancing downand reading these comments my brain hurts!

THANK YOU VERY MUCH. YOU SAVED MYPHONE AFTER ROOTING HIM. THANK YOUVERY MUCH. GOOD BLEESS YOU

This anti-rinsing campaign is getting well outof hand and is bordering on the kinds oflunacy usually found only in UCB (universityof california at berkeley) where theprofessors there suggested ...

Page 4: How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

8/28/2014 How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

http://null-byte.wonderhowto.com/how-to/hackers-use-your-ip-address-hack-your-computer-stop-0130719/ 4/6

CHEVANZKO RIEGOLEVATORE

OMARKHAMIS

1

6 months ago Reply

you are noob bitch the only noob say do u have hacker program

if u want to be hacker...

1 first get ICDL

2 learn more about c++

3 learn windows commands 7,8,xp

4 and also learn small lunix commands for nobody say to you im a hacker

and tell you lunix commands and u dont it

exploits/pentest

5 if u used c++ you can make a hacker programm for you only or make a

groupe .. use windows command and c++ lunix commands every thing

and upload it to your friends that know about ICDL or computer

commands

LOVEMANIA

1

1 year ago Reply

i know the ip address of that computer i want to hack... lz tell me how can i...

i want to hack my frnd computer. he has given me a permission to hack his

computer.

LIAMFRASER

1

1 year ago Reply

how do u down load it

JOSHUABARNES

1

1 year ago Reply

Is there anyway you could post an after pic of the telnet service after you run

it? PM me with it if you want

MORGANBEJI

1

8 months ago Reply

i do not get any banner after connecting to the host

and can not find where to put the username and password

OCCUPYTHEWEB

1

8 months ago Reply

Morgan:

The banner will only appear if there is a web server running like IIS or

Apache.

OTW

OMERATICI

1

7 months ago Reply

how to hack ip address ?

OCCUPYTHEWEB

1

7 months ago Reply

Omer:

Welcome to our community of hackers here at Null Byte!

Do you have BackTrack installed? If so, Metasploit is included and you can

use it to hack.

OTW

1 hi, i dont if there's any related post about what i'm looking for but what if i

want to access my home computer by another computer in another network.

Page 5: How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

8/28/2014 How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

http://null-byte.wonderhowto.com/how-to/hackers-use-your-ip-address-hack-your-computer-stop-0130719/ 5/6

JESSICATHEDOC

4 months ago Reply

Thanks anyway

OCCUPYTHEWEB

1

4 months ago Reply

Jessica:

If you enable RDP on your home computer you can access it remotely.

OTW

ILYASKHAN

1

4 weeks ago Reply

this site software is very wonder full.......

YOU

Crack facebook passwordHack in to another computer t…How to Hack skype passwordHack facebook accountHack router passwordHack another computer on yo…How to Hack wifi passwordsHow to Hack wifi with ps3

Hack a website passwordGet other peoples wi fi passwordsRemotely turn on webcamTrack who views your facebook…Hack in to another computer t…Build a tattoo power supplyHack a google accountGet peoples facebook passwords

Hacking using wiresharkRemotely turn on webcamHow to FiresheepHow to Ultimate boot cdHow to Hack wifi passwordsHack wifi using command pro…How to Hack ftp passwordGet in facebook without passw…

Share Your Thoughts

Popular How-To Topics in Computers &

Programming

Trending Across WonderHowTo

ArtsArts & CraftsBeauty & StyleDanceFine ArtMusic & Instruments

Science & TechAutos, Motorcycles & PlanesComputers & ProgrammingDisaster PreparationEducationElectronicsFilm & TheaterSoftwareWeapons

LifestyleAlcoholBusiness & MoneyDating & RelationshipsDiet & HealthFamilyFitnessFoodHome & GardenHosting & EntertainingLanguageMotivation & Self Help

GamingGamblingGamesHobbies & ToysMagic & Parlor TricksVideo Games

Click to share your thoughts

ATTACH

Boost Battery Life byTaming Android'sBackground LocationChecks

Know Your Android Tools:What Is Fastboot & How DoYou Use It?

Hack Like a Pro: How toHack a Computer & Spy onAnyone, Part 1

How to Connect toProtected Wi-Fi Hotspotsfor Free Without AnyPasswords

4 Ways to Crack a FacebookPassword and How toProtect Yourself from Them

How to Save Snapchats onAndroid Without BeingDetected (No Root Required)

How to Crack Wi-FiPasswords—For Beginners!

8 Non-Cooking Uses forTurmeric

Page 6: How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

8/28/2014 How Hackers Use Your IP Address to Hack Your Computer & How to Stop It « Null Byte

http://null-byte.wonderhowto.com/how-to/hackers-use-your-ip-address-hack-your-computer-stop-0130719/ 6/6

Outdoor RecreationPets & AnimalsPranks & ConsSpiritualitySportsTravel

WonderHowTo.com About Us Privacy Policy Terms & Conditions