View Issue Details

IDProjectCategoryView StatusLast Update
0000704Kali LinuxKali Package Bugpublic2013-12-01 11:54
Reportercoyotus Assigned Tomuts  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformx86OSKaliOS Version1.0
Product Version1.0.5 
Fixed in Version1.0.6 
Summary0000704: package websploit uncompatible with Kali Linux
Description

The python script is incompatible with the current version of Linux dependencies required by Kali

Steps To Reproduce

#websploit
wsf> use network/fakeap
wsf> set ESSID name
wsf> run

xterm: cant execup dchp3

Additional Information

to resolve

Modify the following lines 14, 71, 72, 73 and 78 in /usr/share/websploit/modules/fakeap/fake_ap.py and in /usr/share/websploit/modules/fakeap/dhcpd.conf replace ddns-update-style ad-hoc; by ddns-update-style interim;

path1="/usr/share/websploit/modules/fakeap/fake_ap.py"

path2="/usr/share/websploit/modules/fakeap/dhcpd.conf"

sed -i 's/install dhcp3-server/install isc-dhcp-server/' $path1
sed -i 's/HDCP/DHCP/' $path1
sed -i 's/\/var\/lib\/dhcp3\/dhcpd.leases/\/var\/lib\/dhcp\/dhcpd.leases/' $path1
sed -i 's/\/var\/run\/dhcp3-server\/dhcpd.pid/\/var\/run\/dhcp\/dhcpd.pid/' $path1
sed -i 's/xterm -e dhcpd3/xterm -e dhcpd/' $path1

sed -i 's/ddns-update-style ad-hoc/ddns-update-style interim/' $path2

Activities

muts

muts

2013-11-29 22:49

reporter   ~0001106

Websploit patched to include DHCP path fixes.

Issue History

Date Modified Username Field Change
2013-11-18 17:33 coyotus New Issue
2013-11-29 22:49 muts Note Added: 0001106
2013-11-29 22:49 muts Status new => closed
2013-11-29 22:49 muts Assigned To => muts
2013-11-29 22:49 muts Resolution open => fixed
2013-11-29 22:49 muts Fixed in Version => 1.0.6
2013-11-29 22:49 muts Status closed => resolved