Python-Rootkit icon indicating copy to clipboard operation
Python-Rootkit copied to clipboard

Python Remote Administration Tool (RAT) to gain meterpreter session

Results 5 Python-Rootkit issues
Sort by recently updated
recently updated
newest added

changed string to raw string so backslashes will be treated as literal characters instead of escape characters

Hi, Try to convert the py source to exe using py2exe, with py3.10: running py2exe Traceback (most recent call last): File "C:\Python310\**setup.py**", line **51**, in setup( File "C:\Python310\lib\site-packages\setuptools\__init__.py", line 153,...

after running python setup.py py2exe I get: running py2exe C:\python27\setup.py:46: DeprecationWarning: The `setup.py py2exe` command line interface is deprecated and will be removed in the next major release. Please adapt...