Skip to content

Python Convert .py to .exe

TheGetch edited this page Jan 5, 2021 · 1 revision

Python Convert .py to .exe

Python Convert .py to .exe

On a Windows host, install the following: https://github.com/brentvollebregt/auto-py-to-exe

Obviously python 3 (not 3.8 since it's not supported) needs to be installed or python2.7.

I got it working on Windows 10 with:

$ python2.7 get-pip.py
$ pip install auto-py-to-exe
$ auto-py-to-exe

_Sidebar

1. Recon

Ping Sweep

CIDR to IP

2. Enumeration

Services

05. HTTP (80,443,8080,8443,etc.)

3. Exploitation

4. Post Exploiation

5. High Value Information

Hashes

6. Reporting

7. Random Notes/Useful Tidbits

Clone this wiki locally