diff --git a/README.md b/README.md index 611ecbc..765ebb2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Patator is NOT script-kiddie friendly, please read the README inside patator.py @lanjelot -# Usage Examples +## Usage Examples * FTP : Enumerating users denied login in vsftpd/userlist @@ -277,14 +277,14 @@ $ unzip_pass zipfile=challenge1.zip password=FILE0 0=rockyou.dic -x ignore:code! 10:54:31 patator INFO - To resume execution, pass --resume 166,164,165,166,155,158,148,158,155,154 ``` -# PyInstaller -## Bundling on Windows 5.2.3790 x86 +## PyInstaller +### Bundling on Windows 5.2.3790 x86 -install `python-2.7.9.msi` from [Python](https://www.python.org/downloads/windows/) -install `pywin32-219.win32-py2.7.exe` from [PyWin32](http://sourceforge.net/projects/pywin32/files/pywin32/) -install `vcredist_x86.exe` from [Microsoft](http://www.microsoft.com/en-us/download/confirmation.aspx?id=29) -install `Git-1.9.5.exe` from [Git](http://git-scm.com/download/win) (and select "Use Git from Windows Command Prompt" during install) -add `c:\Python27;c:\Python27\Scripts` to your `PATH` +Install `python-2.7.9.msi` from [Python](https://www.python.org/downloads/windows/). +Install `pywin32-219.win32-py2.7.exe` from [PyWin32](http://sourceforge.net/projects/pywin32/files/pywin32/). +Install `vcredist_x86.exe` from [Microsoft](http://www.microsoft.com/en-us/download/confirmation.aspx?id=29). +Install `Git-1.9.5.exe` from [Git](http://git-scm.com/download/win) (and select "Use Git from Windows Command Prompt" during install). +Add `c:\Python27;c:\Python27\Scripts` to your `PATH`. ``` pip install pycrypto pyopenssl @@ -297,7 +297,7 @@ cd c:\ git clone https://github.com/lanjelot/patator git clone https://github.com/pyinstaller/pyinstaller cd pyinstaller -git checkout a2b0617251ebe70412f6e3573f00a49ce08b7b32 # fixes [this issue](https://groups.google.com/forum/#!topic/pyinstaller/6xD75_w4F-c) +git checkout a2b0617251ebe70412f6e3573f00a49ce08b7b32 # fixes this issue: https://groups.google.com/forum/#!topic/pyinstaller/6xD75_w4F-c python pyinstaller.py --clean --onefile c:\patator\patator.py patator\dist\patator.exe -h ```