librex 0.0.65 → 0.0.66

Sign up to get free protection for your applications and to get access to all the features.
Files changed (482) hide show
  1. data/README.markdown +1 -1
  2. data/lib/rex/arch.rb +1 -0
  3. data/lib/rex/arch/sparc.rb +16 -15
  4. data/lib/rex/arch/sparc.rb.ut.rb +2 -1
  5. data/lib/rex/arch/x86.rb +1 -0
  6. data/lib/rex/arch/x86.rb.ut.rb +2 -1
  7. data/lib/rex/assembly/nasm.rb +1 -0
  8. data/lib/rex/assembly/nasm.rb.ut.rb +2 -1
  9. data/lib/rex/compat.rb +13 -0
  10. data/lib/rex/constants.rb +5 -4
  11. data/lib/rex/elfparsey.rb +3 -2
  12. data/lib/rex/elfparsey/elf.rb +2 -1
  13. data/lib/rex/elfparsey/elfbase.rb +8 -7
  14. data/lib/rex/elfparsey/exceptions.rb +3 -2
  15. data/lib/rex/elfscan.rb +3 -2
  16. data/lib/rex/elfscan/scanner.rb +2 -1
  17. data/lib/rex/elfscan/search.rb +2 -1
  18. data/lib/rex/encoder/alpha2.rb +2 -1
  19. data/lib/rex/encoder/alpha2/alpha_mixed.rb +3 -2
  20. data/lib/rex/encoder/alpha2/alpha_upper.rb +5 -4
  21. data/lib/rex/encoder/alpha2/generic.rb +37 -60
  22. data/lib/rex/encoder/alpha2/unicode_mixed.rb +4 -9
  23. data/lib/rex/encoder/alpha2/unicode_upper.rb +4 -9
  24. data/lib/rex/encoder/ndr.rb +1 -0
  25. data/lib/rex/encoder/ndr.rb.ut.rb +2 -1
  26. data/lib/rex/encoder/nonalpha.rb +1 -0
  27. data/lib/rex/encoder/nonupper.rb +1 -0
  28. data/lib/rex/encoder/xdr.rb +9 -8
  29. data/lib/rex/encoder/xdr.rb.ut.rb +2 -1
  30. data/lib/rex/encoder/xor.rb +1 -0
  31. data/lib/rex/encoder/xor/dword.rb +2 -1
  32. data/lib/rex/encoder/xor/dword_additive.rb +2 -1
  33. data/lib/rex/encoders/xor_dword.rb +1 -0
  34. data/lib/rex/encoders/xor_dword_additive.rb +2 -1
  35. data/lib/rex/encoders/xor_dword_additive.rb.ut.rb +2 -1
  36. data/lib/rex/encoding/xor.rb +2 -1
  37. data/lib/rex/encoding/xor.rb.ts.rb +2 -1
  38. data/lib/rex/encoding/xor/byte.rb +2 -1
  39. data/lib/rex/encoding/xor/byte.rb.ut.rb +2 -1
  40. data/lib/rex/encoding/xor/dword.rb +2 -1
  41. data/lib/rex/encoding/xor/dword.rb.ut.rb +2 -1
  42. data/lib/rex/encoding/xor/dword_additive.rb +1 -0
  43. data/lib/rex/encoding/xor/dword_additive.rb.ut.rb +2 -1
  44. data/lib/rex/encoding/xor/exceptions.rb +1 -0
  45. data/lib/rex/encoding/xor/generic.rb +1 -0
  46. data/lib/rex/encoding/xor/generic.rb.ut.rb +2 -1
  47. data/lib/rex/encoding/xor/qword.rb +2 -1
  48. data/lib/rex/encoding/xor/word.rb +2 -1
  49. data/lib/rex/encoding/xor/word.rb.ut.rb +2 -1
  50. data/lib/rex/exceptions.rb +1 -0
  51. data/lib/rex/exceptions.rb.ut.rb +2 -1
  52. data/lib/rex/exploitation/cmdstager.rb +2 -1
  53. data/lib/rex/exploitation/cmdstager/base.rb +1 -0
  54. data/lib/rex/exploitation/cmdstager/debug_asm.rb +2 -1
  55. data/lib/rex/exploitation/cmdstager/debug_write.rb +2 -1
  56. data/lib/rex/exploitation/cmdstager/tftp.rb +2 -1
  57. data/lib/rex/exploitation/cmdstager/vbs.rb +2 -1
  58. data/lib/rex/exploitation/egghunter.rb +12 -11
  59. data/lib/rex/exploitation/egghunter.rb.ut.rb +2 -1
  60. data/lib/rex/exploitation/encryptjs.rb +1 -0
  61. data/lib/rex/exploitation/heaplib.rb +1 -0
  62. data/lib/rex/exploitation/javascriptosdetect.js +1014 -0
  63. data/lib/rex/exploitation/javascriptosdetect.rb +4 -857
  64. data/lib/rex/exploitation/jsobfu.rb +2 -1
  65. data/lib/rex/exploitation/obfuscatejs.rb +1 -0
  66. data/lib/rex/exploitation/omelet.rb +1 -0
  67. data/lib/rex/exploitation/omelet.rb.ut.rb +1 -0
  68. data/lib/rex/exploitation/opcodedb.rb +12 -11
  69. data/lib/rex/exploitation/opcodedb.rb.ut.rb +2 -1
  70. data/lib/rex/exploitation/seh.rb +3 -2
  71. data/lib/rex/exploitation/seh.rb.ut.rb +2 -1
  72. data/lib/rex/file.rb +4 -3
  73. data/lib/rex/file.rb.ut.rb +2 -1
  74. data/lib/rex/image_source.rb +3 -2
  75. data/lib/rex/image_source/disk.rb +3 -2
  76. data/lib/rex/image_source/image_source.rb +3 -2
  77. data/lib/rex/image_source/memory.rb +3 -2
  78. data/lib/rex/io/bidirectional_pipe.rb +1 -0
  79. data/lib/rex/io/datagram_abstraction.rb +2 -1
  80. data/lib/rex/io/ring_buffer.rb +49 -44
  81. data/lib/rex/io/ring_buffer.rb.ut.rb +4 -3
  82. data/lib/rex/io/stream.rb +1 -0
  83. data/lib/rex/io/stream_abstraction.rb +1 -0
  84. data/lib/rex/io/stream_server.rb +1 -0
  85. data/lib/rex/job_container.rb +1 -0
  86. data/lib/rex/logging.rb +2 -1
  87. data/lib/rex/logging/log_dispatcher.rb +5 -4
  88. data/lib/rex/logging/log_sink.rb +2 -1
  89. data/lib/rex/logging/sinks/flatfile.rb +4 -3
  90. data/lib/rex/logging/sinks/stderr.rb +2 -1
  91. data/lib/rex/machparsey.rb +2 -1
  92. data/lib/rex/machparsey/exceptions.rb +2 -1
  93. data/lib/rex/machparsey/mach.rb +20 -19
  94. data/lib/rex/machparsey/machbase.rb +27 -26
  95. data/lib/rex/machscan.rb +2 -1
  96. data/lib/rex/machscan/scanner.rb +1 -0
  97. data/lib/rex/mime.rb +2 -1
  98. data/lib/rex/mime/header.rb +1 -0
  99. data/lib/rex/mime/message.rb +4 -1
  100. data/lib/rex/mime/part.rb +2 -1
  101. data/lib/rex/nop/opty2.rb +2 -1
  102. data/lib/rex/nop/opty2.rb.ut.rb +2 -1
  103. data/lib/rex/nop/opty2_tables.rb +1 -0
  104. data/lib/rex/ole.rb +3 -2
  105. data/lib/rex/ole/clsid.rb +3 -2
  106. data/lib/rex/ole/difat.rb +3 -2
  107. data/lib/rex/ole/directory.rb +3 -2
  108. data/lib/rex/ole/direntry.rb +3 -2
  109. data/lib/rex/ole/fat.rb +3 -2
  110. data/lib/rex/ole/header.rb +3 -2
  111. data/lib/rex/ole/minifat.rb +3 -2
  112. data/lib/rex/ole/propset.rb +4 -3
  113. data/lib/rex/ole/samples/create_ole.rb +1 -0
  114. data/lib/rex/ole/samples/dir.rb +1 -0
  115. data/lib/rex/ole/samples/dump_stream.rb +1 -0
  116. data/lib/rex/ole/samples/ole_info.rb +1 -0
  117. data/lib/rex/ole/storage.rb +3 -2
  118. data/lib/rex/ole/stream.rb +3 -2
  119. data/lib/rex/ole/substorage.rb +3 -2
  120. data/lib/rex/ole/util.rb +3 -2
  121. data/lib/rex/parser/acunetix_nokogiri.rb +13 -12
  122. data/lib/rex/parser/apple_backup_manifestdb.rb +20 -19
  123. data/lib/rex/parser/appscan_nokogiri.rb +17 -16
  124. data/lib/rex/parser/arguments.rb +2 -1
  125. data/lib/rex/parser/arguments.rb.ut.rb +2 -1
  126. data/lib/rex/parser/burp_session_nokogiri.rb +8 -7
  127. data/lib/rex/parser/ci_nokogiri.rb +4 -3
  128. data/lib/rex/parser/foundstone_nokogiri.rb +18 -17
  129. data/lib/rex/parser/fusionvm_nokogiri.rb +109 -0
  130. data/lib/rex/parser/ini.rb +1 -0
  131. data/lib/rex/parser/ini.rb.ut.rb +2 -1
  132. data/lib/rex/parser/ip360_aspl_xml.rb +1 -0
  133. data/lib/rex/parser/ip360_xml.rb +4 -3
  134. data/lib/rex/parser/mbsa_nokogiri.rb +8 -7
  135. data/lib/rex/parser/nessus_xml.rb +3 -2
  136. data/lib/rex/parser/netsparker_xml.rb +10 -9
  137. data/lib/rex/parser/nexpose_raw_nokogiri.rb +372 -52
  138. data/lib/rex/parser/nexpose_simple_nokogiri.rb +8 -7
  139. data/lib/rex/parser/nexpose_xml.rb +1 -0
  140. data/lib/rex/parser/nmap_nokogiri.rb +63 -33
  141. data/lib/rex/parser/nmap_xml.rb +1 -0
  142. data/lib/rex/parser/nokogiri_doc_mixin.rb +35 -15
  143. data/lib/rex/parser/openvas_nokogiri.rb +172 -0
  144. data/lib/rex/parser/retina_xml.rb +1 -0
  145. data/lib/rex/parser/wapiti_nokogiri.rb +105 -0
  146. data/lib/rex/payloads.rb +2 -1
  147. data/lib/rex/payloads/win32.rb +2 -1
  148. data/lib/rex/payloads/win32/common.rb +2 -1
  149. data/lib/rex/payloads/win32/kernel.rb +2 -1
  150. data/lib/rex/payloads/win32/kernel/common.rb +4 -3
  151. data/lib/rex/payloads/win32/kernel/migration.rb +2 -1
  152. data/lib/rex/payloads/win32/kernel/recovery.rb +2 -1
  153. data/lib/rex/payloads/win32/kernel/stager.rb +21 -20
  154. data/lib/rex/peparsey.rb +3 -2
  155. data/lib/rex/peparsey/exceptions.rb +2 -1
  156. data/lib/rex/peparsey/pe.rb +3 -2
  157. data/lib/rex/peparsey/pe_memdump.rb +2 -1
  158. data/lib/rex/peparsey/pebase.rb +2 -1
  159. data/lib/rex/peparsey/section.rb +2 -1
  160. data/lib/rex/pescan.rb +3 -2
  161. data/lib/rex/pescan/analyze.rb +1 -0
  162. data/lib/rex/pescan/scanner.rb +1 -0
  163. data/lib/rex/pescan/search.rb +1 -0
  164. data/lib/rex/platforms.rb +2 -1
  165. data/lib/rex/platforms/windows.rb +2 -1
  166. data/lib/rex/poly.rb +2 -1
  167. data/lib/rex/poly/block.rb +16 -15
  168. data/lib/rex/poly/register.rb +2 -1
  169. data/lib/rex/poly/register/x86.rb +2 -1
  170. data/lib/rex/post.rb +2 -2
  171. data/lib/rex/post/dir.rb +2 -1
  172. data/lib/rex/post/file.rb +1 -0
  173. data/lib/rex/post/file_stat.rb +1 -0
  174. data/lib/rex/post/io.rb +2 -1
  175. data/lib/rex/post/meterpreter.rb +2 -1
  176. data/lib/rex/post/meterpreter/channel.rb +1 -0
  177. data/lib/rex/post/meterpreter/channel_container.rb +2 -1
  178. data/lib/rex/post/meterpreter/channels/pool.rb +1 -0
  179. data/lib/rex/post/meterpreter/channels/pools/file.rb +1 -0
  180. data/lib/rex/post/meterpreter/channels/pools/stream_pool.rb +3 -2
  181. data/lib/rex/post/meterpreter/channels/stream.rb +1 -0
  182. data/lib/rex/post/meterpreter/client.rb +23 -1
  183. data/lib/rex/post/meterpreter/client_core.rb +10 -5
  184. data/lib/rex/post/meterpreter/dependencies.rb +2 -1
  185. data/lib/rex/post/meterpreter/extension.rb +2 -1
  186. data/lib/rex/post/meterpreter/extensions/espia/espia.rb +7 -6
  187. data/lib/rex/post/meterpreter/extensions/espia/tlv.rb +2 -1
  188. data/lib/rex/post/meterpreter/extensions/incognito/incognito.rb +5 -4
  189. data/lib/rex/post/meterpreter/extensions/incognito/tlv.rb +2 -1
  190. data/lib/rex/post/meterpreter/extensions/lanattacks/lanattacks.rb +1 -0
  191. data/lib/rex/post/meterpreter/extensions/lanattacks/tlv.rb +1 -0
  192. data/lib/rex/post/meterpreter/extensions/networkpug/networkpug.rb +7 -6
  193. data/lib/rex/post/meterpreter/extensions/networkpug/tlv.rb +1 -0
  194. data/lib/rex/post/meterpreter/extensions/priv/fs.rb +2 -1
  195. data/lib/rex/post/meterpreter/extensions/priv/passwd.rb +2 -1
  196. data/lib/rex/post/meterpreter/extensions/priv/priv.rb +1 -0
  197. data/lib/rex/post/meterpreter/extensions/priv/tlv.rb +2 -1
  198. data/lib/rex/post/meterpreter/extensions/sniffer/sniffer.rb +28 -11
  199. data/lib/rex/post/meterpreter/extensions/sniffer/tlv.rb +1 -0
  200. data/lib/rex/post/meterpreter/extensions/stdapi/constants.rb +6 -5
  201. data/lib/rex/post/meterpreter/extensions/stdapi/fs/dir.rb +1 -0
  202. data/lib/rex/post/meterpreter/extensions/stdapi/fs/file.rb +3 -2
  203. data/lib/rex/post/meterpreter/extensions/stdapi/fs/file_stat.rb +1 -0
  204. data/lib/rex/post/meterpreter/extensions/stdapi/fs/io.rb +2 -1
  205. data/lib/rex/post/meterpreter/extensions/stdapi/net/config.rb +39 -5
  206. data/lib/rex/post/meterpreter/extensions/stdapi/net/interface.rb +75 -18
  207. data/lib/rex/post/meterpreter/extensions/stdapi/net/route.rb +18 -6
  208. data/lib/rex/post/meterpreter/extensions/stdapi/net/socket.rb +1 -0
  209. data/lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/tcp_client_channel.rb +1 -0
  210. data/lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/tcp_server_channel.rb +1 -0
  211. data/lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/udp_channel.rb +1 -0
  212. data/lib/rex/post/meterpreter/extensions/stdapi/railgun.rb.ts.rb +4 -1
  213. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/api_constants.rb +1 -0
  214. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/api_constants.rb.ut.rb +1 -0
  215. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/buffer_item.rb +1 -0
  216. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/buffer_item.rb.ut.rb +1 -0
  217. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_advapi32.rb +1 -0
  218. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_crypt32.rb +1 -0
  219. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_iphlpapi.rb +1 -0
  220. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_kernel32.rb +1 -0
  221. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_netapi32.rb +12 -0
  222. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_ntdll.rb +1 -0
  223. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_shell32.rb +1 -0
  224. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_user32.rb +1 -0
  225. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_wlanapi.rb +1 -0
  226. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_ws2_32.rb +7 -0
  227. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/dll.rb +1 -0
  228. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/dll.rb.ut.rb +1 -0
  229. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_function.rb +1 -0
  230. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_function.rb.ut.rb +1 -0
  231. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_helper.rb +1 -0
  232. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_helper.rb.ut.rb +1 -0
  233. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_wrapper.rb +1 -0
  234. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_wrapper.rb.ut.rb +1 -0
  235. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/mock_magic.rb +1 -0
  236. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/multicall.rb +1 -0
  237. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/platform_util.rb +23 -0
  238. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/platform_util.rb.ut.rb +29 -0
  239. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/railgun.rb +10 -5
  240. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/railgun.rb.ut.rb +9 -0
  241. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/tlv.rb +1 -0
  242. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/type/pointer_util.rb +106 -0
  243. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/type/pointer_util.rb.ut.rb +128 -0
  244. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/util.rb +1 -0
  245. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/win_const_manager.rb +27 -6
  246. data/lib/rex/post/meterpreter/extensions/stdapi/railgun/win_const_manager.rb.ut.rb +21 -0
  247. data/lib/rex/post/meterpreter/extensions/stdapi/stdapi.rb +1 -0
  248. data/lib/rex/post/meterpreter/extensions/stdapi/sys/config.rb +1 -0
  249. data/lib/rex/post/meterpreter/extensions/stdapi/sys/event_log.rb +1 -0
  250. data/lib/rex/post/meterpreter/extensions/stdapi/sys/event_log_subsystem/event_record.rb +1 -0
  251. data/lib/rex/post/meterpreter/extensions/stdapi/sys/power.rb +2 -1
  252. data/lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb +43 -4
  253. data/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/image.rb +1 -0
  254. data/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/io.rb +2 -1
  255. data/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/memory.rb +1 -0
  256. data/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/thread.rb +1 -0
  257. data/lib/rex/post/meterpreter/extensions/stdapi/sys/registry.rb +1 -0
  258. data/lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_key.rb +1 -0
  259. data/lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_value.rb +1 -0
  260. data/lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/remote_registry_key.rb +1 -0
  261. data/lib/rex/post/meterpreter/extensions/stdapi/sys/thread.rb +1 -0
  262. data/lib/rex/post/meterpreter/extensions/stdapi/tlv.rb +7 -0
  263. data/lib/rex/post/meterpreter/extensions/stdapi/ui.rb +14 -13
  264. data/lib/rex/post/meterpreter/extensions/stdapi/webcam/webcam.rb +1 -0
  265. data/lib/rex/post/meterpreter/inbound_packet_handler.rb +2 -1
  266. data/lib/rex/post/meterpreter/object_aliases.rb +6 -5
  267. data/lib/rex/post/meterpreter/packet.rb +26 -6
  268. data/lib/rex/post/meterpreter/packet_dispatcher.rb +1 -0
  269. data/lib/rex/post/meterpreter/packet_parser.rb +1 -0
  270. data/lib/rex/post/meterpreter/packet_response_waiter.rb +1 -0
  271. data/lib/rex/post/meterpreter/ui/console.rb +1 -0
  272. data/lib/rex/post/meterpreter/ui/console/command_dispatcher.rb +1 -0
  273. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb +103 -28
  274. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/espia.rb +1 -0
  275. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/incognito.rb +1 -0
  276. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/networkpug.rb +1 -0
  277. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv.rb +3 -2
  278. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/elevate.rb +12 -11
  279. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/passwd.rb +2 -1
  280. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/timestomp.rb +2 -1
  281. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/sniffer.rb +53 -36
  282. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi.rb +3 -2
  283. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb +87 -44
  284. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/net.rb +80 -18
  285. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb +77 -48
  286. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/ui.rb +72 -41
  287. data/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/webcam.rb +24 -5
  288. data/lib/rex/post/meterpreter/ui/console/interactive_channel.rb +2 -1
  289. data/lib/rex/post/permission.rb +2 -1
  290. data/lib/rex/post/process.rb +2 -1
  291. data/lib/rex/post/thread.rb +2 -1
  292. data/lib/rex/post/ui.rb +2 -1
  293. data/lib/rex/proto.rb +1 -0
  294. data/lib/rex/proto.rb.ts.rb +2 -1
  295. data/lib/rex/proto/dcerpc.rb +2 -1
  296. data/lib/rex/proto/dcerpc.rb.ts.rb +2 -1
  297. data/lib/rex/proto/dcerpc/client.rb +1 -0
  298. data/lib/rex/proto/dcerpc/client.rb.ut.rb +1 -0
  299. data/lib/rex/proto/dcerpc/exceptions.rb +2 -1
  300. data/lib/rex/proto/dcerpc/handle.rb +1 -0
  301. data/lib/rex/proto/dcerpc/handle.rb.ut.rb +2 -1
  302. data/lib/rex/proto/dcerpc/ndr.rb +2 -1
  303. data/lib/rex/proto/dcerpc/ndr.rb.ut.rb +2 -1
  304. data/lib/rex/proto/dcerpc/packet.rb +52 -45
  305. data/lib/rex/proto/dcerpc/packet.rb.ut.rb +12 -11
  306. data/lib/rex/proto/dcerpc/response.rb +1 -0
  307. data/lib/rex/proto/dcerpc/response.rb.ut.rb +2 -1
  308. data/lib/rex/proto/dcerpc/uuid.rb +13 -12
  309. data/lib/rex/proto/dcerpc/uuid.rb.ut.rb +2 -1
  310. data/lib/rex/proto/dhcp.rb +2 -1
  311. data/lib/rex/proto/dhcp/constants.rb +2 -1
  312. data/lib/rex/proto/dhcp/server.rb +4 -3
  313. data/lib/rex/proto/drda.rb +1 -0
  314. data/lib/rex/proto/drda.rb.ts.rb +1 -0
  315. data/lib/rex/proto/drda/constants.rb +1 -0
  316. data/lib/rex/proto/drda/constants.rb.ut.rb +1 -0
  317. data/lib/rex/proto/drda/packet.rb +11 -10
  318. data/lib/rex/proto/drda/packet.rb.ut.rb +5 -4
  319. data/lib/rex/proto/drda/utils.rb +4 -3
  320. data/lib/rex/proto/drda/utils.rb.ut.rb +3 -2
  321. data/lib/rex/proto/http.rb +2 -1
  322. data/lib/rex/proto/http.rb.ts.rb +2 -1
  323. data/lib/rex/proto/http/client.rb +29 -5
  324. data/lib/rex/proto/http/client.rb.ut.rb +1 -0
  325. data/lib/rex/proto/http/handler.rb +2 -1
  326. data/lib/rex/proto/http/handler/erb.rb +5 -4
  327. data/lib/rex/proto/http/handler/erb.rb.ut.rb +2 -1
  328. data/lib/rex/proto/http/handler/proc.rb +1 -0
  329. data/lib/rex/proto/http/handler/proc.rb.ut.rb +2 -1
  330. data/lib/rex/proto/http/header.rb +3 -3
  331. data/lib/rex/proto/http/header.rb.ut.rb +2 -1
  332. data/lib/rex/proto/http/packet.rb +1 -0
  333. data/lib/rex/proto/http/packet.rb.ut.rb +15 -14
  334. data/lib/rex/proto/http/request.rb +23 -22
  335. data/lib/rex/proto/http/request.rb.ut.rb +2 -1
  336. data/lib/rex/proto/http/response.rb +6 -5
  337. data/lib/rex/proto/http/response.rb.ut.rb +7 -6
  338. data/lib/rex/proto/http/server.rb +1 -0
  339. data/lib/rex/proto/http/server.rb.ut.rb +6 -5
  340. data/lib/rex/proto/iax2.rb +1 -0
  341. data/lib/rex/proto/iax2/call.rb +48 -47
  342. data/lib/rex/proto/iax2/client.rb +23 -22
  343. data/lib/rex/proto/iax2/codecs.rb +1 -0
  344. data/lib/rex/proto/iax2/codecs/alaw.rb +1 -0
  345. data/lib/rex/proto/iax2/codecs/g711.rb +4 -3
  346. data/lib/rex/proto/iax2/codecs/mulaw.rb +1 -0
  347. data/lib/rex/proto/iax2/constants.rb +1 -0
  348. data/lib/rex/proto/natpmp.rb +11 -0
  349. data/lib/rex/proto/natpmp/constants.rb +19 -0
  350. data/lib/rex/proto/natpmp/packet.rb +45 -0
  351. data/lib/rex/proto/ntlm.rb +1 -0
  352. data/lib/rex/proto/ntlm.rb.ut.rb +1 -0
  353. data/lib/rex/proto/ntlm/base.rb +38 -37
  354. data/lib/rex/proto/ntlm/constants.rb +1 -0
  355. data/lib/rex/proto/ntlm/crypt.rb +45 -44
  356. data/lib/rex/proto/ntlm/exceptions.rb +1 -0
  357. data/lib/rex/proto/ntlm/message.rb +30 -29
  358. data/lib/rex/proto/ntlm/utils.rb +116 -115
  359. data/lib/rex/proto/proxy/socks4a.rb +1 -0
  360. data/lib/rex/proto/rfb.rb +1 -0
  361. data/lib/rex/proto/rfb.rb.ut.rb +1 -0
  362. data/lib/rex/proto/rfb/cipher.rb +1 -0
  363. data/lib/rex/proto/rfb/client.rb +1 -0
  364. data/lib/rex/proto/rfb/constants.rb +1 -0
  365. data/lib/rex/proto/smb.rb +2 -1
  366. data/lib/rex/proto/smb.rb.ts.rb +2 -1
  367. data/lib/rex/proto/smb/client.rb +23 -22
  368. data/lib/rex/proto/smb/client.rb.ut.rb +1 -0
  369. data/lib/rex/proto/smb/constants.rb +1 -0
  370. data/lib/rex/proto/smb/constants.rb.ut.rb +2 -1
  371. data/lib/rex/proto/smb/crypt.rb +3 -2
  372. data/lib/rex/proto/smb/evasions.rb +1 -0
  373. data/lib/rex/proto/smb/exceptions.rb +6 -5
  374. data/lib/rex/proto/smb/simpleclient.rb +1 -0
  375. data/lib/rex/proto/smb/simpleclient.rb.ut.rb +1 -0
  376. data/lib/rex/proto/smb/utils.rb +1 -0
  377. data/lib/rex/proto/smb/utils.rb.ut.rb +2 -1
  378. data/lib/rex/proto/sunrpc.rb +1 -0
  379. data/lib/rex/proto/sunrpc/client.rb +1 -0
  380. data/lib/rex/proto/tftp.rb +3 -1
  381. data/lib/rex/proto/tftp/client.rb +344 -0
  382. data/lib/rex/proto/tftp/constants.rb +2 -1
  383. data/lib/rex/proto/tftp/server.rb +2 -1
  384. data/lib/rex/proto/tftp/server.rb.ut.rb +3 -2
  385. data/lib/rex/registry.rb +14 -0
  386. data/lib/rex/registry/hive.rb +132 -0
  387. data/lib/rex/registry/lfkey.rb +51 -0
  388. data/lib/rex/registry/nodekey.rb +54 -0
  389. data/lib/rex/registry/regf.rb +25 -0
  390. data/lib/rex/registry/valuekey.rb +67 -0
  391. data/lib/rex/registry/valuelist.rb +29 -0
  392. data/lib/rex/ropbuilder.rb +2 -1
  393. data/lib/rex/ropbuilder/rop.rb +3 -2
  394. data/lib/rex/script.rb +1 -0
  395. data/lib/rex/script/base.rb +1 -0
  396. data/lib/rex/script/meterpreter.rb +1 -0
  397. data/lib/rex/script/shell.rb +1 -0
  398. data/lib/rex/service.rb +2 -1
  399. data/lib/rex/service_manager.rb +6 -5
  400. data/lib/rex/service_manager.rb.ut.rb +2 -1
  401. data/lib/rex/services/local_relay.rb +1 -0
  402. data/lib/rex/socket.rb +72 -36
  403. data/lib/rex/socket.rb.ut.rb +1 -0
  404. data/lib/rex/socket/comm.rb +1 -0
  405. data/lib/rex/socket/comm/local.rb +60 -13
  406. data/lib/rex/socket/comm/local.rb.ut.rb +2 -1
  407. data/lib/rex/socket/ip.rb +1 -0
  408. data/lib/rex/socket/parameters.rb +15 -14
  409. data/lib/rex/socket/parameters.rb.ut.rb +2 -1
  410. data/lib/rex/socket/range_walker.rb +71 -26
  411. data/lib/rex/socket/range_walker.rb.ut.rb +2 -1
  412. data/lib/rex/socket/ssl_tcp.rb +1 -0
  413. data/lib/rex/socket/ssl_tcp.rb.ut.rb +2 -1
  414. data/lib/rex/socket/ssl_tcp_server.rb +1 -0
  415. data/lib/rex/socket/ssl_tcp_server.rb.ut.rb +1 -0
  416. data/lib/rex/socket/subnet_walker.rb +1 -0
  417. data/lib/rex/socket/subnet_walker.rb.ut.rb +2 -1
  418. data/lib/rex/socket/switch_board.rb +1 -0
  419. data/lib/rex/socket/switch_board.rb.ut.rb +2 -1
  420. data/lib/rex/socket/tcp.rb +4 -3
  421. data/lib/rex/socket/tcp.rb.ut.rb +2 -1
  422. data/lib/rex/socket/tcp_server.rb +1 -0
  423. data/lib/rex/socket/tcp_server.rb.ut.rb +2 -1
  424. data/lib/rex/socket/udp.rb +2 -1
  425. data/lib/rex/socket/udp.rb.ut.rb +2 -1
  426. data/lib/rex/struct2.rb +2 -1
  427. data/lib/rex/struct2/c_struct.rb +2 -1
  428. data/lib/rex/struct2/c_struct_template.rb +2 -1
  429. data/lib/rex/struct2/constant.rb +2 -1
  430. data/lib/rex/struct2/element.rb +2 -1
  431. data/lib/rex/struct2/generic.rb +1 -0
  432. data/lib/rex/struct2/restraint.rb +2 -1
  433. data/lib/rex/struct2/s_string.rb +1 -0
  434. data/lib/rex/struct2/s_struct.rb +1 -0
  435. data/lib/rex/sync.rb +2 -1
  436. data/lib/rex/sync/event.rb +1 -0
  437. data/lib/rex/sync/read_write_lock.rb +1 -0
  438. data/lib/rex/sync/ref.rb +2 -1
  439. data/lib/rex/sync/thread_safe.rb +2 -1
  440. data/lib/rex/test.rb +2 -1
  441. data/lib/rex/text.rb +136 -19
  442. data/lib/rex/text.rb.ut.rb +1 -0
  443. data/lib/rex/thread_factory.rb +5 -4
  444. data/lib/rex/time.rb +2 -1
  445. data/lib/rex/transformer.rb +1 -0
  446. data/lib/rex/transformer.rb.ut.rb +2 -1
  447. data/lib/rex/ui.rb +2 -1
  448. data/lib/rex/ui/interactive.rb +10 -9
  449. data/lib/rex/ui/output.rb +1 -0
  450. data/lib/rex/ui/output/none.rb +2 -1
  451. data/lib/rex/ui/progress_tracker.rb +2 -1
  452. data/lib/rex/ui/subscriber.rb +9 -8
  453. data/lib/rex/ui/text/color.rb +1 -0
  454. data/lib/rex/ui/text/color.rb.ut.rb +1 -0
  455. data/lib/rex/ui/text/dispatcher_shell.rb +63 -23
  456. data/lib/rex/ui/text/input.rb +1 -0
  457. data/lib/rex/ui/text/input/buffer.rb +7 -6
  458. data/lib/rex/ui/text/input/readline.rb +14 -13
  459. data/lib/rex/ui/text/input/socket.rb +1 -0
  460. data/lib/rex/ui/text/input/stdio.rb +2 -1
  461. data/lib/rex/ui/text/irb_shell.rb +1 -0
  462. data/lib/rex/ui/text/output.rb +1 -0
  463. data/lib/rex/ui/text/output/buffer.rb +1 -0
  464. data/lib/rex/ui/text/output/file.rb +1 -0
  465. data/lib/rex/ui/text/output/socket.rb +1 -0
  466. data/lib/rex/ui/text/output/stdio.rb +1 -0
  467. data/lib/rex/ui/text/output/tee.rb +1 -0
  468. data/lib/rex/ui/text/progress_tracker.rb +2 -1
  469. data/lib/rex/ui/text/progress_tracker.rb.ut.rb +2 -1
  470. data/lib/rex/ui/text/shell.rb +1 -0
  471. data/lib/rex/ui/text/table.rb +20 -14
  472. data/lib/rex/ui/text/table.rb.ut.rb +3 -2
  473. data/lib/rex/zip.rb +1 -0
  474. data/lib/rex/zip/archive.rb +2 -1
  475. data/lib/rex/zip/blocks.rb +3 -2
  476. data/lib/rex/zip/entry.rb +6 -7
  477. data/lib/rex/zip/jar.rb +4 -3
  478. data/lib/rex/zip/samples/comment.rb +1 -0
  479. data/lib/rex/zip/samples/mkwar.rb +1 -0
  480. data/lib/rex/zip/samples/mkzip.rb +1 -0
  481. data/lib/rex/zip/samples/recursive.rb +1 -0
  482. metadata +433 -435
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # -*- coding: binary -*-
2
3
 
