Subterfuge-Framework / Subterfuge

Framework for Man-In-The-Middle attacks
http://kinozoa.com/blog
183 stars 60 forks source link

setup.py terminated with some complaints #20

Closed maximlomans closed 6 years ago

maximlomans commented 6 years ago

electing previously unselected package udhcpd. => ( but the script required dhcpd) (Reading database ... 518628 files and directories currently installed.) Preparing to unpack .../udhcpd_1%3a1.27.2-2kali1_amd64.deb ... Unpacking udhcpd (1:1.27.2-2kali1) ... Setting up udhcpd (1:1.27.2-2kali1) ... update-rc.d: We have no instructions for the udhcpd init script. <= *** busybox implimentation dhcpd? update-rc.d: It looks like a non-network service, we enable it.
Processing triggers for systemd (238-4) ... Processing triggers for man-db (2.8.3-2) ... cp: cannot stat '../subterfuge': No such file or directory cp: cannot stat 'xsubterfuge': No such file or directory (should be cp -r ./subterfuge ../usr/bin/subterfuge)path to be set afterwards pointing to /usr/bin/subterfuge ) ? chmod: cannot access '/bin/subterfuge': No such file or directory cp: cannot stat 'manage.py': No such file or directory ( just goes there's no manage.py anywhere)

i don't see 'xsubterfuge' anywhere i wonder if it's a type error .It cannot stat ../subterfuge dir doesn't exist dir is named Subterfuge in my case I'd suggest renaming it to subterfuge , that leaves xsubterfuge as for bin/subterfuge i get what happened , it was built in a virtualenv named dir subterfuge , that's the only way i can think of the bin/subterfuge could come about. that still leaves 'manage.py' file to be accounted for setup.py requires dhcpd package ? python-pydhcplib - Python DHCP client/server library ?
or isc-dhcp-server - ISC DHCP server for automatic IP address assignment ? the project needs to be cleaned up

maximlomans commented 6 years ago

this morning i see clearer , the bin/subterfuge path isn't one of virtualenv either . I am at a loss .. i dont think i mislead anyone though but i am closing this line inquiry.