Foro de elhacker.net

Seguridad Informática => Hacking => Mensaje iniciado por: shinobi-do en 13 Julio 2013, 09:00 am



Título: problema al crear fake ap
Publicado por: shinobi-do en 13 Julio 2013, 09:00 am
cuando intento crear un fake ap, el servidor dhcp me da este error:
Internet Systems Consortium DHCP Server V3.0.5
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.

No subnet declaration for at0 (0.0.0.0).
** Ignoring requests on at0.  If this is not what
   you want, please write a subnet declaration
   in your dhcpd.conf file for the network segment
   to which interface at0 is attached. **


Not configured to listen on any interfaces!

If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.

If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.


como lo puedo solucionar????


gracias de antemano


Título: Re: problema al crear fake ap
Publicado por: engel lex en 13 Julio 2013, 09:12 am
como lo tienes configurado?

lo que dice ahí es que ni declaraste subredes ni declaraste una interfaz a escuchar


Título: Re: problema al crear fake ap
Publicado por: shinobi-do en 14 Julio 2013, 09:09 am
en /etc/dhcp3/dhcpd.conf

ddns-update-style ad-hoc;
default-lease-time 600;
authoritative;
subnet 192.168.2.128 netmask 255.255.255.128 {
option subnet-mask 255.255.255.128;
option broadcast-address 192.168.2.255;
option routers 192.168.2.129;
option domain-name-servers 192.168.1.1;
range 192.168.2.130 192.168.2.140;

}


y en /etc/default/dhcp3-server

INTERFACES=”at0”


me he fijado para crearlo en varios post y te cuento: Cuando lo pongo a arrancar todo parece ir bien pero en cambio no me conecta el dispositivo a no ser que añada ad-host tanto en dhcp.conf como en airbase-ng , eso si, sin asignarle una ip del rango seleccionado, sino que el dispositivo "victima" se autoasigna una ip, con lo que no puede navegar.

En cuanto paro el servidor dhcp y lo reinicio, ya me sale el error ese de que no tengo configurada ninguna interfaz.