Thread: ARP Spoofing

  1. #1
    Registered User
    Join Date
    May 2012
    Posts
    6

    Question ARP Spoofing

    hello every body,
    I am trying to make a program to spoof IPs and the forward the traffic
    I want to run it on win xp sp3
    would you help me please .

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Announcements - C++ Programming
    Try convincing us that rule 6 does not apply in your case.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User
    Join Date
    May 2012
    Posts
    6
    Mr salem for the second time thanks for your help.
    I don`t need to convince any one , but to know this is a Faculty project and if you don`t know there are many
    programs to do spoofing like Ettercap or cain without needing to write it , so if I want one I can get it very easy .
    this topic is benefit to know how to build the packets , please if you have any information how to use the libnet library help me
    and if you don`t thank you again .

  4. #4
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    If it is a faculty project then you can certainly figure it out amongst yourselves. We do not discuss such issues on this forum b/c many many different people visit these forums and we have no way of knowing the intentions of those people. We certainly do not want to help someone write the next virus. So we are not accusing you of having bad intentions but we are saying that the topic of your post violates our forum guidelines.
    Last edited by VirtualAce; 05-18-2012 at 05:03 PM.

  5. #5
    Registered User
    Join Date
    May 2012
    Posts
    6
    thank you VirtualAce , actually I did not but the code I wrote because of the reasons you talked about.
    all things that I want to know is how to pass the parameter (device ) which is the nic name to the function

    libnet_init (LIBNET_LINK, device, errbuf)

    in win xp sp3
    of course I use libnet library
    thank you again and sorry for any misunderstands

  6. #6
    Broken Box of Syntax
    Join Date
    May 2012
    Location
    Florida
    Posts
    19
    I do not believe these forums are suitable for what you are trying to accomplish.

    For reasons listed above the chances of you getting an answer here is very unlikely.

    Might I suggest a forum more appropriate to your topic?

    Edit: URL removed by moderator.
    Last edited by VirtualAce; 05-19-2012 at 11:42 AM.

  7. #7
    Registered User
    Join Date
    May 2012
    Posts
    6
    thank you but it is not suitable any way, thanks for your work

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Packet Spoofing using Libnet (Issue)
    By rehman12390 in forum Networking/Device Communication
    Replies: 3
    Last Post: 02-28-2012, 07:10 AM