Carlos Perez
|
d50613deaa
|
Keywords
git-svn-id: file:///home/svn/framework3/trunk@12618 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-15 18:12:29 +00:00 |
Carlos Perez
|
672c8961be
|
OpenSSH Information Gather Module, tested against OSX and Linux
git-svn-id: file:///home/svn/framework3/trunk@12617 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-15 17:28:20 +00:00 |
HD Moore
|
80f71b441e
|
This adds a basic RPC server that operates over HTTP and uses MessagePack. The client/server wrappers are still being finalized. MessagePack libraries are avavailable for all major languages ( http://msgpack.org/ ) and this implementation is ridiculous fast and binary safe, relative to XMLRPC.
git-svn-id: file:///home/svn/framework3/trunk@12616 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-14 18:38:44 +00:00 |
HD Moore
|
aa98667a77
|
Two performance fixes for HTTP Servers. The first reduces latency from 0.25s to near-zero for back-to-back connections by using the Queue class as a notify system. The second switches the slow socket.get for the much faster socket.read
git-svn-id: file:///home/svn/framework3/trunk@12615 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-14 18:34:06 +00:00 |
Matt Weeks
|
543ec2c3a1
|
Format fix.
git-svn-id: file:///home/svn/framework3/trunk@12613 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-14 17:19:28 +00:00 |
HD Moore
|
7375c30532
|
Bump back to test
git-svn-id: file:///home/svn/framework3/trunk@12612 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-13 18:50:26 +00:00 |
HD Moore
|
86f6957280
|
Test update
git-svn-id: file:///home/svn/framework3/trunk@12611 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-13 18:43:15 +00:00 |
Tod Beardsley
|
03549f0b15
|
Nessus imported vulns should reference themselves as a NSS- identifier.
git-svn-id: file:///home/svn/framework3/trunk@12610 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-13 17:00:03 +00:00 |
Tod Beardsley
|
7f21eb8406
|
Allows for nessus imports to grab the plugin name as well as the plugin ID.
git-svn-id: file:///home/svn/framework3/trunk@12609 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-13 16:29:07 +00:00 |
James Lee
|
369a2e898e
|
mark version for minor release
git-svn-id: file:///home/svn/framework3/trunk@12608 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-13 16:14:05 +00:00 |
HD Moore
|
4500d09c2f
|
Bubble up errors from socket.get_once() and trigger an EOFError when read() returns nil
git-svn-id: file:///home/svn/framework3/trunk@12607 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-13 06:37:15 +00:00 |
James Lee
|
98fb399825
|
remove logging again, silly debugging
git-svn-id: file:///home/svn/framework3/trunk@12606 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-13 01:31:04 +00:00 |
James Lee
|
6e06b61e48
|
php doesn't reuse array indexes with [], so do some acrobatics to figure out a real channel id. fixes #4418
git-svn-id: file:///home/svn/framework3/trunk@12605 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-13 01:22:53 +00:00 |
James Lee
|
486c0556d0
|
don't leave unnecessary evil-looking logs
git-svn-id: file:///home/svn/framework3/trunk@12604 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 22:46:43 +00:00 |
HD Moore
|
c7439f5ba1
|
Remove the leftover autoloads
git-svn-id: file:///home/svn/framework3/trunk@12603 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 20:20:08 +00:00 |
HD Moore
|
1904e446b2
|
Change this back to cooincide with autoload revert
git-svn-id: file:///home/svn/framework3/trunk@12602 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 20:11:43 +00:00 |
HD Moore
|
ecb726fb2c
|
Rolling two changes through again (stomped on by the autoload revert)
git-svn-id: file:///home/svn/framework3/trunk@12601 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 20:08:33 +00:00 |
HD Moore
|
9ce47c01bd
|
Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround
git-svn-id: file:///home/svn/framework3/trunk@12600 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 20:03:55 +00:00 |
HD Moore
|
95d802754b
|
Rework to avoid a warning
git-svn-id: file:///home/svn/framework3/trunk@12598 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 19:26:11 +00:00 |
Joshua Drake
|
3122c500a6
|
See #4371, add a missing autoload for :Script
git-svn-id: file:///home/svn/framework3/trunk@12597 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 19:12:00 +00:00 |
Joshua Drake
|
fd4e6db85d
|
Fixes 4373, Migrates lib/msf to use autoload instead of require (first try)
git-svn-id: file:///home/svn/framework3/trunk@12596 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 19:07:35 +00:00 |
Joshua Drake
|
7600f9110e
|
remove some more unecessary requires
git-svn-id: file:///home/svn/framework3/trunk@12595 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 18:33:49 +00:00 |
David Rude
|
3c133a1415
|
added some more verbosity so its clear things are happening, moved the session.type check to be more immediate
git-svn-id: file:///home/svn/framework3/trunk@12594 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 17:56:18 +00:00 |
HD Moore
|
664bbf7c3c
|
Remove the requires now that autoload has been fixed
git-svn-id: file:///home/svn/framework3/trunk@12593 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 15:09:27 +00:00 |
Joshua Drake
|
025c68244b
|
See #4371, fix uninitialized constant Rex::Exploitation::Egghunter
git-svn-id: file:///home/svn/framework3/trunk@12592 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 15:03:20 +00:00 |
HD Moore
|
78a2558142
|
Apply patch from chao-mu, fixes #4414
git-svn-id: file:///home/svn/framework3/trunk@12591 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 14:59:44 +00:00 |
HD Moore
|
c9566da399
|
Add missing requires and autoload to make browser exploits work again.
git-svn-id: file:///home/svn/framework3/trunk@12590 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 05:23:32 +00:00 |
Joshua Drake
|
8bd4f463a6
|
See #4371, add autoload for PeParsey
git-svn-id: file:///home/svn/framework3/trunk@12589 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 01:26:58 +00:00 |
James Lee
|
06779bc8c0
|
remove unnecessary requires for stuff in rex. autoload and a high-level require 'rex' in lib/msf/core.rb should take care of everything. see #4371, #4373, r12587, and r12554.
git-svn-id: file:///home/svn/framework3/trunk@12588 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-12 00:53:33 +00:00 |
James Lee
|
d0614a4be7
|
fix a few requires in rex in preparation of removing unneeded requires from msf
git-svn-id: file:///home/svn/framework3/trunk@12587 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-11 23:28:12 +00:00 |
James Lee
|
7837e64b85
|
remove cruft leftover from the dawn of time
git-svn-id: file:///home/svn/framework3/trunk@12586 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-11 22:55:25 +00:00 |
HD Moore
|
a95186df6a
|
Revert previous patch and handle via override instead
git-svn-id: file:///home/svn/framework3/trunk@12585 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-11 22:18:16 +00:00 |
Wei Chen
|
40894c3726
|
Moving Iconics webhmi activeX exploit from browser to scada directory
git-svn-id: file:///home/svn/framework3/trunk@12584 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-11 20:45:54 +00:00 |
HD Moore
|
ea2da5f9ce
|
Applies a patch to fix autoload + active_support conflicts: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/2283-unnecessary-exception-raised-in-asdependenciesload_missing_constant
git-svn-id: file:///home/svn/framework3/trunk@12583 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-11 17:39:40 +00:00 |
Steve Tornio
|
d0c93f7e49
|
add osvdb ref
git-svn-id: file:///home/svn/framework3/trunk@12582 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-11 11:33:16 +00:00 |
Wei Chen
|
5d59d819ac
|
Added SPlayer Content-Type bof
git-svn-id: file:///home/svn/framework3/trunk@12581 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-11 00:18:11 +00:00 |
Tod Beardsley
|
3e6d526eca
|
Fixes #4391. Sorry! Ruby incompatability on method defs where if you set one option, you need to set them all (doesn't affect current 1.9 Rubies).
git-svn-id: file:///home/svn/framework3/trunk@12580 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-10 21:27:17 +00:00 |
James Lee
|
69d09113b5
|
use Metasm to parse elf templates and set appropriate header flags for marking .text as rwx, fixes #4384
git-svn-id: file:///home/svn/framework3/trunk@12579 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-10 21:06:19 +00:00 |
Joshua Drake
|
28ae2316a4
|
Fixes #4390, such a bute
git-svn-id: file:///home/svn/framework3/trunk@12578 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-10 20:52:59 +00:00 |
Joshua Drake
|
cd5dbe7d58
|
See #4371, fix rex/file autoloads
git-svn-id: file:///home/svn/framework3/trunk@12577 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-10 20:15:16 +00:00 |
Steve Tornio
|
b84df80983
|
add osvdb ref
git-svn-id: file:///home/svn/framework3/trunk@12576 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-10 19:16:07 +00:00 |
Tod Beardsley
|
50b26cb2d6
|
Adds another Qualys formatted XML importer for ASSET_DATA_REPORT files.
git-svn-id: file:///home/svn/framework3/trunk@12575 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-10 19:10:02 +00:00 |
Joshua Drake
|
cdeb44747f
|
huh? missing something important heh
git-svn-id: file:///home/svn/framework3/trunk@12574 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-10 18:33:38 +00:00 |
Wei Chen
|
105b5799af
|
Added ICONICS WebHMI ActiveX SetActiveXGuid bof
git-svn-id: file:///home/svn/framework3/trunk@12573 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-10 18:07:15 +00:00 |
Joshua Drake
|
af45f0166f
|
re-unbreak omelet code
git-svn-id: file:///home/svn/framework3/trunk@12572 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-09 22:42:41 +00:00 |
David Rude
|
2de7f9eb30
|
fixes a stack trace in converting a char to hex in ruby 1.9.x
git-svn-id: file:///home/svn/framework3/trunk@12571 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-09 20:48:40 +00:00 |
Wei Chen
|
90278f308b
|
Fixed issue with 'break'. Added x64 support.
git-svn-id: file:///home/svn/framework3/trunk@12570 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-09 18:27:54 +00:00 |
James Lee
|
2e1d25dad7
|
store some state so we can associate scripts with the right port/host. fixes #4378
git-svn-id: file:///home/svn/framework3/trunk@12569 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-09 18:10:56 +00:00 |
Tod Beardsley
|
ce90282884
|
See #4378 -- this should limit the nmap parser to script tags that are associated only with ports. egyp7 may have a better way with dealing with this though, so not calling it fixed yet.
git-svn-id: file:///home/svn/framework3/trunk@12568 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-09 17:24:43 +00:00 |
HD Moore
|
244e251d7b
|
Keywords
git-svn-id: file:///home/svn/framework3/trunk@12567 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-08 21:36:29 +00:00 |