HD Moore
|
5bbf27bf5b
|
Woops, this may not have a prompt accessor, find another way
git-svn-id: file:///home/svn/framework3/trunk@13029 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-25 20:33:15 +00:00 |
|
HD Moore
|
da7cc53c38
|
Add the spool command for redirecting output to both the console and a file
git-svn-id: file:///home/svn/framework3/trunk@13028 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-25 18:51:07 +00:00 |
|
HD Moore
|
40b9b2467b
|
Remove the downgrade until we figure out the cause, getting different results for the same OS/SP/configuration
git-svn-id: file:///home/svn/framework3/trunk@12991 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-21 01:12:17 +00:00 |
|
HD Moore
|
c42ea1f896
|
Re-enable the workaround for now, see #4785
git-svn-id: file:///home/svn/framework3/trunk@12989 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-20 23:38:30 +00:00 |
|
HD Moore
|
ab615c1225
|
Reference the ticket in this comment: See #4785
git-svn-id: file:///home/svn/framework3/trunk@12987 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-20 23:32:29 +00:00 |
|
HD Moore
|
346018c321
|
Disable NTLMv2 Session for Windows 2000 servers
git-svn-id: file:///home/svn/framework3/trunk@12984 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-20 22:54:13 +00:00 |
|
HD Moore
|
092817d449
|
Finally merging Cachedump into the SVN tree. Thanks to everyone who helped and again for their patience
git-svn-id: file:///home/svn/framework3/trunk@12946 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-15 01:06:22 +00:00 |
|
Joshua Drake
|
cb98e40725
|
Add support for ignoring non-executable Mach-O binary segments
git-svn-id: file:///home/svn/framework3/trunk@12940 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-14 15:23:32 +00:00 |
|
HD Moore
|
db413592e9
|
This commit adds support for the -r (remote machine name) parameter to the reg command and extends the api to support a remote machine name. Closes #1894
git-svn-id: file:///home/svn/framework3/trunk@12924 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-12 00:01:29 +00:00 |
|
HD Moore
|
6dd65e56f2
|
All changes look good, merging
git-svn-id: file:///home/svn/framework3/trunk@12921 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-11 23:17:42 +00:00 |
|
HD Moore
|
c3307c80be
|
Fixes #1733 by merging in Danilo Nascimento's patch. Thanks!
git-svn-id: file:///home/svn/framework3/trunk@12919 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-11 23:01:11 +00:00 |
|
Joshua Drake
|
a8d177ec35
|
Revert r12910, conflict-o oops-o
git-svn-id: file:///home/svn/framework3/trunk@12911 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-11 18:53:39 +00:00 |
|
Joshua Drake
|
3ac9854e88
|
Fixes #4703: Change an assignment in the loop to append instead
git-svn-id: file:///home/svn/framework3/trunk@12910 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-11 18:50:33 +00:00 |
|
David Rude
|
54f9ea7c0d
|
code clean ups, fixes a bug in gadget collection, adds gadget grouping
git-svn-id: file:///home/svn/framework3/trunk@12909 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-11 18:38:02 +00:00 |
|
David Rude
|
8eaf46eca0
|
Add support to disable color
git-svn-id: file:///home/svn/framework3/trunk@12906 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-10 18:13:34 +00:00 |
|
David Rude
|
a0c2321efc
|
Add msfrop, a tool for collecting and ROP gadgets, features include export and import in CSV format, powerful regex searching
git-svn-id: file:///home/svn/framework3/trunk@12904 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-10 12:54:01 +00:00 |
|
James Lee
|
9d99b9de22
|
fix a logic error that results in sockets closing instead of resending data, really fixes #4642; also fixes a nil error when read() failed, makes logs actually useful
git-svn-id: file:///home/svn/framework3/trunk@12885 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-08 21:36:34 +00:00 |
|
James Lee
|
96b568d65b
|
add a tool for list all modules by rank, fixes #4333, fixes #4334, thanks David Maloney!
git-svn-id: file:///home/svn/framework3/trunk@12876 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-06 22:47:55 +00:00 |
|
David Rude
|
62826d3ff8
|
fix a bug in msfpescan and msfbinscan when handling disassembly
git-svn-id: file:///home/svn/framework3/trunk@12863 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-05 21:50:29 +00:00 |
|
Tod Beardsley
|
7b4c7d44db
|
Adds a Burp Session XML parser and importer. Also includes fix to Rex's HTTP header parser to ensure that it uses only unencoded regexes.
git-svn-id: file:///home/svn/framework3/trunk@12846 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-03 21:17:57 +00:00 |
|
James Lee
|
89a12add6f
|
always break strings into at least two pieces when splitting. Add better docs.
git-svn-id: file:///home/svn/framework3/trunk@12843 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-03 17:52:34 +00:00 |
|
James Lee
|
bee19278d7
|
add a new javascript obfuscation engine using rkelly for parsing. use it in browser_autopwn and ms10_018_ie_behaviors. see #1003
git-svn-id: file:///home/svn/framework3/trunk@12839 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-03 00:36:26 +00:00 |
|
Tod Beardsley
|
110f4df649
|
Adding a webapp vulnscanner parser for Appscan
git-svn-id: file:///home/svn/framework3/trunk@12826 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-02 22:16:08 +00:00 |
|
Tod Beardsley
|
f03ffaf13d
|
Fixing a stack trace when the imported site cannot be resolved.
git-svn-id: file:///home/svn/framework3/trunk@12825 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-02 22:12:50 +00:00 |
|
Tod Beardsley
|
0a7f6b8528
|
Adds support for importing Acunetix webvuln XML reports.
git-svn-id: file:///home/svn/framework3/trunk@12813 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-02 06:17:38 +00:00 |
|
David Rude
|
1a466da015
|
Handle PE dissassemly the proper way, fixes a bug when handling regex searches
git-svn-id: file:///home/svn/framework3/trunk@12802 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-01 19:53:08 +00:00 |
|
Tod Beardsley
|
d3f19d8777
|
Moving the character and cdata readers to the nokogiri mixin. They've all been the same so far.
git-svn-id: file:///home/svn/framework3/trunk@12800 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-01 17:37:54 +00:00 |
|
Tod Beardsley
|
8600bc5bef
|
Foundstone registers a fingerprint instead of directly setting os_name. Also updates the Windows version regex for mbsa. Also adds a fall-through fingerprint parser (which foundstone uses).
git-svn-id: file:///home/svn/framework3/trunk@12798 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-01 16:31:27 +00:00 |
|
Tod Beardsley
|
43b78a6b8f
|
Adds an import note for MBSA and Foundstone.
git-svn-id: file:///home/svn/framework3/trunk@12792 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-01 02:21:10 +00:00 |
|
Mario Ceballos
|
2e0d399262
|
fixes some warnings.
git-svn-id: file:///home/svn/framework3/trunk@12791 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-01 01:14:47 +00:00 |
|
Tod Beardsley
|
23e3d4274d
|
Adds a parser for MBSA XML files.
git-svn-id: file:///home/svn/framework3/trunk@12790 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-06-01 00:01:46 +00:00 |
|
Tod Beardsley
|
c94577448e
|
Cleans up service name normalization.
git-svn-id: file:///home/svn/framework3/trunk@12787 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-31 19:27:22 +00:00 |
|
Tod Beardsley
|
90bbacd75e
|
Fixes #4620, attribute hashes are passed through a sanitizer now.
git-svn-id: file:///home/svn/framework3/trunk@12786 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-31 19:01:54 +00:00 |
|
Tod Beardsley
|
f420b9c9e9
|
Adding an importer for Foundstone/Mcafee Network Inventory reports.
git-svn-id: file:///home/svn/framework3/trunk@12780 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-31 15:24:42 +00:00 |
|
Tod Beardsley
|
e85a350257
|
Fixes #4605 -- only try to yield if we have a block to yield to.
git-svn-id: file:///home/svn/framework3/trunk@12762 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-29 03:00:13 +00:00 |
|
HD Moore
|
3a4b5a02fb
|
Force strings to be binary in Meterpreter requests, wrap server-side errors with a client-side wrapper
git-svn-id: file:///home/svn/framework3/trunk@12758 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-28 05:55:51 +00:00 |
|
Tod Beardsley
|
b6f79ec070
|
Updating nmap's nokogiri state tracker as well.
git-svn-id: file:///home/svn/framework3/trunk@12744 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-27 18:15:49 +00:00 |
|
Tod Beardsley
|
19f50d9b1d
|
Updates the nokogiri streaming document state machine to something a little more grown up.
git-svn-id: file:///home/svn/framework3/trunk@12742 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-27 17:53:56 +00:00 |
|
David Rude
|
f92819e754
|
removed nasm calls inplace of metasm, cleaned up some formatting as well
git-svn-id: file:///home/svn/framework3/trunk@12741 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-27 17:34:31 +00:00 |
|
Tod Beardsley
|
a891d53be4
|
Adding a Nokogiri stream parser for Nexpose raw XML files.
git-svn-id: file:///home/svn/framework3/trunk@12740 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-27 17:30:11 +00:00 |
|
Tod Beardsley
|
3eabf41a67
|
Adds a Nokogiri parser for Nexpose vuln imports.
git-svn-id: file:///home/svn/framework3/trunk@12737 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-26 20:29:47 +00:00 |
|
James Lee
|
8acfef8770
|
add support for providing a list of CA certs for the signature
git-svn-id: file:///home/svn/framework3/trunk@12734 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-26 17:50:56 +00:00 |
|
Tod Beardsley
|
528e9e2b3a
|
update from chlee
git-svn-id: file:///home/svn/framework3/trunk@12723 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-25 19:26:41 +00:00 |
|
Tod Beardsley
|
252830f3dd
|
See #4471 - Moving off some common methods to a mixin.
git-svn-id: file:///home/svn/framework3/trunk@12720 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-25 18:48:23 +00:00 |
|
James Lee
|
11a1b5dcad
|
fix the requires for java signing.
git-svn-id: file:///home/svn/framework3/trunk@12719 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-25 18:02:02 +00:00 |
|
James Lee
|
812bae9df9
|
add support for signing applets (or any other jar) with openssl. this removes the need for a dependency on RJB
git-svn-id: file:///home/svn/framework3/trunk@12718 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-25 16:45:20 +00:00 |
|
HD Moore
|
ecaeac1f6e
|
Only override the server header if the caller didn't already provide one.
git-svn-id: file:///home/svn/framework3/trunk@12709 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-25 01:51:09 +00:00 |
|
Tod Beardsley
|
e09d4fb771
|
Patch from chlee for the nexpose XML parser. Adds "potential" as a vulnerable marker (so imports them), adds import cases for description and solution as well.
git-svn-id: file:///home/svn/framework3/trunk@12707 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-25 00:24:20 +00:00 |
|
Tod Beardsley
|
38504b39a8
|
Warn the user if there's a truncated nmap file.
git-svn-id: file:///home/svn/framework3/trunk@12704 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-24 21:48:22 +00:00 |
|
Tod Beardsley
|
81e1b41840
|
Fixes #4578. If the user has Nokogiri of a reasonable version installed, use that to parse Nmap-created XML documents. Otherwise, fall back to the existing REXML parser.
git-svn-id: file:///home/svn/framework3/trunk@12702 4d416f70-5f16-0410-b530-b9f4589650da
|
2011-05-24 19:40:50 +00:00 |
|