3
4
  msfbase = __FILE__
4
5
  while File.symlink?(msfbase)
metadata CHANGED
@@ -1,542 +1,540 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: librex
3
- version: !ruby/object:Gem::Version
4
- hash: 157
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.66
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 0
9
- - 65
10
- version: 0.0.65
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - HD Moore
14
9
  - Jacob Hammack
15
10
  autorequire:
16
11
  bindir: bin
17
12
  cert_chain: []
18
-
19
- date: 2011-12-02 00:00:00 -06:00
20
- default_executable:
13
+ date: 2012-07-10 00:00:00.000000000 Z
21
14
  dependencies: []
22
-
23
- description: Rex provides a variety of classes useful for security testing and exploit development. Based on SVN Revision 14335
24
- email:
15
+ description: Rex provides a variety of classes useful for security testing and exploit
16
+ development. Based on SVN Revision 15601
17
+ email:
25
18
  - hd_moore@rapid7.com
26
19
  - jacob.hammack@hammackj.com
27
20
  executables: []
28
-
29
21
  extensions: []
30
-
31
- extra_rdoc_files:
32
- - README.markdown
33
- files:
22
+ extra_rdoc_files:
34
23
  - README.markdown
24
+ files:
35
25
  - Rakefile
36
- - lib/rex.rb
37
- - lib/rex/io/stream_abstraction.rb
38
- - lib/rex/io/bidirectional_pipe.rb
39
- - lib/rex/io/ring_buffer.rb.ut.rb
40
- - lib/rex/io/stream_server.rb
41
- - lib/rex/io/datagram_abstraction.rb
42
- - lib/rex/io/ring_buffer.rb
43
- - lib/rex/io/stream.rb
44
- - lib/rex/zip/blocks.rb
45
- - lib/rex/zip/archive.rb
46
- - lib/rex/zip/jar.rb
47
- - lib/rex/zip/entry.rb
48
- - lib/rex/zip/samples/recursive.rb
49
- - lib/rex/zip/samples/comment.rb
50
- - lib/rex/zip/samples/mkzip.rb
51
- - lib/rex/zip/samples/mkwar.rb
52
- - lib/rex/ui.rb
53
- - lib/rex/ole.rb
54
- - lib/rex/peparsey/pebase.rb
55
- - lib/rex/peparsey/exceptions.rb
56
- - lib/rex/peparsey/pe_memdump.rb
26
+ - README.markdown
27
+ - lib/rex/machscan/scanner.rb
28
+ - lib/rex/exceptions.rb.ut.rb
57
29
  - lib/rex/peparsey/pe.rb
