James Lee
e522b40465
Make sure session.target_host gets resolved
...
Not sure why this isn't already resolved when we read it out of the
datastore. May have something to do with the recent options madness.
[Fixes #6567 ]
2012-03-28 13:44:23 -06:00
James Lee
95c996c435
Make sure session.target_host gets resolved
...
Not sure why this isn't already resolved when we read it out of the
datastore. May have something to do with the recent options madness.
[Fixes #6567 ]
2012-03-28 13:37:39 -06:00
sinn3r
ddc954acd1
Merge pull request #284 from rsmudge/armitage
...
Armitage 03.28.12. Mostly performance improvements.
2012-03-27 23:40:12 -07:00
Willis Vandevanter
0fcab521d2
fixed print_bad
2012-03-28 02:32:03 -04:00
Raphael Mudge
f1d66b941e
Armitage 03.28.12. Mostly performance improvements.
2012-03-27 20:01:37 -04:00
Tod Beardsley
5248ec87b5
Fixing EDB reference
2012-03-27 16:49:47 -05:00
HD Moore
64b0f50baa
Update for compatibility
2012-03-27 15:29:28 -05:00
Tod Beardsley
b1683c94ef
Merge pull request #281 from jlee-r7/module-tests
...
Module tests
2012-03-27 10:23:20 -07:00
James Lee
812457fed0
Rename enum_user_dirs
2012-03-27 10:52:16 -06:00
James Lee
6de7d5aac7
Remove loads
2012-03-27 10:05:42 -06:00
James Lee
cd3b96b919
Add a simple test for unix shells
2012-03-27 09:39:50 -06:00
Tod Beardsley
a0f0aadad3
Fixing checksum uri generator again.
...
This time, it's ensured that generate_uri_checksum(sum) will succeed,
provided the sum is an even number between 80 and 100 (tested)
It's still not great for arbitrary checksum targets, but that's because
there are lots of strings that cannot satisfy the requirement. I kind of
think this is the fault of Rex.
2012-03-27 08:34:52 -05:00
Tod Beardsley
5f9000efb3
Merge pull request #280 from wchen-r7/osx_airport
...
Add OSX Gather Airport post module
2012-03-27 05:48:26 -07:00
sinn3r
e44f9d06ec
Remove the extra 'require'
2012-03-27 01:24:12 -05:00
sinn3r
670e15b40f
Add OSX Gather Airport post module
2012-03-27 01:18:38 -05:00
HD Moore
ad92eff66c
Correct an issue where launched exploits only used saved configurations
2012-03-26 22:43:33 -05:00
Tod Beardsley
eb9b92268e
Merge pull request #257 from ChrisJohnRiley/base32
...
Added a Rex library for encoding to/from Base32, based on Samuel Tesla's free Ruby implementation.
2012-03-26 17:34:19 -07:00
James Lee
9888173896
Convert railgun tests to ModuleTest API
2012-03-26 17:08:33 -06:00
James Lee
98882621c0
Allow empty values for OptRegexp options
2012-03-26 17:06:43 -06:00
Tod Beardsley
fb9163caf9
Merge pull request #278 from wchen-r7/manageengine_deviceexpert
...
Add OSVDB-80262 ManageEngine DeviceExpert
2012-03-26 14:42:36 -07:00
James Lee
d6ba1d3a32
Convert registry tests to ModuleTest API
2012-03-26 15:41:34 -06:00
James Lee
e13535400b
Add exception logging for test failures
2012-03-26 15:41:08 -06:00
James Lee
84197a8903
Return a proper value instead of a silly print
2012-03-26 15:40:43 -06:00
Tod Beardsley
7a74cc7694
Quoting "Chicken of the VNC"
...
Otherwise, this looks like a nonsense string to people not familiar with
this application.
2012-03-26 16:26:40 -05:00
Tod Beardsley
8fbf4cf6d9
Grammar on dns_txt_query_exec payload name and desc
2012-03-26 16:23:54 -05:00
Tod Beardsley
d95d60670e
Fix up desc again on enum_dns
2012-03-26 16:20:00 -05:00
Tod Beardsley
14b45f9fb1
More fixes to enum_dns.rb
...
* Should use 'and', not & (bitwise AND)
* Made capitalization sane for Anglophones. See: http://owl.english.purdue.edu/owl/resource/592/1/
2012-03-26 16:14:04 -05:00
Tod Beardsley
dc6f76eb20
Style fixes for enum_dns.rb
...
* Use a dotted.notation for note types
* Changed title to something more descriptive
* Expanded description
* Other trivial changes
2012-03-26 16:08:39 -05:00
Tod Beardsley
ef0ce1c10d
Merge pull request #276 from rapid7/checksum-fixer
...
Checksum fixer, pretty well optimized.
2012-03-26 11:15:40 -07:00
sinn3r
79d74b8768
ADD OSVDB-80262
2012-03-26 12:58:18 -05:00
sinn3r
19fc8d9883
Add OSVDB-80262
2012-03-26 12:42:24 -05:00
Tod Beardsley
5cacf5f8f6
A still cleaner checksummed URI generator
...
Now with http and https support.
2012-03-26 12:34:30 -05:00
Tod Beardsley
899c6529c3
Revert "Precalculate some uri strings in case the 1000-round generation fails"
...
This reverts commit 7161a548f4
.
Prepping for a more sane solution that doesn't change the URI sizes and
succeeds without fallingback to a pre-generated list.
2012-03-26 12:34:30 -05:00
hdm
27d3f490f7
Precalculate some uri strings in case the 1000-round generation fails
2012-03-26 12:33:54 -05:00
Tod Beardsley
93244f2dc8
Revert "Precalculate some uri strings in case the 1000-round generation fails"
...
This reverts commit 7161a548f4
.
Prepping for a more sane solution that doesn't change the URI sizes and
succeeds without fallingback to a pre-generated list.
2012-03-26 12:22:19 -05:00
Tod Beardsley
9fad028d8a
A nicer checksum fixer
...
Just use a checksum digit like a cc#, no need for precalculated lists,
will be correct every time.
2012-03-26 11:59:29 -05:00
hdm
7161a548f4
Precalculate some uri strings in case the 1000-round generation fails
2012-03-26 11:50:50 -05:00
Tod Beardsley
507dd423ce
Rogue period, DELETED.
2012-03-26 10:54:26 -05:00
sinn3r
182f3744de
Cosmetic cleanup
2012-03-26 09:23:14 -05:00
corelanc0d3r
ad32911b1a
probably safer to use regex
2012-03-26 09:01:40 -05:00
Tod Beardsley
f07cc2db4c
Merge pull request #269 from jlee-r7/master
...
Some verbosity in testing Post file API.
2012-03-26 05:52:48 -07:00
Kurtis Miller
e2606764cb
forgot to add renamed module
2012-03-25 09:08:38 -07:00
Kurtis Miller
7ea37253a0
modifications recommended by sinn3r
2012-03-25 09:04:35 -07:00
Kurtis Miller
d8ddb19b56
cve-2008-0610 windows exploit module
2012-03-25 00:14:19 -07:00
Jonathan Cran
135cf7ba04
remove trailing comma, thanks troulouliou
2012-03-23 17:00:04 -05:00
James Lee
926c11139e
Don't write out debugging junk
2012-03-23 15:33:28 -06:00
James Lee
5da33c4bf1
Add some verbosity for explaining why a read failed
2012-03-23 15:31:36 -06:00
Tod Beardsley
e1783acd6f
Adding newline to end of ricoh_dl_bof.rb
2012-03-23 16:31:11 -05:00
Tod Beardsley
2bcf259301
Setting correct LFs on freepbx_callmenum.rb
2012-03-23 16:29:42 -05:00
wchen-r7
71462bc73d
Merging in freepbx_callmenum.rb and ricoh_dl_bof.rb
...
[Closes #266 ]
2012-03-23 16:23:36 -05:00