Skip to content

bingli-borland/Arpspoof

 
 

Repository files navigation

                                            Arpspoof
                                                                    
    This project is a port of Dug Song's arpspoof(http://monkey.org/~dugsong/dsniff/) to Android.

Arpspoof redirects traffic on the local network by forging ARP replies and sending them to 
either a specific target or all the hosts on the local network.  Be sure to have IP forwarding
enabled or use an application that will forward the traffic, otherwise the targets will suffer a DOS.

Arpspoof can be installed two different ways.  The binary compiled from the C code can be used 
by itself from a terminal emulator or you can build the apk and install that on the device.

                                      Compiling the C code
                                                                    
dependencies:
    - libpcap 
    - libnet
    
building:
    First you'll need to have the NDK installed.  http://developer.android.com/sdk/ndk/index.html
    cd into Arpspoof's jni directory and run ndk-build.
    (optional)run "ndk-build clean" to clean up all the files you no longer need.

installing just the binary:
    copy the binary you've just created over to the Android device at a convenient location(ie /data/local/bin/)
    execute the binary from a terminal emulator as root
    
    
                                      Building the apk

Place the binary you created named arpspoof into the project's res/raw/ directory.
Then build the apk just like you would any other Android app.

Releases

No releases published

Packages

No packages published

Languages

  • C 53.5%
  • HTML 16.9%
  • Shell 13.3%
  • Makefile 10.0%
  • Roff 4.2%
  • Java 0.8%
  • Other 1.3%