RE: kali & backtrack cbt nuggets 01-03-2014, 02:07 AM
#9
So im running Kali and using the aforementioned CBT Nugget Videos.
When on the Rouge Access Point Video there is mention of dhcpd3.
Kali has moved on from dchpd3 to isc-dhcp-server so you will need to change some things.
first try running "apt-get install dhcp3-server -y" and hopefully you get a meesage saying "isc-dhcp-server is already newest version".
If not and you have an internet connection it should update now (mine didnt i had to run software update and upgrade system for this to work).
Now back to the video...
When the line "mv /etc/dhcp3/dhcpd.conf /etc/dhcp3/dhcpd.conf.backup" is being used replace the folder dhcp3 with dhcp.
When the line "dhcpd3 -cf /etc/dhcp3/dhcp.conf -pf /var/run/dhcp3-server/dhcpd.pid at0" i \s being used replace "dhcpd3" with "dhcpd" and replace folders again (i had to create the /var/run/dhcp-server folder).
When the line "/etc/init.d/dhcp3-server start" is being used replace "dhcp3-server" with "isc-dhcp-server"
That should be all you need to adjust to get this going.
When on the Rouge Access Point Video there is mention of dhcpd3.
Kali has moved on from dchpd3 to isc-dhcp-server so you will need to change some things.
first try running "apt-get install dhcp3-server -y" and hopefully you get a meesage saying "isc-dhcp-server is already newest version".
If not and you have an internet connection it should update now (mine didnt i had to run software update and upgrade system for this to work).
Now back to the video...
When the line "mv /etc/dhcp3/dhcpd.conf /etc/dhcp3/dhcpd.conf.backup" is being used replace the folder dhcp3 with dhcp.
When the line "dhcpd3 -cf /etc/dhcp3/dhcp.conf -pf /var/run/dhcp3-server/dhcpd.pid at0" i \s being used replace "dhcpd3" with "dhcpd" and replace folders again (i had to create the /var/run/dhcp-server folder).
When the line "/etc/init.d/dhcp3-server start" is being used replace "dhcp3-server" with "isc-dhcp-server"
That should be all you need to adjust to get this going.