Why not me - Enrique






Lyrics to Why Not Me :
 
Escaping nights without you
with shadows on the wall
my mind is running wild
trying hard not to fall
you told me that you love me
but say I'm just a friend
my heart is broken up into pieces
cos I know
I'll never free my soul
it's trapped between true love and being alone
when my eyes are closed
the greatest story told
I woke and my dreams are shattered here on the floor

why oh why

tell me why not me
why oh why
we were meant to be
baby i know i could be all you need
why oh why oh why
I wanna love you
if you only knew how much I love you
so why not me

the day after tomorrow

I'll still be around
to catch you when you fall
and never let you down
you say that we're forever
our love will never end
I've tried to come up
but it's drowning me to know
you'll never free my soul
it's trapped in between true love and being alone
when my eyes are closed
the greatest story told
I woke and my dreams are shattered here on the floor

Tell me baby

why oh why
tell me why not me
why oh why
we were meant to be
baby i know I could be all you need
why oh why oh why
I wanna love you
if you only knew how much I love you
so why not me

you won't ever know

how far we can go
you won't ever know
how far we can go (go)

why oh why

tell me why not me
why oh why
we were meant to be
baby I know I could be all you need
why oh why oh why

why oh why

tell me why not me
why oh why
we were meant to be
baby I know i could be all you need
why oh why oh why oh why
I wanna love you
if you only knew how much I love you
so why not me

Session Hijacking,Bypassing Login using Session Stealing`

What is Session Hijacking?

Session Hijacking is Stealing the existing active

Session. The main purpose of Session Hijacking
is to bypass authentication process and gain
unauthorized access to the computer or Website.
In simple words , hackers will login as some other client using their Sessions.

TCP session hijacking is when a hacker takes over a TCP session between two machines. Since
most authentication only occurs at the start of a TCP session, this allows the hacker to gain access
to a machine

Different Session Hijacking methods:
Session stealing is achieved by following methods

1. Session fixation:
In this method, the Hacker sets a user's session id to known victim. For example, Hacker will
send email to known victim with a link that contains a particular session id. If the victim followed that
link, the hacker can use that session and gain access.

2. Session SideJacking(session Sniffing):
In this method, the attacker use packet sniffing to and steal the Session cookie. In order to prevent
this, some websites use SSL(encrypts the session). but do not use encryption for the rest of the site
once authenticated. This allows attackers that can read the network traffic to intercept all the data that
is submitted to the server or web pages viewed by the client.
Unsecured Hotspots are vulnerable to this type of Session Hijacking.

3. Client-side attacks (XSS, Malicious JavaScript Codes, Trojans, etc):
Hacker can steal the Session by running the Malicious Javascript codes in client system.
Usually hackers attack some websites using XSS and insert their own Malicious Javascript codes.
In client point view it is trusted website, he will visit the website. When victim visit the link , Malicious
Javascript will executed. It will steal the Session cookies and other confidential data.

4. Physical access:
If the hacker has physical access, it is easy for him to steal the Session. Usually this will
occur in public cafe. In public cafe , one use login to some websites(facebook, gmail). A hacker
come after victim can steal the session cookies.
Session Hijacking using Firesheep-Mozilla Addon:
Firesheep is Famous Mozilla addon that made Session Hijacking very easy. Using Firesheep , you
can steal the Session of Public WI FI users. Using Firesheep, you can gain access to victim account
of the Facebook, twitter and some other websites.