58
30
  - lib/rex/peparsey/section.rb
59
- - lib/rex/script.rb
60
- - lib/rex/poly/register.rb
61
- - lib/rex/poly/register/x86.rb
62
- - lib/rex/poly/block.rb
63
- - lib/rex/service.rb
64
- - lib/rex/elfparsey.rb
65
- - lib/rex/services/local_relay.rb
66
- - lib/rex/time.rb
67
- - lib/rex/machparsey/machbase.rb
68
- - lib/rex/machparsey/exceptions.rb
69
- - lib/rex/machparsey/mach.rb
70
- - lib/rex/socket.rb
71
- - lib/rex/elfscan/scanner.rb
72
- - lib/rex/elfscan/search.rb
73
- - lib/rex/exceptions.rb
74
- - lib/rex/exploitation/egghunter.rb
75
- - lib/rex/exploitation/heaplib.rb
76
- - lib/rex/exploitation/obfuscatejs.rb
77
- - lib/rex/exploitation/egghunter.rb.ut.rb
78
- - lib/rex/exploitation/seh.rb.ut.rb
79
- - lib/rex/exploitation/cmdstager/tftp.rb
80
- - lib/rex/exploitation/cmdstager/debug_write.rb
81
- - lib/rex/exploitation/cmdstager/debug_asm.rb
82
- - lib/rex/exploitation/cmdstager/base.rb
83
- - lib/rex/exploitation/cmdstager/vbs.rb
84
- - lib/rex/exploitation/cmdstager.rb
85
- - lib/rex/exploitation/opcodedb.rb.ut.rb
86
- - lib/rex/exploitation/seh.rb
87
- - lib/rex/exploitation/omelet.rb.ut.rb
88
- - lib/rex/exploitation/encryptjs.rb
89
- - lib/rex/exploitation/opcodedb.rb
90
- - lib/rex/exploitation/javascriptosdetect.rb
91
- - lib/rex/exploitation/omelet.rb
92
- - lib/rex/exploitation/heaplib.js.b64
93
- - lib/rex/exploitation/jsobfu.rb
94
- - lib/rex/machscan.rb
95
- - lib/rex/codepage.map
96
- - lib/rex/compat.rb
97
- - lib/rex/LICENSE
98
- - lib/rex/post.rb
99
- - lib/rex/service_manager.rb.ut.rb
100
- - lib/rex/arch.rb
101
- - lib/rex/proto.rb.ts.rb
102
- - lib/rex/nop/opty2.rb
103
- - lib/rex/nop/opty2.rb.ut.rb
104
- - lib/rex/nop/opty2_tables.rb
105
- - lib/rex/payloads/win32.rb
106
- - lib/rex/payloads/win32/common.rb
107
- - lib/rex/payloads/win32/kernel.rb
108
- - lib/rex/payloads/win32/kernel/common.rb
109
- - lib/rex/payloads/win32/kernel/recovery.rb
110
- - lib/rex/payloads/win32/kernel/stager.rb
111
- - lib/rex/payloads/win32/kernel/migration.rb
31
+ - lib/rex/peparsey/exceptions.rb
32
+ - lib/rex/peparsey/pe_memdump.rb
33
+ - lib/rex/peparsey/pebase.rb
34
+ - lib/rex/service_manager.rb
112
35
  - lib/rex/machparsey.rb
