buffer / thug

Python low-interaction honeyclient
GNU General Public License v2.0
983 stars 202 forks source link

setup.py missing in repo #378

Closed klikevil closed 6 months ago

klikevil commented 6 months ago

@buffer

Are you following the procedure detailed at https://buffer.github.io/thug/doc/build.html#thug-installation ?

Uhhh yeah, https://buffer.github.io/thug/doc/build.html#thug-installation tells you to clone the repo, python setup.py build then sudo python setup.py install image

There is no setup.py in the repo for thug, could you please add that I'd like to try the latest because i'm running into issues when it is dealing with event listeners for some odd reason, just built libv8 and stpyv8 then went to build thug and noticed setup.py was missing. I'm trying to build it under python3.11

Originally posted by @klikevil in https://github.com/buffer/thug/issues/170#issuecomment-2036039370

buffer commented 6 months ago

The documentation was not correctly updated. The correct command to run locally is

pip install .

UPDATE: Just fixed the documentation

klikevil commented 6 months ago

Thanks so much, that worked perfectly!!!!!