Skip to content

Commit a2719d2

Browse files
committed
Merge pull request #41 from jlee-r7/merge-2766
Add Post::Windows::Services#each_service
2 parents d0031c2 + 4c557a1 commit a2719d2

File tree

493 files changed

+15752
-3581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

493 files changed

+15752
-3581
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
language: ruby
2+
env: MSF_SPOTCHECK_RECENT=1
23
before_install:
4+
- rake --version
35
- sudo apt-get update -qq
46
- sudo apt-get install -qq libpcap-dev
57
before_script:
8+
- ./tools/msftidy.rb
69
- cp config/database.yml.travis config/database.yml
7-
- rake db:create
8-
- rake db:migrate
10+
- bundle exec rake --version
11+
- bundle exec rake db:create
12+
- bundle exec rake db:migrate
913

1014
rvm:
1115
#- '1.8.7'

LICENSE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ License: BSD-3-clause
1515
# Last updated: 2013-Nov-04
1616
#
1717

18+
Files: data/templates/to_mem_pshreflection.ps1.template
19+
Copyright: 2012, Matthew Graeber
20+
License: BSD-3-clause
21+
1822
Files: data/john/*
1923
Copyright: 1996-2011 Solar Designer.
2024
License: GPL-2
@@ -147,6 +151,11 @@ Files: modules/payloads/singles/windows/speak_pwned.rb
147151
Copyright: 2009-2010 Berend-Jan "SkyLined" Wever <[email protected]>
148152
License: BSD-3-clause
149153

154+
Files: data/webcam/api.js
155+
Copyright: Copyright 2013 Muaz Khan<@muazkh>.
156+
License: MIT
157+
158+
150159
#
151160
# Gems
152161
#
Binary file not shown.

data/js/detect/os.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ window.os_detect.getVersion = function(){
184184
} else if (platform.match(/arm/)) {
185185
// Android and maemo
186186
arch = arch_armle;
187+
if (navigator.userAgent.match(/android/i)) {
188+
os_flavor = 'Android';
189+
}
187190
}
188191
} else if (platform.match(/windows/)) {
189192
os_name = oses_windows;
@@ -210,7 +213,9 @@ window.os_detect.getVersion = function(){
210213
// Thanks to developer.mozilla.org "Firefox for developers" series for most
211214
// of these.
212215
// Release changelogs: http://www.mozilla.org/en-US/firefox/releases/
213-
if (css_is_valid('image-orientation',
216+
if (css_is_valid('cursor', 'cursor', 'grab')) {
217+
ua_version = '27.0';
218+
} else if (css_is_valid('image-orientation',
214219
'imageOrientation',
215220
'0deg')) {
216221
ua_version = '26.0';

data/meterpreter/elevator.x64.dll

0 Bytes
Binary file not shown.

data/meterpreter/elevator.x86.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
23.5 KB
Binary file not shown.
24.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)