Subterfuge-Framework / Subterfuge

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

Missing file!! setup.py #18

Open danielfaliksson opened 7 years ago

danielfaliksson commented 7 years ago

It seems setup.py file is missing ..!! any clue where to grab a copy?

Allaye commented 7 years ago

setup.py is missing in the file ... can some please provide it.

stbob commented 7 years ago

Still missing...

kawaxi commented 7 years ago

Like some elses said .... it's gone :(

jack-michaud commented 7 years ago

Here's the setup.py from an old branch. I ran the script, then I installed configparser (with pip), then I was able to run python subterfuge.py and access the web interface.

xp3kkv commented 7 years ago

I'm using the version available on the Subterfuge-Legacy branch

reevestrife commented 7 years ago

Still missing....

reevestrife commented 7 years ago

to fix the missing setup.py issue use the folllowing updated steps instead: this will switch to a more complete branch of subterfuge that includes setup.py

git clone https://github.com/Subterfuge-Framework/Subterfuge.git cd Subterfuge git checkout git-setup python setup.py