lanmap2
lanmap2 copied to clipboard
builds database/visualizations of LAN structure from passively sifted information
Hi, could you tag working versions as releases? Ideal would be a version number as described on http://semver.org/ This would help packaging lanmap2 in distributions https://bugs.gentoo.org/show_bug.cgi?id=354313 Thank you.
The default install of php for Gentoo linux does not include support for sqlite3 or PDO. Users will need to enable the "sqlite" and "pdo" use flags in "/etc/portage/package.use". See...
Trying to get lanmap2 up and running on OSX 10.9, anyone have any success?
``` make[1]: Leaving directory `/home/g1ra/telem/lanmap2/db' make -C tools make[1]: Entering directory `/home/g1ra/telem/lanmap2/tools' cc -W -Wall -Wno-unused -pedantic -I../src -ggdb -Wno-unused-parameter -ggdb oui2insert.c -o oui2insert cc -W -Wall -Wno-unused -pedantic -I../src...
Fresh install from source on sparc64 debian ``` bash jeff@graystone:~/dev/lanmap2/db$ uname -a Linux graystone 2.6.32-5-sparc64 #1 Sun Sep 23 10:01:20 UTC 2012 sparc64 GNU/Linux jeff@graystone:~/dev/lanmap2$ cd db jeff@graystone:~/dev/lanmap2/db$ sudo ../src/cap...
we need root access to pcap_open the interfaces, but shouldn't need it afterwards. this will mitigate the impact of any existing errors.
dns parsing is definitely broken
it's definitely broken and ugly; needs work and more tests
in this case, a mac had a ^A char as a child name. surprised this doesn't come up more, actually. add some sort of sanity filter, and of course, fix...
aggregate-hosts.php only considers a certain slice of time for a graph, which is good because otherwise things get too cluttered. buttttt the problem is that sometimes hosts that do appear...