Santamerina / easy-creds

Automatically exported from code.google.com/p/easy-creds
0 stars 0 forks source link

Something went wrong, unable to install dhcp3-server. Kali linux #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Kali linux amd64
2. ./installer.sh
3.

What is the expected output? What do you see instead?

[+] I found hostapd installed on your system
[+] I found dsniff installed on your system
[-] dhcp3-server is not installed, will attempt to install...
    [!] Something went wrong, unable to install dhcp3-server.
[+] I found ipcalc installed on your system
[+] I found aircrack-ng installed on your system

What version of the product are you using? On what operating system?

easy-creds-v3.7.3.tar.gz 
+
Linux bt 3.7-trunk-amd64 #1 SMP Debian 3.7.2-0+kali5 x86_64 GNU/Linux

Please provide any additional information below.

I think the name is changed in the newer release.
root@bt:~# apt-get install dhcp3-server
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'isc-dhcp-server' instead of 'dhcp3-server'
isc-dhcp-server is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Thx for your time mate :)

Original issue reported on code.google.com by chel...@gmail.com on 14 Mar 2013 at 5:49

GoogleCodeExporter commented 8 years ago
Not to worry, ist works anyway.
You just need to change line 808 in the easy-cress.sh from :

dhcpd3 -q -cf $DHCPPATH -pf /var/run/dhcp3-server/dhcpd.pid $TUNIFACE &

to

dhcpd -q -cf $DHCPPATH -pf /var/run/dhcp3-server/dhcpd.pid $TUNIFACE &

Then is should run fine.

Allso you need to change the path in easy-creds.paths to match your system.

Original comment by jemik.bl...@gmail.com on 15 Mar 2013 at 10:15

GoogleCodeExporter commented 8 years ago
Thx Jemik , I wil edit this today \o/

Happy hunting :)

Original comment by chel...@gmail.com on 15 Mar 2013 at 1:24

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Np and same to you :)

Original comment by jemik.bl...@gmail.com on 15 Mar 2013 at 8:48