113
- - lib/rex/image_source.rb
114
- - lib/rex/assembly/nasm.rb.ut.rb
115
- - lib/rex/assembly/nasm.rb
116
- - lib/rex/post/ui.rb
36
+ - lib/rex/mime/header.rb
37
+ - lib/rex/mime/message.rb
38
+ - lib/rex/mime/part.rb
39
+ - lib/rex/post/gen.pl
117
40
  - lib/rex/post/thread.rb
41
+ - lib/rex/post/dir.rb
42
+ - lib/rex/post/ui.rb
43
+ - lib/rex/post/meterpreter.rb
118
44
  - lib/rex/post/permission.rb
119
- - lib/rex/post/process.rb
120
- - lib/rex/post/file_stat.rb
121
- - lib/rex/post/meterpreter/channels/pool.rb
122
- - lib/rex/post/meterpreter/channels/pools/file.rb
123
- - lib/rex/post/meterpreter/channels/pools/stream_pool.rb
124
- - lib/rex/post/meterpreter/channels/stream.rb
125
- - lib/rex/post/meterpreter/packet.rb
126
- - lib/rex/post/meterpreter/packet_dispatcher.rb
127
- - lib/rex/post/meterpreter/client_core.rb
45
+ - lib/rex/post/file.rb
128
46
  - lib/rex/post/meterpreter/object_aliases.rb
129
- - lib/rex/post/meterpreter/channel.rb
47
+ - lib/rex/post/meterpreter/inbound_packet_handler.rb
130
48
  - lib/rex/post/meterpreter/channel_container.rb
49
+ - lib/rex/post/meterpreter/client.rb
50
+ - lib/rex/post/meterpreter/channel.rb
51
+ - lib/rex/post/meterpreter/packet.rb
131
52
  - lib/rex/post/meterpreter/ui/console.rb
132
- - lib/rex/post/meterpreter/ui/console/interactive_channel.rb
133
- - lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi.rb
134
- - lib/rex/post/meterpreter/ui/console/command_dispatcher/espia.rb
135
- - lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb
136
- - lib/rex/post/meterpreter/ui/console/command_dispatcher/sniffer.rb
137
- - lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/elevate.rb
53
+ - lib/rex/post/meterpreter/ui/console/command_dispatcher.rb
54
+ - lib/rex/post/meterpreter/ui/console/command_dispatcher/incognito.rb
138
55
  - lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/timestomp.rb
139
56
  - lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/passwd.rb
57
+ - lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/elevate.rb
58
+ - lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb
59
+ - lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi.rb
60
+ - lib/rex/post/meterpreter/ui/console/command_dispatcher/sniffer.rb
61
+ - lib/rex/post/meterpreter/ui/console/command_dispatcher/espia.rb
140
62
  - lib/rex/post/meterpreter/ui/console/command_dispatcher/networkpug.rb
141
- - lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/ui.rb
142
63
  - lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/webcam.rb
143
- - lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb
144
- - lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb
64
+ - lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/ui.rb
145
65
  - lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/net.rb
66
+ - lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb
67
+ - lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb
146
68
  - lib/rex/post/meterpreter/ui/console/command_dispatcher/priv.rb
147
- - lib/rex/post/meterpreter/ui/console/command_dispatcher/incognito.rb
148
- - lib/rex/post/meterpreter/ui/console/command_dispatcher.rb
69
+ - lib/rex/post/meterpreter/ui/console/interactive_channel.rb
149
70
  - lib/rex/post/meterpreter/packet_parser.rb
150
- - lib/rex/post/meterpreter/inbound_packet_handler.rb
151
- - lib/rex/post/meterpreter/extension.rb
71
+ - lib/rex/post/meterpreter/channels/pools/stream_pool.rb
72
+ - lib/rex/post/meterpreter/channels/pools/file.rb
73
+ - lib/rex/post/meterpreter/channels/pool.rb
74
+ - lib/rex/post/meterpreter/channels/stream.rb
152
75
  - lib/rex/post/meterpreter/dependencies.rb
