-
unicornscan problem
hi, i just installed bt5 on my mac, i did
Code:
apt-get update
apt-get upgrade
than he gave me
Code:
unicornscan 192.168.0.1/24
Error Opening file /usr/local/etc/unicornscan/GeoIP.dat
Main [Error report.c:73] error opening geoip database `/usr/local/etc/unicornscan//GeoIP.dat': No such file or directory
and i solved so:
Code:
cp /usr/share/GeoIP/GeoIP.dat /usr/local/etc/unicornscan/
now it should work but
Code:
unicornscan 192.168.0.1/24
Recv [Error packet_parse.c:335] likely bad: packet has incorrect ip length, skipping it [ip total length claims 1691 and we have 1532
Recv [Error packet_parse.c:335] likely bad: packet has incorrect ip length, skipping it [ip total length claims 1701 and we have 1532
Recv [Error packet_parse.c:335] likely bad: packet has incorrect ip length, skipping it [ip total length claims 2623 and we have 1532
Recv [Error packet_parse.c:335] likely bad: packet has incorrect ip length, skipping it [ip total length claims 1693 and we have 1532
Recv [Error packet_parse.c:335] likely bad: packet has incorrect ip length, skipping it [ip total length claims 1975 and we have 1532
what should i do? thx
-
Re: unicornscan problem
unicornscan does not support scanning a whole network range, try specifing one IP or if you want more use a bash script.
Code:
root@bt:~# unicornscan -i eth1 -mT 127.0.0.1
TCP open https[ 443] from 127.0.0.1 ttl 128
-
Re: unicornscan problem
thanks you very much, i've set up my ip and eth and now using your command works perfectly :)
-
Re: unicornscan problem
unicornscan should accept a CIDR address just fine.