Meatballs
|
7583ed4950
|
Merge remote-tracking branch 'upstream/master' into pr2075
|
2014-07-16 20:34:34 +01:00 |
|
jvazquez-r7
|
405de05e4b
|
Add specs for module_flavors
|
2014-07-03 10:31:39 -05:00 |
|
Spencer McIntyre
|
1b4b4fd1c0
|
Update the cmdstager spec ArgumentError text
|
2014-06-27 08:34:57 -04:00 |
|
jvazquez-r7
|
dcd0e77f9e
|
Change #compatible? method name because it's used by Module
|
2014-06-27 08:34:56 -04:00 |
|
jvazquez-r7
|
af568c856a
|
Add CMStager specs
|
2014-06-27 08:34:56 -04:00 |
|
Brandon Turner
|
82464bd6aa
|
Update version spec
|
2014-06-06 10:16:44 -05:00 |
|
Meatballs
|
318ae46085
|
Remove puts
|
2014-04-26 12:59:19 +01:00 |
|
Meatballs
|
3f5cc13bf8
|
Better eof test
|
2014-04-25 17:15:12 +01:00 |
|
Meatballs
|
d85e4b1313
|
Error if encode_inner and encode_final
|
2014-04-25 15:47:36 +01:00 |
|
Meatballs
|
ae574bec2b
|
Correct spec
|
2014-04-25 15:42:48 +01:00 |
|
Meatballs
|
5b9ec72395
|
Remove read_script spec
|
2014-04-25 15:40:52 +01:00 |
|
Meatballs
|
206184007f
|
Move methods and rename file so it is run by rspec
|
2014-04-25 15:16:15 +01:00 |
|
Meatballs
|
72a2849bf1
|
Better specs
90.6% line coverage in Exploit::Powershell
77.32% in Rex::Exploitation::Powershell and haven't even started
writing those specs...
|
2014-04-23 08:07:42 +01:00 |
|
Meatballs
|
58c3bf0e59
|
Further speccage
|
2014-04-23 06:08:39 +01:00 |
|
Meatballs
|
c4cfa42e5b
|
More specs
|
2014-04-23 02:37:19 +01:00 |
|
Meatballs
|
67f44072ca
|
Merge remote-tracking branch 'upstream/master' into pr2075
|
2014-04-19 18:45:55 +01:00 |
|
sinn3r
|
7a4e12976c
|
First little bit at Bug 8498
[FixRM #8489] rhost/rport modification
|
2014-04-15 18:20:16 -05:00 |
|
Meatballs
|
38d8df4040
|
Merge remote-tracking branch 'upstream/master' into pr2075
Conflicts:
modules/exploits/windows/local/wmi.rb
|
2014-04-15 22:06:45 +01:00 |
|
Tod Beardsley
|
e4a61e2730
|
Fix Module.new bug and test for vhost
|
2014-04-14 18:01:13 -05:00 |
|
Tod Beardsley
|
bbc72c3e1c
|
Update spec to reflect the correct version.
|
2014-04-11 12:29:26 -05:00 |
|
William Vu
|
35d3e064b2
|
Update spec for #3162
|
2014-03-28 21:18:26 -05:00 |
|
David Maloney
|
617e916511
|
fix specs from change
spec changes to go with the previous code change
|
2014-03-18 13:52:17 -05:00 |
|
Joe Vennix
|
78393057fe
|
Fix failing spec
|
2014-03-10 16:40:46 -05:00 |
|
Joe Vennix
|
894d16af80
|
Add specs for new/returning/previous visitors.
|
2014-03-02 20:50:10 -06:00 |
|
Meatballs
|
2885ebcb40
|
Merge remote-tracking branch 'upstream/master' into pr2075
|
2014-03-02 20:57:02 +00:00 |
|
Meatballs
|
1ca690eccf
|
Do some rspec
|
2014-03-02 20:37:08 +00:00 |
|
sinn3r
|
8be99fc299
|
Fix payload_generator.format_payload rspec
The platform should match.
|
2014-02-25 16:37:21 -06:00 |
|
David Maloney
|
a098c08f2f
|
pend out bad spec
|
2014-02-13 15:44:05 -06:00 |
|
David Maloney
|
508f251db2
|
add cli compat
add cli capability to putut verbose info to the console
|
2014-02-05 11:00:57 -06:00 |
|
David Maloney
|
fc9105d862
|
final generation and specs
generation wrapped method complete with specs
|
2014-02-04 17:52:20 -06:00 |
|
David Maloney
|
4dcae920f8
|
add specs for generate_java_payload
pretty self-explanatory
|
2014-02-04 17:40:59 -06:00 |
|
David Maloney
|
70d8246791
|
finish wiring up the final generation
formating and main generate methods wired up
still need to add some final tests
|
2014-02-04 15:52:18 -06:00 |
|
David Maloney
|
c8b7dc30b4
|
added encoding routines
now has a method for encoding the shellcode
and tests to go with
|
2014-02-03 17:51:22 -06:00 |
|
David Maloney
|
3b648346da
|
starting in on encoders
added get_encoders method to find propper encoders
started on encode_payload, incomplete
added specs
|
2014-02-03 00:59:08 -06:00 |
|
David Maloney
|
4a82bc74cf
|
added nop sled generator
added code to prepend a nop sled
with tests to match
|
2014-02-02 22:51:12 -06:00 |
|
David Maloney
|
3e945418df
|
specs for added shellcode
add specs around adding extra shellcode to the payload
|
2014-02-02 22:17:52 -06:00 |
|
David Maloney
|
bb5f5542f0
|
generating raw payload bits now
added raw payload generation, arch selection,
and specs for everything thus far
|
2014-02-02 21:09:17 -06:00 |
|
David Maloney
|
f9c31f988e
|
test platform selection
added tests around platform selection
|
2014-02-02 16:52:41 -06:00 |
|
David Maloney
|
f5d730e874
|
write specs around initialiser
added specs around object initialisation
|
2014-02-02 16:05:11 -06:00 |
|
David Maloney
|
e265d6f54c
|
begining of payload generator
started basics of generator
started adding specs
added option to simple framework to disable logging
|
2014-02-02 14:35:16 -06:00 |
|
David Maloney
|
41807d7e4e
|
move rev_http uri checksum code
need access to the uri checksum
routines outside of the handler.
moved them to their own mixin
and then mixed into the handler.
added specs also
|
2014-01-13 15:18:16 -06:00 |
|
Joe Vennix
|
d00acccd4f
|
Remove Java target, since it no longer works.
|
2014-01-04 21:22:47 -06:00 |
|
Joe Vennix
|
694cb11025
|
Add firefox platform, architecture, and payload.
* Enables chrome privilege exploits in firefox to run a javascript cmd
shell session without touching the disk.
* Adds a spec for the addon_generator.
|
2014-01-02 10:48:28 -06:00 |
|
Joe Vennix
|
ca23b32161
|
Add support for Procs in browserexploit requirements.
|
2013-12-19 12:49:05 -06:00 |
|
Tod Beardsley
|
764fd09cc3
|
Increase duration timeout task manager
Sometimes, Jenkins or Travis is slow, and can't hit that 1 second
timeout. This increases to 5 seconds to account for local slowness.
|
2013-11-25 10:26:51 -06:00 |
|
James Lee
|
0aef145f64
|
Merge remote-tracking branch 'upstream/master' into land-2532-enum-lsa
|
2013-11-13 18:11:21 -06:00 |
|
James Lee
|
16627c1bd3
|
Add spec for capture_lsa_key
|
2013-11-13 15:16:34 -06:00 |
|
Tod Beardsley
|
5e342debbc
|
Don't be dopey in the RSpec version matching
|
2013-11-13 13:04:26 -06:00 |
|
Tod Beardsley
|
3500cf06d4
|
Add a spec for version checking.
|
2013-11-13 12:49:57 -06:00 |
|
James Lee
|
3168359a82
|
Refactor lsa and add a spec for its crypto methods
|
2013-11-13 11:55:39 -06:00 |
|