153
76
  - lib/rex/post/meterpreter/packet_response_waiter.rb
154
- - lib/rex/post/meterpreter/extensions/incognito/tlv.rb
155
- - lib/rex/post/meterpreter/extensions/incognito/incognito.rb
156
- - lib/rex/post/meterpreter/extensions/espia/espia.rb
157
- - lib/rex/post/meterpreter/extensions/espia/tlv.rb
158
- - lib/rex/post/meterpreter/extensions/sniffer/tlv.rb
159
- - lib/rex/post/meterpreter/extensions/sniffer/sniffer.rb
160
- - lib/rex/post/meterpreter/extensions/lanattacks/lanattacks.rb
161
- - lib/rex/post/meterpreter/extensions/lanattacks/tlv.rb
162
- - lib/rex/post/meterpreter/extensions/networkpug/tlv.rb
163
- - lib/rex/post/meterpreter/extensions/networkpug/networkpug.rb
164
- - lib/rex/post/meterpreter/extensions/priv/fs.rb
165
77
  - lib/rex/post/meterpreter/extensions/priv/tlv.rb
166
78
  - lib/rex/post/meterpreter/extensions/priv/passwd.rb
79
+ - lib/rex/post/meterpreter/extensions/priv/fs.rb
167
80
  - lib/rex/post/meterpreter/extensions/priv/priv.rb
81
+ - lib/rex/post/meterpreter/extensions/espia/tlv.rb
82
+ - lib/rex/post/meterpreter/extensions/espia/espia.rb
83
+ - lib/rex/post/meterpreter/extensions/incognito/incognito.rb
84
+ - lib/rex/post/meterpreter/extensions/incognito/tlv.rb
85
+ - lib/rex/post/meterpreter/extensions/stdapi/webcam/webcam.rb
86
+ - lib/rex/post/meterpreter/extensions/stdapi/fs/dir.rb
87
+ - lib/rex/post/meterpreter/extensions/stdapi/fs/file.rb
88
+ - lib/rex/post/meterpreter/extensions/stdapi/fs/io.rb
89
+ - lib/rex/post/meterpreter/extensions/stdapi/fs/file_stat.rb
90
+ - lib/rex/post/meterpreter/extensions/stdapi/constants.rb
168
91
  - lib/rex/post/meterpreter/extensions/stdapi/ui.rb
92
+ - lib/rex/post/meterpreter/extensions/stdapi/tlv.rb
169
93
  - lib/rex/post/meterpreter/extensions/stdapi/stdapi.rb
170
- - lib/rex/post/meterpreter/extensions/stdapi/webcam/webcam.rb
171
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/mock_magic.rb
172
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/railgun.rb
173
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/api_constants.rb.ut.rb
174
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_user32.rb
175
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_ntdll.rb
176
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_advapi32.rb
177
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_kernel32.rb
178
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_wlanapi.rb
94
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_value.rb
95
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_key.rb
96
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/remote_registry_key.rb
97
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/thread.rb
98
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/power.rb
99
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/image.rb
100
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/thread.rb
101
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/memory.rb
102
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/io.rb
103
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/registry.rb
104
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/config.rb
105
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb
106
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/event_log.rb
107
+ - lib/rex/post/meterpreter/extensions/stdapi/sys/event_log_subsystem/event_record.rb
108
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_wrapper.rb
109
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_function.rb.ut.rb
110
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/win_const_manager.rb
111
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_iphlpapi.rb
179
112
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_ws2_32.rb
180
113
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_netapi32.rb
181
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_iphlpapi.rb
114
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_user32.rb
115
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_wlanapi.rb
116
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_kernel32.rb
182
117
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_crypt32.rb
118
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_advapi32.rb
183
119
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_shell32.rb
120
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/def/def_ntdll.rb
121
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/api_constants.rb
184
122
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/win_const_manager.rb.ut.rb
185
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/buffer_item.rb
186
123
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll.rb
187
124
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_helper.rb.ut.rb
188
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/buffer_item.rb.ut.rb
189
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/util.rb
190
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/api_constants.rb
191
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_wrapper.rb
192
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_wrapper.rb.ut.rb
193
125
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/tlv.rb
126
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/api_constants.rb.ut.rb
127
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/platform_util.rb
128
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/platform_util.rb.ut.rb
129
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_wrapper.rb.ut.rb
194
130
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/multicall.rb
195
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll.rb.ut.rb
196
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/win_const_manager.rb
131
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/mock_magic.rb
197
132
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_helper.rb
198
- - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_function.rb.ut.rb
133
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/type/pointer_util.rb
134
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/type/pointer_util.rb.ut.rb
135
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll.rb.ut.rb
136
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/buffer_item.rb.ut.rb
137
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/railgun.rb
138
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/buffer_item.rb
199
139
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/railgun.rb.ut.rb
200
140
  - lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_function.rb
201
- - lib/rex/post/meterpreter/extensions/stdapi/tlv.rb
202
- - lib/rex/post/meterpreter/extensions/stdapi/fs/file_stat.rb
203
- - lib/rex/post/meterpreter/extensions/stdapi/fs/io.rb
204
- - lib/rex/post/meterpreter/extensions/stdapi/fs/file.rb
205
- - lib/rex/post/meterpreter/extensions/stdapi/fs/dir.rb
206
- - lib/rex/post/meterpreter/extensions/stdapi/sys/thread.rb
207
- - lib/rex/post/meterpreter/extensions/stdapi/sys/registry.rb
208
- - lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/thread.rb
209
- - lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/image.rb
210
- - lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/io.rb
211
- - lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/memory.rb
212
- - lib/rex/post/meterpreter/extensions/stdapi/sys/config.rb
213
- - lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb
214
- - lib/rex/post/meterpreter/extensions/stdapi/sys/event_log_subsystem/event_record.rb
215
- - lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_key.rb
216
- - lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/remote_registry_key.rb
217
- - lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_value.rb
218
- - lib/rex/post/meterpreter/extensions/stdapi/sys/event_log.rb
219
- - lib/rex/post/meterpreter/extensions/stdapi/sys/power.rb
220
- - lib/rex/post/meterpreter/extensions/stdapi/railgun.rb.ts.rb
221
- - lib/rex/post/meterpreter/extensions/stdapi/constants.rb
222
- - lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/udp_channel.rb
223
- - lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/tcp_server_channel.rb
141
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun/util.rb
224
142
  - lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/tcp_client_channel.rb
143
+ - lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/tcp_server_channel.rb
144
+ - lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/udp_channel.rb
145
+ - lib/rex/post/meterpreter/extensions/stdapi/net/route.rb
225
146
  - lib/rex/post/meterpreter/extensions/stdapi/net/socket.rb
226
147
  - lib/rex/post/meterpreter/extensions/stdapi/net/config.rb
227
148
  - lib/rex/post/meterpreter/extensions/stdapi/net/interface.rb
228
- - lib/rex/post/meterpreter/extensions/stdapi/net/route.rb
229
- - lib/rex/post/meterpreter/client.rb
230
- - lib/rex/post/meterpreter.rb
149
+ - lib/rex/post/meterpreter/extensions/stdapi/railgun.rb.ts.rb
150
+ - lib/rex/post/meterpreter/extensions/networkpug/tlv.rb
151
+ - lib/rex/post/meterpreter/extensions/networkpug/networkpug.rb
152
+ - lib/rex/post/meterpreter/extensions/lanattacks/tlv.rb
153
+ - lib/rex/post/meterpreter/extensions/lanattacks/lanattacks.rb
154
+ - lib/rex/post/meterpreter/extensions/sniffer/tlv.rb
155
+ - lib/rex/post/meterpreter/extensions/sniffer/sniffer.rb
156
+ - lib/rex/post/meterpreter/client_core.rb
157
+ - lib/rex/post/meterpreter/extension.rb
158
+ - lib/rex/post/meterpreter/packet_dispatcher.rb
159
+ - lib/rex/post/process.rb
231
160
  - lib/rex/post/io.rb
232
- - lib/rex/post/gen.pl
233
- - lib/rex/post/file.rb
234
- - lib/rex/post/dir.rb
235
- - lib/rex/encoding/xor/generic.rb
236
- - lib/rex/encoding/xor/generic.rb.ut.rb
237
- - lib/rex/encoding/xor/exceptions.rb
238
- - lib/rex/encoding/xor/byte.rb
239
- - lib/rex/encoding/xor/byte.rb.ut.rb
240
- - lib/rex/encoding/xor/dword_additive.rb.ut.rb
241
- - lib/rex/encoding/xor/word.rb
242
- - lib/rex/encoding/xor/dword_additive.rb
243
- - lib/rex/encoding/xor/word.rb.ut.rb
244
- - lib/rex/encoding/xor/dword.rb.ut.rb
245
- - lib/rex/encoding/xor/qword.rb
246
- - lib/rex/encoding/xor/dword.rb
247
- - lib/rex/encoding/xor.rb.ts.rb
248
- - lib/rex/encoding/xor.rb
249
- - lib/rex/mime/message.rb
250
- - lib/rex/mime/header.rb
251
- - lib/rex/mime/part.rb
252
- - lib/rex/sync/event.rb
253
- - lib/rex/sync/thread_safe.rb
254
- - lib/rex/sync/ref.rb
255
- - lib/rex/sync/read_write_lock.rb
256
- - lib/rex/script/shell.rb
257
- - lib/rex/script/meterpreter.rb
258
- - lib/rex/script/base.rb
161
+ - lib/rex/post/file_stat.rb
162
+ - lib/rex/encoders/xor_dword_additive.rb
163
+ - lib/rex/encoders/xor_dword_additive.rb.ut.rb
164
+ - lib/rex/encoders/xor_dword.rb
165
+ - lib/rex/pescan/scanner.rb
166
+ - lib/rex/pescan/search.rb
167
+ - lib/rex/pescan/analyze.rb
168
+ - lib/rex/constants.rb
169
+ - lib/rex/parser/nmap_xml.rb
170
+ - lib/rex/parser/nokogiri_doc_mixin.rb
171
+ - lib/rex/parser/nessus_xml.rb
172
+ - lib/rex/parser/ci_nokogiri.rb
173
+ - lib/rex/parser/arguments.rb.ut.rb
174
+ - lib/rex/parser/fusionvm_nokogiri.rb
175
+ - lib/rex/parser/mbsa_nokogiri.rb
176
+ - lib/rex/parser/netsparker_xml.rb
177
+ - lib/rex/parser/arguments.rb
178
+ - lib/rex/parser/nexpose_simple_nokogiri.rb
179
+ - lib/rex/parser/nmap_nokogiri.rb
180
+ - lib/rex/parser/appscan_nokogiri.rb
181
+ - lib/rex/parser/wapiti_nokogiri.rb
182
+ - lib/rex/parser/ip360_xml.rb
183
+ - lib/rex/parser/nexpose_raw_nokogiri.rb
184
+ - lib/rex/parser/openvas_nokogiri.rb
185
+ - lib/rex/parser/apple_backup_manifestdb.rb
186
+ - lib/rex/parser/ini.rb.ut.rb
187
+ - lib/rex/parser/retina_xml.rb
188
+ - lib/rex/parser/ini.rb
189
+ - lib/rex/parser/ip360_aspl_xml.rb
190
+ - lib/rex/parser/acunetix_nokogiri.rb
191
+ - lib/rex/parser/nexpose_xml.rb
192
+ - lib/rex/parser/burp_session_nokogiri.rb
193
+ - lib/rex/parser/foundstone_nokogiri.rb
194
+ - lib/rex/test.rb
259
195
  - lib/rex/text.rb.ut.rb
