Guest User

Untitled

a guest
Apr 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. Want output to be color coded
  2.  
  3.  
  4. INPUT: an exe
  5.  
  6. OUTPUT:
  7.  
  8. File encryption success: vapor_delete.exe.Encrypting "/var/www/abs/uploads/vapor_delete.exe" to "/var/www/abs/uploads/crypted1252619658.exe" using seed: 1209126561
  9.  
  10. New header starting at: c8
  11. Size of DOS junk: 88
  12. Machine type: x86
  13. Entry Point: 438
  14. Image Base: 400000
  15. NumberOfRvaAndSizes 10
  16. VA: 0 Size: 0
  17. VA: 6e8 Size: 3c
  18. VA: 2bc0 Size: 300
  19. VA: 0 Size: 0
  20. VA: 0 Size: 0
  21. VA: 0 Size: 0
  22. VA: 0 Size: 0
  23. VA: 0 Size: 0
  24. VA: 0 Size: 0
  25. VA: 0 Size: 0
  26. VA: 0 Size: 0
  27. VA: 0 Size: 0
  28. VA: 400 Size: 38
  29. VA: 0 Size: 0
  30. VA: 0 Size: 0
  31. VA: 0 Size: 0
  32.  
  33. Section 1: .text
  34. Characteristics: 60000020
  35. Virtual Address: 400
  36. Virtual Size: 438
  37. Physical Address: 400
  38. Physical Size: 440
  39. Align: 40
  40. ENCRYPTABLE
  41. Virtual Cave Size: 8
  42. Physical Cave Size: 8
  43. DataDir[1] (6e8 - 724) is inside the .text section (400 - 838).
  44. DataDir[12] (400 - 438) is inside the .text section (400 - 838).
  45. Encryptable data in section .text:
  46. byte 38 to 2e8 (2b0 out of 438 bytes)
  47. Section 2: .data
  48. Characteristics: c0000040
  49. Virtual Address: 840
  50. Virtual Size: 2361
  51. Physical Address: 840
  52. Physical Size: 2380
  53. Align: 40
  54. ENCRYPTABLE
  55. Section 3: .rsrc
  56. Characteristics: 40000040
  57. Virtual Address: 2bc0
  58. Virtual Size: 300
  59. Physical Address: 2bc0
  60. Physical Size: 300
  61. Align: 40
  62. Headers end at: 260. Contents start at: 400
  63. Reading 1a0 bytes from gap between headers and data.
  64. Decryptor size: 0x5f, cave size 0x8 -- Placing decryptor in new section: -t
  65. Virtual address for new section: 0x2ec0
  66. Physical Addr = 2ec0 Physical Size = 5f
  67. New Entry Point: 2ec0
  68. Writing 1a0 bytes to gap between headers and data, if 260 = 288
  69. Writing section 0 at 400, Size = 440
  70. Writing section 1 at 840, Size = 2380
  71. Writing section 2 at 2bc0, Size = 300
  72. Writing section 3 at 2ec0, Size = 5f
  73. Physical end: 2ec0
  74. Finished!
  75.  
  76. Total size: 11968 --> 12063 ( 100.8 % )
  77. Encrypted: 9745 bytes ( 80.8 % of total size )
  78. Decryptor size: 95 bytes ( 0.8 % of total size )
  79. Location: new section
  80.  
  81.  
  82. Download your File.
  83.  
  84. ## suggestion:
  85. $theFile = file_get_contents('/path/to/file.ext');
  86. $boomFile = explode("\n", $theFile);
  87. $outPut = implode("<br />", $boomFile);
Add Comment
Please, Sign In to add comment