Skip to content

Commit e9b2fc6

Browse files
authored
Merge branch 'rapid7:master' into master
2 parents 84aa9ce + 9110920 commit e9b2fc6

File tree

1,566 files changed

+97742
-18639
lines changed

Some content is hidden

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

1,566 files changed

+97742
-18639
lines changed

.git-blame-ignore-revs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file aims to document any commits which should be ignored from Git/Github history
2+
# Only whitespace changes should be added to this file where possible
3+
#
4+
# Additional details:
5+
# https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
6+
#
7+
8+
# 2013: Retabbing the majority of Metasploit Framework to use two-space soft tabs instead of hard tabs
9+
7e5e0f7fc814fee55a1eca148c51f2344da65e59
10+
41e4375e43443bb568729a3079d3bf9944cbc669
11+
84aaf2334ae2de73f27999d4c003448c8e891d3a
12+
9f3a5dc5d0424c2c1a067b140b1642319dee65c2
13+
14+
# 2022: Fixing whitespace on the tests folder with "rubocop --fix-layout test"
15+
29cc349649f978304712dd0c31dc8861e9627209

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ labels: "bug"
88
Please fill out each section below, otherwise, your issue will be closed. This info allows Metasploit maintainers to diagnose (and fix!) your issue as quickly as possible.
99
1010
Useful Links:
11-
- Wiki: https://github.com/rapid7/metasploit-framework/wiki
12-
- Reporting a Bug: https://github.com/rapid7/metasploit-framework/wiki/Reporting-a-Bug
11+
- Wiki: https://docs.metasploit.com/
12+
- Reporting a Bug: https://docs.metasploit.com/docs/using-metasploit/getting-started/reporting-a-bug.html
1313
1414
Before opening a new issue, please search existing issues: https://github.com/rapid7/metasploit-framework/issues
1515
-->

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ labels: "suggestion-docs"
88
To make it easier for us to help you, please include as much useful information as possible.
99
1010
Useful Links:
11-
- Wiki: https://github.com/rapid7/metasploit-framework/wiki
11+
- Wiki: https://docs.metasploit.com/
1212
1313
Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues
1414
-->
@@ -33,7 +33,7 @@ Why should we document this and who will benefit from it?
3333
### Draft the doc
3434

3535
- [ ] Write the doc, following the format listed in these resources:
36-
- [Overview on contributing module documentation](https://github.com/rapid7/metasploit-framework/wiki/Writing-Module-Documentation)
36+
- [Overview on contributing module documentation](https://docs.metasploit.com/docs/development/quality/writing-module-documentation.html)
3737
- [Docs Templates](https://github.com/rapid7/metasploit-framework/blob/master/documentation/modules/module_doc_template.md)
3838
- [Example of a similar article]()
3939

.github/ISSUE_TEMPLATE/feature_suggestion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ labels: "suggestion-feature"
88
To make it easier for us to help you, please include as much useful information as possible.
99
1010
Useful Links:
11-
- Wiki: https://github.com/rapid7/metasploit-framework/wiki
11+
- Wiki: https://docs.metasploit.com/
1212
1313
Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues
1414
-->

.github/ISSUE_TEMPLATE/module_suggestion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ labels: "suggestion-module"
88
To make it easier for us to help you, please include as much useful information as possible.
99
1010
Useful Links:
11-
- Wiki: https://github.com/rapid7/metasploit-framework/wiki
11+
- Wiki: https://docs.metasploit.com/
1212
1313
Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues
1414
-->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ labels: "question"
88
To make it easier for us to help you, please include as much useful information as possible.
99
1010
Useful Links:
11-
- Wiki: https://github.com/rapid7/metasploit-framework/wiki
11+
- Wiki: https://docs.metasploit.com/
1212
1313
Before opening a new issue, please search existing issues https://github.com/rapid7/metasploit-framework/issues
1414
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ Complex Software Examples:
3131
We will also accept demonstrations of successful module execution even if your module doesn't meet the above conditions. It's not a necessity, but it may help us land your module faster!
3232

3333
Demonstration of successful module execution can take the form of a packet capture (pcap) or a screen recording. You can send pcaps and recordings to [[email protected]](mailto:[email protected]). Please include a CVE number in the subject header (if applicable), and a link to your PR in the email body.
34+
If you wish to sanitize your pcap, please see the [wiki](https://docs.metasploit.com/docs/development/get-started/sanitizing-pcaps.html).

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ us know in the way that's most comfortable for you.
77

88
## Via ZenDesk
99

10-
You can click on the big blue button at [Rapid7's Vulnerability
10+
You can click on the big orange button at [Rapid7's Vulnerability
1111
Disclosure][r7-vulns] page, which will get you to our general
1212
vulnerability reporting system. While this does require a (free) ZenDesk
1313
account to use, you'll get regular updates on your issue as our software

.github/workflows/docs.yml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: Build Docs
2+
3+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
4+
permissions:
5+
actions: none
6+
checks: none
7+
contents: none
8+
deployments: none
9+
id-token: none
10+
issues: none
11+
discussions: none
12+
packages: none
13+
pages: none
14+
pull-requests: none
15+
repository-projects: none
16+
security-events: none
17+
statuses: none
18+
19+
on:
20+
push:
21+
branches-ignore:
22+
- gh-pages
23+
- metakitty
24+
- weekly-dependency-updates
25+
paths:
26+
- docs
27+
pull_request:
28+
branches-ignore:
29+
- weekly-dependency-updates
30+
31+
jobs:
32+
# Ensures that the docs site builds successfully. Note that this workflow does not deploy the docs site.
33+
build:
34+
runs-on: ubuntu-18.04
35+
timeout-minutes: 40
36+
37+
strategy:
38+
fail-fast: true
39+
matrix:
40+
ruby:
41+
- 2.7
42+
43+
name: Ruby ${{ matrix.ruby }}
44+
steps:
45+
- name: Checkout code
46+
uses: actions/checkout@v2
47+
48+
- name: Setup Ruby
49+
uses: ruby/setup-ruby@v1
50+
with:
51+
ruby-version: ${{ matrix.ruby }}
52+
bundler-cache: true
53+
working-directory: docs
54+
55+
- name: build
56+
working-directory: docs
57+
run: |
58+
bundle exec ruby build.rb
59+
bundle exec ruby build.rb --production

.github/workflows/labels.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
name: Labels
2+
3+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
4+
permissions:
5+
actions: none
6+
checks: none
7+
contents: none
8+
deployments: none
9+
id-token: none
10+
# This action can update/close issues
11+
issues: write
12+
discussions: none
13+
packages: none
14+
pages: none
15+
# This action can update/close pull requests
16+
pull-requests: write
17+
repository-projects: none
18+
security-events: none
19+
statuses: none
20+
221
on:
322
pull_request_target:
423
types: [labeled]

0 commit comments

Comments
 (0)