260
- - lib/rex/ui/subscriber.rb
261
- - lib/rex/ui/progress_tracker.rb
262
- - lib/rex/ui/interactive.rb
263
- - lib/rex/ui/output.rb
196
+ - lib/rex/assembly/nasm.rb
197
+ - lib/rex/assembly/nasm.rb.ut.rb
198
+ - lib/rex/elfscan.rb
199
+ - lib/rex/transformer.rb
200
+ - lib/rex/time.rb
201
+ - lib/rex/LICENSE
202
+ - lib/rex/ui.rb
203
+ - lib/rex/io/datagram_abstraction.rb
204
+ - lib/rex/io/stream_server.rb
205
+ - lib/rex/io/bidirectional_pipe.rb
206
+ - lib/rex/io/stream_abstraction.rb
207
+ - lib/rex/io/ring_buffer.rb
208
+ - lib/rex/io/ring_buffer.rb.ut.rb
209
+ - lib/rex/io/stream.rb
210
+ - lib/rex/socket/tcp_server.rb.ut.rb
211
+ - lib/rex/socket/subnet_walker.rb
212
+ - lib/rex/socket/comm.rb
213
+ - lib/rex/socket/tcp.rb
214
+ - lib/rex/socket/comm/local.rb.ut.rb
215
+ - lib/rex/socket/comm/local.rb
216
+ - lib/rex/socket/tcp_server.rb
217
+ - lib/rex/socket/parameters.rb
218
+ - lib/rex/socket/subnet_walker.rb.ut.rb
219
+ - lib/rex/socket/ssl_tcp.rb
220
+ - lib/rex/socket/switch_board.rb.ut.rb
221
+ - lib/rex/socket/udp.rb.ut.rb
222
+ - lib/rex/socket/ip.rb
223
+ - lib/rex/socket/switch_board.rb
224
+ - lib/rex/socket/ssl_tcp_server.rb.ut.rb
225
+ - lib/rex/socket/parameters.rb.ut.rb
226
+ - lib/rex/socket/tcp.rb.ut.rb
227
+ - lib/rex/socket/udp.rb
228
+ - lib/rex/socket/ssl_tcp.rb.ut.rb
229
+ - lib/rex/socket/range_walker.rb
230
+ - lib/rex/socket/ssl_tcp_server.rb
231
+ - lib/rex/socket/range_walker.rb.ut.rb
232
+ - lib/rex/sync.rb
233
+ - lib/rex/proto/http.rb.ts.rb
234
+ - lib/rex/proto/rfb.rb
235
+ - lib/rex/proto/dhcp/constants.rb
236
+ - lib/rex/proto/dhcp/server.rb
237
+ - lib/rex/proto/smb/constants.rb
238
+ - lib/rex/proto/smb/client.rb
239
+ - lib/rex/proto/smb/constants.rb.ut.rb
240
+ - lib/rex/proto/smb/exceptions.rb
241
+ - lib/rex/proto/smb/simpleclient.rb.ut.rb
242
+ - lib/rex/proto/smb/utils.rb
243
+ - lib/rex/proto/smb/crypt.rb
244
+ - lib/rex/proto/smb/evasions.rb
245
+ - lib/rex/proto/smb/utils.rb.ut.rb
246
+ - lib/rex/proto/smb/simpleclient.rb
247
+ - lib/rex/proto/smb/client.rb.ut.rb
248
+ - lib/rex/proto/dhcp.rb
249
+ - lib/rex/proto/proxy/socks4a.rb
250
+ - lib/rex/proto/ntlm.rb.ut.rb
251
+ - lib/rex/proto/sunrpc.rb
252
+ - lib/rex/proto/dcerpc.rb
253
+ - lib/rex/proto/drda.rb.ts.rb
254
+ - lib/rex/proto/dcerpc/handle.rb
255
+ - lib/rex/proto/dcerpc/client.rb
256
+ - lib/rex/proto/dcerpc/uuid.rb.ut.rb
257
+ - lib/rex/proto/dcerpc/ndr.rb
258
+ - lib/rex/proto/dcerpc/exceptions.rb
259
+ - lib/rex/proto/dcerpc/packet.rb
260
+ - lib/rex/proto/dcerpc/response.rb.ut.rb
261
+ - lib/rex/proto/dcerpc/handle.rb.ut.rb
262
+ - lib/rex/proto/dcerpc/packet.rb.ut.rb
263
+ - lib/rex/proto/dcerpc/ndr.rb.ut.rb
264
+ - lib/rex/proto/dcerpc/uuid.rb
265
+ - lib/rex/proto/dcerpc/response.rb
266
+ - lib/rex/proto/dcerpc/client.rb.ut.rb
267
+ - lib/rex/proto/drda/constants.rb
268
+ - lib/rex/proto/drda/constants.rb.ut.rb
269
+ - lib/rex/proto/drda/packet.rb
270
+ - lib/rex/proto/drda/utils.rb
271
+ - lib/rex/proto/drda/packet.rb.ut.rb
272
+ - lib/rex/proto/drda/utils.rb.ut.rb
273
+ - lib/rex/proto/iax2/codecs/mulaw.rb
274
+ - lib/rex/proto/iax2/codecs/alaw.rb
275
+ - lib/rex/proto/iax2/codecs/g711.rb
276
+ - lib/rex/proto/iax2/call.rb
277
+ - lib/rex/proto/iax2/constants.rb
278
+ - lib/rex/proto/iax2/client.rb
279
+ - lib/rex/proto/iax2/codecs.rb
280
+ - lib/rex/proto/sunrpc/client.rb
281
+ - lib/rex/proto/dcerpc.rb.ts.rb
282
+ - lib/rex/proto/iax2.rb
283
+ - lib/rex/proto/http.rb
284
+ - lib/rex/proto/drda.rb
285
+ - lib/rex/proto/natpmp.rb
286
+ - lib/rex/proto/rfb/cipher.rb
287
+ - lib/rex/proto/rfb/constants.rb
288
+ - lib/rex/proto/rfb/client.rb
289
+ - lib/rex/proto/rfb.rb.ut.rb
290
+ - lib/rex/proto/ntlm/base.rb
291
+ - lib/rex/proto/ntlm/constants.rb
292
+ - lib/rex/proto/ntlm/exceptions.rb
293
+ - lib/rex/proto/ntlm/utils.rb
294
+ - lib/rex/proto/ntlm/crypt.rb
295
+ - lib/rex/proto/ntlm/message.rb
296
+ - lib/rex/proto/http/handler/proc.rb
297
+ - lib/rex/proto/http/handler/erb.rb.ut.rb.rhtml
298
+ - lib/rex/proto/http/handler/proc.rb.ut.rb
299
+ - lib/rex/proto/http/handler/erb.rb.ut.rb
300
+ - lib/rex/proto/http/handler/erb.rb
301
+ - lib/rex/proto/http/client.rb
302
+ - lib/rex/proto/http/server.rb
303
+ - lib/rex/proto/http/header.rb.ut.rb
304
+ - lib/rex/proto/http/request.rb.ut.rb
305
+ - lib/rex/proto/http/request.rb
306
+ - lib/rex/proto/http/packet.rb
307
+ - lib/rex/proto/http/response.rb.ut.rb
308
+ - lib/rex/proto/http/packet.rb.ut.rb
309
+ - lib/rex/proto/http/header.rb
310
+ - lib/rex/proto/http/handler.rb
311
+ - lib/rex/proto/http/server.rb.ut.rb
312
+ - lib/rex/proto/http/response.rb
313
+ - lib/rex/proto/http/client.rb.ut.rb
314
+ - lib/rex/proto/tftp.rb
315
+ - lib/rex/proto/tftp/constants.rb
316
+ - lib/rex/proto/tftp/client.rb
317
+ - lib/rex/proto/tftp/server.rb
318
+ - lib/rex/proto/tftp/server.rb.ut.rb
319
+ - lib/rex/proto/smb.rb.ts.rb
320
+ - lib/rex/proto/smb.rb
321
+ - lib/rex/proto/ntlm.rb
322
+ - lib/rex/proto/natpmp/constants.rb
323
+ - lib/rex/proto/natpmp/packet.rb
324
+ - lib/rex/ropbuilder.rb
325
+ - lib/rex/zip.rb
326
+ - lib/rex/registry.rb
327
+ - lib/rex/platforms/windows.rb
328
+ - lib/rex/platforms.rb
329
+ - lib/rex/proto.rb.ts.rb
330
+ - lib/rex/socket.rb
331
+ - lib/rex/logging.rb
332
+ - lib/rex/exceptions.rb
333
+ - lib/rex/poly/register.rb
334
+ - lib/rex/poly/register/x86.rb
335
+ - lib/rex/poly/block.rb
336
+ - lib/rex/nop/opty2_tables.rb
337
+ - lib/rex/nop/opty2.rb
338
+ - lib/rex/nop/opty2.rb.ut.rb
339
+ - lib/rex/ui/text/shell.rb
264
340
  - lib/rex/ui/text/irb_shell.rb
265
- - lib/rex/ui/text/progress_tracker.rb
266
- - lib/rex/ui/text/input/socket.rb
267
- - lib/rex/ui/text/input/stdio.rb
268
- - lib/rex/ui/text/input/readline.rb
269
- - lib/rex/ui/text/input/buffer.rb
270
- - lib/rex/ui/text/color.rb.ut.rb
271
- - lib/rex/ui/text/table.rb
341
+ - lib/rex/ui/text/input.rb
272
342
  - lib/rex/ui/text/progress_tracker.rb.ut.rb
273
- - lib/rex/ui/text/shell.rb
274
- - lib/rex/ui/text/output.rb
343
+ - lib/rex/ui/text/color.rb.ut.rb
275
344
  - lib/rex/ui/text/color.rb
276
- - lib/rex/ui/text/dispatcher_shell.rb
277
- - lib/rex/ui/text/output/socket.rb
278
- - lib/rex/ui/text/output/tee.rb
345
+ - lib/rex/ui/text/table.rb
279
346
  - lib/rex/ui/text/output/stdio.rb
347
+ - lib/rex/ui/text/output/socket.rb
280
348
  - lib/rex/ui/text/output/file.rb
281
349
  - lib/rex/ui/text/output/buffer.rb
