Menu

Tree [4e6081] master /
 History

HTTPS access


File Date Author Commit
 autom4te.cache 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 AUTHORS 2009-03-04 Marek Wehmer Marek Wehmer [fb80d8] Added AUTHORS file and filled README with content
 CBase.cpp 2009-03-03 Marek Wehmer Marek Wehmer [322cb6] new file: CBase.cpp
 CBase.h 2009-03-03 Marek Wehmer Marek Wehmer [322cb6] new file: CBase.cpp
 COPYING 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 ChangeLog 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 INSTALL 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 Makefile.am 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 Makefile.in 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 NEWS 2009-03-31 Marek Wehmer Marek Wehmer [4e6081] modified: NEWS
 README 2009-03-04 Marek Wehmer Marek Wehmer [dc9fce] modified: README
 aclocal.m4 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 arp.cpp 2009-03-03 Marek Wehmer Marek Wehmer [322cb6] new file: CBase.cpp
 arp.h 2009-03-03 Marek Wehmer Marek Wehmer [322cb6] new file: CBase.cpp
 configure 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 configure.in 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 depcomp 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 functions.cpp 2009-03-03 Marek Wehmer Marek Wehmer [322cb6] new file: CBase.cpp
 install-sh 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 main.cpp 2009-03-15 Marek Wehmer Marek Wehmer [dd2431] modified: main.cpp
 missing 2009-03-14 Marek Wehmer Marek Wehmer [226e1e] added gnu build system (Makefile etc..)
 stdafx.h 2009-03-03 Marek Wehmer Marek Wehmer [322cb6] new file: CBase.cpp
 version.h 2009-03-03 Marek Wehmer Marek Wehmer [322cb6] new file: CBase.cpp

Read Me

Lan Isolator manipulates the arp cache of all hosts in the subnet to "isolate" a 
given IP address (make it unreachable for other hosts) by sending spoofed arp 
requests to every device in the entire subnet, overwriting the target's arp 
entry with an invalid MAC address.
This method of course works only if the network does NOT use static arp tables.
As soon as Lan Isolator is stopped, the isolated host will be reachable again.
To Run it, you need su rights, as the kernel does not allow standard users to 
create those arp packets with custom content.

To compile this, you must have the libnet library + headers installed.
(And yes, maybe the code is not very clean, wrote this in a few hours some 
months ago, let's see wether i'll find the time to continue working on it or 
not, but constructive feedback is always welcome ;)

Have Fun!