weenie,
IP addresses are not as easily spoofed as you make it sound and even more so if it is a TCP connection and not UDP. The first thing that needs to happen is you have to be able to guess the sequencing numbers. This is because a packet needs to correctly identify itself or it is a bust. This has been getting harder and harder, but is still possible. You also need to make sure the spoofed machine is not able to reply. This is because the packets going to the spoofed machine will cause a RST packet to be sent (hey - I have no idea what you are talking about - I didn't initiate a session with you). This is usually done by a denial of service attack in conjunction with the spoofing. Finally, since you won't be seeing the packets come back - you will need to know the proper sequence to send your commands. SMTP is pretty well defined for this, but trying to telnet into someone's machine using a spoofed IP address is nearly impossible.

Now if you have gained access to the spoofed target, you are asking for trouble since where do you think the first place they are going to look is?

If you have a wire tap on the victim machine's network - why are you bothering to spoof in the first place?

I am not 3l33t nor am I a script kiddy - but I do know that it is not as trivial as you make it out to be.

Cheers - L~R


In reply to Re: Answer: How to remember who is logged in... by Limbic~Region
in thread How to remember who is logged in... by the_Don

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.