350
+ - lib/rex/ui/text/output/tee.rb
351
+ - lib/rex/ui/text/output.rb
352
+ - lib/rex/ui/text/progress_tracker.rb
353
+ - lib/rex/ui/text/dispatcher_shell.rb
354
+ - lib/rex/ui/text/input/readline.rb
355
+ - lib/rex/ui/text/input/stdio.rb
356
+ - lib/rex/ui/text/input/socket.rb
357
+ - lib/rex/ui/text/input/buffer.rb
282
358
  - lib/rex/ui/text/table.rb.ut.rb
283
- - lib/rex/ui/text/input.rb
359
+ - lib/rex/ui/subscriber.rb
284
360
  - lib/rex/ui/output/none.rb
285
- - lib/rex/exceptions.rb.ut.rb
286
- - lib/rex/sync.rb
287
- - lib/rex/pescan/scanner.rb
288
- - lib/rex/pescan/analyze.rb
289
- - lib/rex/pescan/search.rb
290
- - lib/rex/struct2.rb
291
- - lib/rex/peparsey.rb
292
- - lib/rex/ropbuilder.rb
293
- - lib/rex/ole/minifat.rb
294
- - lib/rex/ole/clsid.rb
361
+ - lib/rex/ui/output.rb
362
+ - lib/rex/ui/interactive.rb
363
+ - lib/rex/ui/progress_tracker.rb
364
+ - lib/rex/transformer.rb.ut.rb
365
+ - lib/rex/zip/entry.rb
366
+ - lib/rex/zip/blocks.rb
367
+ - lib/rex/zip/samples/mkzip.rb
368
+ - lib/rex/zip/samples/comment.rb
369
+ - lib/rex/zip/samples/recursive.rb
370
+ - lib/rex/zip/samples/mkwar.rb
371
+ - lib/rex/zip/jar.rb
372
+ - lib/rex/zip/archive.rb
373
+ - lib/rex/post.rb
374
+ - lib/rex/sync/thread_safe.rb
375
+ - lib/rex/sync/read_write_lock.rb
376
+ - lib/rex/sync/ref.rb
377
+ - lib/rex/sync/event.rb
378
+ - lib/rex/codepage.map
379
+ - lib/rex/machscan.rb
380
+ - lib/rex/ole.rb
295
381
  - lib/rex/ole/substorage.rb
296
- - lib/rex/ole/util.rb
297
- - lib/rex/ole/header.rb
382
+ - lib/rex/ole/minifat.rb
298
383
  - lib/rex/ole/fat.rb
299
- - lib/rex/ole/samples/ole_info.rb
300
- - lib/rex/ole/samples/dump_stream.rb
301
- - lib/rex/ole/samples/create_ole.rb
302
- - lib/rex/ole/samples/dir.rb
303
- - lib/rex/ole/difat.rb
304
- - lib/rex/ole/direntry.rb
305
384
  - lib/rex/ole/directory.rb
385
+ - lib/rex/ole/difat.rb
386
+ - lib/rex/ole/storage.rb
387
+ - lib/rex/ole/header.rb
306
388
  - lib/rex/ole/propset.rb
389
+ - lib/rex/ole/samples/dir.rb
390
+ - lib/rex/ole/samples/ole_info.rb
391
+ - lib/rex/ole/samples/create_ole.rb
392
+ - lib/rex/ole/samples/dump_stream.rb
307
393
  - lib/rex/ole/stream.rb
308
- - lib/rex/ole/storage.rb
309
394
  - lib/rex/ole/docs/dependencies.txt
310
395
  - lib/rex/ole/docs/references.txt
396
+ - lib/rex/ole/clsid.rb
397
+ - lib/rex/ole/direntry.rb
398
+ - lib/rex/ole/util.rb
399
+ - lib/rex/struct2.rb
400
+ - lib/rex/thread_factory.rb
401
+ - lib/rex/image_source/memory.rb
311
402
  - lib/rex/image_source/disk.rb
312
403
  - lib/rex/image_source/image_source.rb
313
- - lib/rex/image_source/memory.rb
314
- - lib/rex/transformer.rb
315
- - lib/rex/arch/x86.rb.ut.rb
316
- - lib/rex/arch/sparc.rb.ut.rb
317
- - lib/rex/arch/x86.rb
318
- - lib/rex/arch/sparc.rb
319
- - lib/rex/encoder/xor/dword_additive.rb
404
+ - lib/rex/file.rb
405
+ - lib/rex/encoder/xor.rb
320
406
  - lib/rex/encoder/xor/dword.rb
321
- - lib/rex/encoder/nonupper.rb
407
+ - lib/rex/encoder/xor/dword_additive.rb
322
408
  - lib/rex/encoder/ndr.rb
323
- - lib/rex/encoder/xdr.rb.ut.rb
324
- - lib/rex/encoder/alpha2.rb
325
- - lib/rex/encoder/xdr.rb
409
+ - lib/rex/encoder/nonupper.rb
326
410
  - lib/rex/encoder/alpha2/generic.rb
327
411
  - lib/rex/encoder/alpha2/alpha_upper.rb
328
- - lib/rex/encoder/alpha2/alpha_mixed.rb
329
412
  - lib/rex/encoder/alpha2/unicode_upper.rb
330
413
  - lib/rex/encoder/alpha2/unicode_mixed.rb
414
+ - lib/rex/encoder/alpha2/alpha_mixed.rb
331
415
  - lib/rex/encoder/nonalpha.rb
332
- - lib/rex/encoder/xor.rb
333
416
  - lib/rex/encoder/ndr.rb.ut.rb
334
- - lib/rex/transformer.rb.ut.rb
335
- - lib/rex/encoders/xor_dword_additive.rb
336
- - lib/rex/encoders/xor_dword.rb
337
- - lib/rex/encoders/xor_dword_additive.rb.ut.rb
338
- - lib/rex/payloads.rb
339
- - lib/rex/proto.rb
340
- - lib/rex/thread_factory.rb
417
+ - lib/rex/encoder/xdr.rb.ut.rb
418
+ - lib/rex/encoder/xdr.rb
419
+ - lib/rex/encoder/alpha2.rb
420
+ - lib/rex/peparsey.rb
421
+ - lib/rex/ropbuilder/rop.rb
422
+ - lib/rex/struct2/s_struct.rb
341
423
  - lib/rex/struct2/c_struct.rb
342
- - lib/rex/struct2/generic.rb
343
424
  - lib/rex/struct2/element.rb
344
425
  - lib/rex/struct2/c_struct_template.rb
426
+ - lib/rex/struct2/generic.rb
345
427
  - lib/rex/struct2/restraint.rb
346
- - lib/rex/struct2/s_struct.rb
347
428
  - lib/rex/struct2/s_string.rb
348
429
  - lib/rex/struct2/constant.rb
349
- - lib/rex/test.rb
350
- - lib/rex/file.rb
351
- - lib/rex/file.rb.ut.rb
352
- - lib/rex/parser/ip360_aspl_xml.rb
353
- - lib/rex/parser/mbsa_nokogiri.rb
354
- - lib/rex/parser/apple_backup_manifestdb.rb
355
- - lib/rex/parser/acunetix_nokogiri.rb
356
- - lib/rex/parser/ci_nokogiri.rb
357
- - lib/rex/parser/ip360_xml.rb
358
- - lib/rex/parser/nokogiri_doc_mixin.rb
359
- - lib/rex/parser/arguments.rb
360
- - lib/rex/parser/appscan_nokogiri.rb
361
- - lib/rex/parser/arguments.rb.ut.rb
362
- - lib/rex/parser/nexpose_xml.rb
363
- - lib/rex/parser/nexpose_raw_nokogiri.rb
364
- - lib/rex/parser/nessus_xml.rb
365
- - lib/rex/parser/burp_session_nokogiri.rb
366
- - lib/rex/parser/foundstone_nokogiri.rb
367
- - lib/rex/parser/ini.rb
368
- - lib/rex/parser/nmap_xml.rb
369
- - lib/rex/parser/ini.rb.ut.rb
370
- - lib/rex/parser/retina_xml.rb
371
- - lib/rex/parser/nexpose_simple_nokogiri.rb
372
- - lib/rex/parser/netsparker_xml.rb
373
- - lib/rex/parser/nmap_nokogiri.rb
430
+ - lib/rex/machparsey/machbase.rb
431
+ - lib/rex/machparsey/exceptions.rb
432
+ - lib/rex/machparsey/mach.rb
433
+ - lib/rex/encoding/xor.rb
434
+ - lib/rex/encoding/xor/dword.rb
435
+ - lib/rex/encoding/xor/dword_additive.rb
436
+ - lib/rex/encoding/xor/dword_additive.rb.ut.rb
437
+ - lib/rex/encoding/xor/word.rb
438
+ - lib/rex/encoding/xor/dword.rb.ut.rb
439
+ - lib/rex/encoding/xor/generic.rb
440
+ - lib/rex/encoding/xor/byte.rb
441
+ - lib/rex/encoding/xor/exceptions.rb
442
+ - lib/rex/encoding/xor/generic.rb.ut.rb
443
+ - lib/rex/encoding/xor/word.rb.ut.rb
444
+ - lib/rex/encoding/xor/byte.rb.ut.rb
445
+ - lib/rex/encoding/xor/qword.rb
446
+ - lib/rex/encoding/xor.rb.ts.rb
374
447
  - lib/rex/logging/sinks/stderr.rb
375
448
  - lib/rex/logging/sinks/flatfile.rb
376
- - lib/rex/logging/log_dispatcher.rb
377
449
  - lib/rex/logging/log_sink.rb
450
+ - lib/rex/logging/log_dispatcher.rb
451
+ - lib/rex/job_container.rb
378
452
  - lib/rex/elfparsey/exceptions.rb
379
- - lib/rex/elfparsey/elfbase.rb
380
453
  - lib/rex/elfparsey/elf.rb
