Advertisement
Guest User

Untitled

a guest
Nov 18th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. [*] Press [enter] for 'payload'
  2. [>] Please enter the base name for output files: Payload2
  3.  
  4. [?] How would you like to create your payload executable?
  5.  
  6. 1 - Pyinstaller (default)
  7. 2 - Py2Exe
  8.  
  9. [>] Please enter the number of your choice: 1
  10. err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
  11. 728 INFO: wrote Z:\root\Veil-master\Payload2.spec
  12. 1011 INFO: Testing for ability to set icons, version resources...
  13. 1074 INFO: ... resource update available
  14. 1109 INFO: UPX is not available.
  15. 13866 INFO: checking Analysis
  16. 13869 INFO: building Analysis because out00-Analysis.toc non existent
  17. 13871 INFO: running Analysis out00-Analysis.toc
  18. 13885 INFO: Adding Microsoft.VC90.CRT to dependent assemblies of final executable
  19. 13924 INFO: Searching for assembly x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww ...
  20. 13926 INFO: Found manifest C:\windows\WinSxS\Manifests\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375.manifest
  21. 13949 INFO: Searching for file msvcr90.dll
  22. 13951 INFO: Found file C:\windows\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\msvcr90.dll
  23. 13954 INFO: Searching for file msvcp90.dll
  24. 13957 INFO: Found file C:\windows\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\msvcp90.dll
  25. 13958 INFO: Searching for file msvcm90.dll
  26. 13960 INFO: Found file C:\windows\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375\msvcm90.dll
  27. 15098 INFO: Analyzing Z:\opt\pyinstaller-2.0\support\_pyi_bootstrap.py
  28. 27247 INFO: Analyzing Z:\opt\pyinstaller-2.0\PyInstaller\loader\archive.py
  29. 28906 INFO: Analyzing Z:\opt\pyinstaller-2.0\PyInstaller\loader\carchive.py
  30. 30549 INFO: Analyzing Z:\opt\pyinstaller-2.0\PyInstaller\loader\iu.py
  31. 30924 INFO: Analyzing /root/veil-output/source/Payload2.py
  32. 32602 INFO: Hidden import 'encodings' has been found otherwise
  33. 32605 INFO: Looking for run-time hooks
  34. 32608 INFO: Analyzing rthook Z:\opt\pyinstaller-2.0\support/rthooks/pyi_rth_encodings.py
  35. 36292 INFO: Warnings written to Z:\root\Veil-master\build\pyi.win32\Payload2\warnPayload2.txt
  36. 36320 INFO: checking PYZ
  37. 36323 INFO: rebuilding out00-PYZ.toc because out00-PYZ.pyz is missing
  38. 36324 INFO: building PYZ out00-PYZ.toc
  39. 40983 INFO: checking PKG
  40. 40986 INFO: rebuilding out00-PKG.toc because out00-PKG.pkg is missing
  41. 40988 INFO: building PKG out00-PKG.pkg
  42. 45825 INFO: checking EXE
  43. 45827 INFO: rebuilding out00-EXE.toc because Payload2.exe missing
  44. 45828 INFO: building EXE from out00-EXE.toc
  45. 45964 INFO: Appending archive to EXE Z:\root\Veil-master\dist\Payload2.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement