-
-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from its-a-feature/v2.3-testing
Update Mythic to 2.3.7
- Loading branch information
Showing
244 changed files
with
568,042 additions
and
59,473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM itsafeaturemythic/python38_translator_container:0.0.3 | ||
FROM itsafeaturemythic/python38_translator_container:0.0.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/env python3 | ||
from mythic_translator_container import mythic_service | ||
mythic_service.start_service_and_heartbeat(debug=True) | ||
mythic_service.start_service_and_heartbeat() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,16 +30,17 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
|
||
|
||
## Licenses for other projects used: | ||
MIT License | ||
|
||
Copyright (c) 2017 Toastr Maintainers | ||
## Wait For It - https://github.com/vishnubob/wait-for-it | ||
The MIT License (MIT) | ||
Copyright (c) 2016 Giles Hall | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | ||
of the Software, and to permit persons to whom the Software is furnished to do | ||
so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
@@ -52,10 +53,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
||
## arrgv - https://github.com/astur/arrgv | ||
MIT License | ||
|
||
## Wait For It - https://github.com/vishnubob/wait-for-it | ||
The MIT License (MIT) | ||
Copyright (c) 2016 Giles Hall | ||
Copyright (c) astur <[email protected]> (http://kozlov.am/) | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
The following the table details the supported versions of Mythic. | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 2.3.7 | :white_check_mark: | | ||
| < 2.3.0 | :x: | | ||
|
||
|
||
## Reporting a Vulnerability | ||
|
||
If you find a vulnerability with Mythic, please reach out via twitter (@its_a_feature_), open an issue on this GitHub repo, or reach out via the Bloodhound Slack to the user @its_a_feature_. | ||
|
||
Please make sure you include what the vulnerability/issue is and have either replication steps or a proof of concept for me to look at. | ||
I'll do my best to reproduce it locally and hopefully get a fix within 48 hours. If it's not something I can easily fix, we can work on a timeline. | ||
I can't offer any cash prize for finding issues, but I can get a swag bag sent out to you. | ||
|
||
If it's something that you send privately to me, please don't publicly report it until we're able to determine a fix. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.3.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
From hasura/graphql-engine:v2.0.3.cli-migrations-v2 | ||
FROM hasura/graphql-engine:v2.1.1.cli-migrations-v2 | ||
#From hasura/graphql-engine:v2.0.3.cli-migrations-v2 | ||
#From hasura/graphql-engine:v2.0.0-alpha.9.cli-migrations-v2 | ||
#From hasura/graphql-engine:v1.3.4-beta.2.cli-migrations-v2 |
Oops, something went wrong.