381
- - lib/rex/platforms.rb
382
- - lib/rex/proto/proxy/socks4a.rb
383
- - lib/rex/proto/tftp.rb
384
- - lib/rex/proto/drda.rb.ts.rb
385
- - lib/rex/proto/dcerpc/ndr.rb
386
- - lib/rex/proto/dcerpc/response.rb.ut.rb
387
- - lib/rex/proto/dcerpc/uuid.rb
388
- - lib/rex/proto/dcerpc/packet.rb
389
- - lib/rex/proto/dcerpc/client.rb.ut.rb
390
- - lib/rex/proto/dcerpc/exceptions.rb
391
- - lib/rex/proto/dcerpc/handle.rb.ut.rb
392
- - lib/rex/proto/dcerpc/response.rb
393
- - lib/rex/proto/dcerpc/handle.rb
394
- - lib/rex/proto/dcerpc/packet.rb.ut.rb
395
- - lib/rex/proto/dcerpc/ndr.rb.ut.rb
396
- - lib/rex/proto/dcerpc/uuid.rb.ut.rb
397
- - lib/rex/proto/dcerpc/client.rb
398
- - lib/rex/proto/dcerpc.rb
399
- - lib/rex/proto/tftp/server.rb.ut.rb
400
- - lib/rex/proto/tftp/server.rb
401
- - lib/rex/proto/tftp/constants.rb
402
- - lib/rex/proto/smb/simpleclient.rb
403
- - lib/rex/proto/smb/constants.rb.ut.rb
404
- - lib/rex/proto/smb/simpleclient.rb.ut.rb
405
- - lib/rex/proto/smb/client.rb.ut.rb
406
- - lib/rex/proto/smb/exceptions.rb
407
- - lib/rex/proto/smb/crypt.rb
408
- - lib/rex/proto/smb/utils.rb
409
- - lib/rex/proto/smb/evasions.rb
410
- - lib/rex/proto/smb/utils.rb.ut.rb
411
- - lib/rex/proto/smb/constants.rb
412
- - lib/rex/proto/smb/client.rb
413
- - lib/rex/proto/rfb.rb.ut.rb
414
- - lib/rex/proto/drda/packet.rb
415
- - lib/rex/proto/drda/constants.rb.ut.rb
416
- - lib/rex/proto/drda/utils.rb
417
- - lib/rex/proto/drda/utils.rb.ut.rb
418
- - lib/rex/proto/drda/packet.rb.ut.rb
419
- - lib/rex/proto/drda/constants.rb
420
- - lib/rex/proto/http/server.rb.ut.rb
421
- - lib/rex/proto/http/request.rb.ut.rb
422
- - lib/rex/proto/http/response.rb.ut.rb
423
- - lib/rex/proto/http/packet.rb
424
- - lib/rex/proto/http/client.rb.ut.rb
425
- - lib/rex/proto/http/header.rb.ut.rb
426
- - lib/rex/proto/http/handler.rb
427
- - lib/rex/proto/http/server.rb
428
- - lib/rex/proto/http/header.rb
429
- - lib/rex/proto/http/response.rb
430
- - lib/rex/proto/http/request.rb
431
- - lib/rex/proto/http/handler/proc.rb.ut.rb
432
- - lib/rex/proto/http/handler/proc.rb
433
- - lib/rex/proto/http/handler/erb.rb.ut.rb
434
- - lib/rex/proto/http/handler/erb.rb.ut.rb.rhtml
435
- - lib/rex/proto/http/handler/erb.rb
436
- - lib/rex/proto/http/packet.rb.ut.rb
437
- - lib/rex/proto/http/client.rb
438
- - lib/rex/proto/rfb.rb
439
- - lib/rex/proto/dhcp.rb
440
- - lib/rex/proto/dcerpc.rb.ts.rb
441
- - lib/rex/proto/ntlm.rb.ut.rb
442
- - lib/rex/proto/smb.rb.ts.rb
443
- - lib/rex/proto/dhcp/server.rb
444
- - lib/rex/proto/dhcp/constants.rb
445
- - lib/rex/proto/sunrpc/client.rb
446
- - lib/rex/proto/ntlm.rb
447
- - lib/rex/proto/iax2.rb
448
- - lib/rex/proto/drda.rb
449
- - lib/rex/proto/iax2/codecs.rb
450
- - lib/rex/proto/iax2/call.rb
451
- - lib/rex/proto/iax2/codecs/g711.rb
452
- - lib/rex/proto/iax2/codecs/mulaw.rb
453
- - lib/rex/proto/iax2/codecs/alaw.rb
454
- - lib/rex/proto/iax2/constants.rb
455
- - lib/rex/proto/iax2/client.rb
456
- - lib/rex/proto/sunrpc.rb
457
- - lib/rex/proto/http.rb
458
- - lib/rex/proto/ntlm/message.rb
459
- - lib/rex/proto/ntlm/exceptions.rb
460
- - lib/rex/proto/ntlm/crypt.rb
461
- - lib/rex/proto/ntlm/utils.rb
462
- - lib/rex/proto/ntlm/base.rb
463
- - lib/rex/proto/ntlm/constants.rb
464
- - lib/rex/proto/http.rb.ts.rb
465
- - lib/rex/proto/smb.rb
466
- - lib/rex/proto/rfb/cipher.rb
467
- - lib/rex/proto/rfb/constants.rb
468
- - lib/rex/proto/rfb/client.rb
469
- - lib/rex/job_container.rb
470
- - lib/rex/platforms/windows.rb
471
- - lib/rex/service_manager.rb
472
- - lib/rex/zip.rb
473
- - lib/rex/logging.rb
474
- - lib/rex/text.rb
475
- - lib/rex/ropbuilder/rop.rb
476
- - lib/rex/constants.rb
477
- - lib/rex/mime.rb
454
+ - lib/rex/elfparsey/elfbase.rb
455
+ - lib/rex/service.rb
478
456
  - lib/rex/pescan.rb
479
- - lib/rex/machscan/scanner.rb
480
- - lib/rex/poly.rb
481
- - lib/rex/elfscan.rb
457
+ - lib/rex/file.rb.ut.rb
458
+ - lib/rex/elfscan/scanner.rb
459
+ - lib/rex/elfscan/search.rb
460
+ - lib/rex/arch/x86.rb.ut.rb
461
+ - lib/rex/arch/sparc.rb.ut.rb
462
+ - lib/rex/arch/x86.rb
463
+ - lib/rex/arch/sparc.rb
464
+ - lib/rex/mime.rb
482
465
  - lib/rex/socket.rb.ut.rb
483
- - lib/rex/socket/ip.rb
484
- - lib/rex/socket/switch_board.rb
485
- - lib/rex/socket/subnet_walker.rb
486
- - lib/rex/socket/range_walker.rb.ut.rb
487
- - lib/rex/socket/ssl_tcp.rb.ut.rb
488
- - lib/rex/socket/udp.rb.ut.rb
489
- - lib/rex/socket/ssl_tcp_server.rb.ut.rb
490
- - lib/rex/socket/subnet_walker.rb.ut.rb
491
- - lib/rex/socket/parameters.rb.ut.rb
492
- - lib/rex/socket/tcp.rb
493
- - lib/rex/socket/comm.rb
494
- - lib/rex/socket/tcp_server.rb
495
- - lib/rex/socket/switch_board.rb.ut.rb
496
- - lib/rex/socket/range_walker.rb
497
- - lib/rex/socket/parameters.rb
498
- - lib/rex/socket/udp.rb
499
- - lib/rex/socket/tcp_server.rb.ut.rb
500
- - lib/rex/socket/tcp.rb.ut.rb
501
- - lib/rex/socket/comm/local.rb.ut.rb
502
- - lib/rex/socket/comm/local.rb
503
- - lib/rex/socket/ssl_tcp_server.rb
504
- - lib/rex/socket/ssl_tcp.rb
505
- has_rdoc: true
466
+ - lib/rex/payloads/win32/common.rb
467
+ - lib/rex/payloads/win32/kernel.rb
468
+ - lib/rex/payloads/win32/kernel/recovery.rb
469
+ - lib/rex/payloads/win32/kernel/common.rb
470
+ - lib/rex/payloads/win32/kernel/migration.rb
471
+ - lib/rex/payloads/win32/kernel/stager.rb
472
+ - lib/rex/payloads/win32.rb
473
+ - lib/rex/arch.rb
474
+ - lib/rex/payloads.rb
475
+ - lib/rex/image_source.rb
476
+ - lib/rex/script/shell.rb
477
+ - lib/rex/script/base.rb
478
+ - lib/rex/script/meterpreter.rb
479
+ - lib/rex/exploitation/javascriptosdetect.rb
480
+ - lib/rex/exploitation/heaplib.rb
481
+ - lib/rex/exploitation/omelet.rb.ut.rb
482
+ - lib/rex/exploitation/obfuscatejs.rb
483
+ - lib/rex/exploitation/egghunter.rb.ut.rb
484
+ - lib/rex/exploitation/cmdstager/base.rb
485
+ - lib/rex/exploitation/cmdstager/vbs.rb
486
+ - lib/rex/exploitation/cmdstager/debug_asm.rb
487
+ - lib/rex/exploitation/cmdstager/debug_write.rb
488
+ - lib/rex/exploitation/cmdstager/tftp.rb
489
+ - lib/rex/exploitation/jsobfu.rb
490
+ - lib/rex/exploitation/omelet.rb
491
+ - lib/rex/exploitation/seh.rb.ut.rb
492
+ - lib/rex/exploitation/opcodedb.rb.ut.rb
493
+ - lib/rex/exploitation/egghunter.rb
494
+ - lib/rex/exploitation/javascriptosdetect.js
495
+ - lib/rex/exploitation/heaplib.js.b64
496
+ - lib/rex/exploitation/cmdstager.rb
497
+ - lib/rex/exploitation/encryptjs.rb
498
+ - lib/rex/exploitation/seh.rb
499
+ - lib/rex/exploitation/opcodedb.rb
500
+ - lib/rex/services/local_relay.rb
501
+ - lib/rex/poly.rb
502
+ - lib/rex/script.rb
503
+ - lib/rex/proto.rb
504
+ - lib/rex/elfparsey.rb
505
+ - lib/rex/text.rb
506
+ - lib/rex/compat.rb
507
+ - lib/rex/service_manager.rb.ut.rb
508
+ - lib/rex/registry/valuekey.rb
509
+ - lib/rex/registry/hive.rb
510
+ - lib/rex/registry/regf.rb
511
+ - lib/rex/registry/lfkey.rb
512
+ - lib/rex/registry/nodekey.rb
513
+ - lib/rex/registry/valuelist.rb
514
+ - lib/rex.rb
506
515
  homepage: http://www.metasploit.com/
507
- licenses:
516
+ licenses:
508
517
  - BSD
509
518
  post_install_message:
510
519
  rdoc_options: []
511
-
512
- require_paths:
520
+ require_paths:
513
521
  - lib
514
- required_ruby_version: !ruby/object:Gem::Requirement
522
+ required_ruby_version: !ruby/object:Gem::Requirement
515
523
  none: false
516
- requirements:
517
- - - ">="
518
- - !ruby/object:Gem::Version
519
- hash: 57
520
- segments:
521
- - 1
522
- - 8
523
- - 7
524
+ requirements:
525
+ - - ! '>='
526
+ - !ruby/object:Gem::Version
524
527
  version: 1.8.7
525
- required_rubygems_version: !ruby/object:Gem::Requirement
528
+ required_rubygems_version: !ruby/object:Gem::Requirement
526
529
  none: false
527
- requirements:
528
- - - ">="
529
- - !ruby/object:Gem::Version
530
- hash: 3
531
- segments:
532
- - 0
533
- version: "0"
530
+ requirements:
531
+ - - ! '>='
532
+ - !ruby/object:Gem::Version
533
+ version: '0'
534
534
  requirements: []
535
-
536
535
  rubyforge_project:
537
- rubygems_version: 1.4.2
536
+ rubygems_version: 1.8.24
538
537
  signing_key:
539
538
  specification_version: 3
540
539
  summary: Ruby Exploitation Library
541
540
  test_files: []
542
-