Warning: PHP Request Startup: Invalid date.timezone value '', using 'UTC' instead in Unknown on line 0

Warning: PHP Request Startup: Session ini settings cannot be changed after headers have already been sent in Unknown on line 0

Warning: session_start(): Session cannot be started after headers have already been sent in /home/admud64/mrleet.com/user/database_connection.php on line 5
Cheatsheet_Pyinstaller ~ MrLeet

Title: Cheatsheet_PyinstallerAuthor: ajayverma
python.exe c:\Python27\PyInstaller-2.1\pyinstaller.py --noconsole --onefile c:\Python27\PyInstaller-2.1\ReverseShell.py

[+] Generate the .spec file.
[+] Windows: (You want a single EXE file with your data in it, hence --onefile).

python pyinstaller.py --onefile your_main_file.py

[+] Rebuild your package.

python pyinstaller.py your_main_file.spec

[+]Look for your .exe or your .app bundle in the dist directory.


Submitted On: 2019-06-25 11:20:37




Warning: PHP Startup: Invalid date.timezone value '', using 'UTC' instead in Unknown on line 0