Results 1 to 7 of 7

Thread: How to spoof your ip adress

  1. #1

    How to spoof your ip adress

    You can spoof your ip adress if you have a multi proxy i belive the link is:

    http://www.multiproxy.org/

    then connect to other proxys to hide yours in between there's

  2. #2
    Senior Member
    Join Date
    Jul 2002
    Posts
    167
    I know you can spoof your mx information by modifying the sendmail.cf file. I wonder if there is other ways of doing this.

  3. #3
    er0k
    Guest
    ummm neggo we need you to close o. this no tutorialo.

  4. #4
    AntiOnline Senior Medicine Man
    Join Date
    Nov 2001
    Posts
    724
    What you have descried, isnt exactly IP spoofing. You have described 'Proxy Hopping' as i call it. If you really want to understand IP spoofing, you need to understand how to acctually create a packet. You can spoof your IP address by utilizing the raw socket .Seeing as you dont fully understand what spoofing acctually is I'll explain it.A raw socket is an interface that will give you the possibility to configure IP packets for your needs. If you want to spoof your IP, send a packet with a particular flag, or catch and analyze incoming traffic, you'l need to use SOCK_RAW interface. With a help of it, you'll be able to change all the fields of ip suite, wheter it is icmp, udp or tcp protocol.





    sendto(udp_sock, pack, sizeof(pack), 0, /*sendto - send packets*/
    (struct sockaddr*)&addr, sizeof(addr)); /*without connection*/


    Check out the sendto() line. This function is used for sending packets without 3 way connection. If that 3 way connection isn't there, you will be able to send spoofed packets. Other wise, keep proxy hopping.
    It is better to be HATED for who you are, than LOVED for who you are NOT.

    THC/IP Version 4.2

  5. #5
    well i try to make the tutorial as simple and easy to understand as possable

  6. #6
    well icarius im not one to flame but please know what you are talkin about b4 posting
    credability is everything here as by the points u have reflect. take time get valid questtions
    ill toss u off some greenies so u dont think im a dick but for real man relax get info read b4 u speak
    My only fear in death is comming back reincarnated.

    \"Would I ever sh*t you?\"
    \"Of course not you are my favorite turd.\"--E5C4P3

  7. #7
    Senior Member
    Join Date
    Feb 2002
    Posts
    500
    Thanks for the Mini-tut Dr Toker! Otherwise this thread would've wasted 3 1/2 mins of my day
    Ron Paul: Hope for America
    http://www.ronpaul2008.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •