-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Wangfly
authored and
Wangfly
committed
Oct 4, 2024
0 parents
commit 52b4590
Showing
2,020 changed files
with
371,283 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# These are supported funding model platforms | ||
|
||
github: [Cracked5pider] | ||
patreon: 5pider |
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,43 @@ | ||
name: Demon-Implant Bug Report | ||
description: File a bug report for the Demon Implant | ||
title: "[File a bug report for the Demon Implant]: " | ||
labels: ["bug"] | ||
assignees: | ||
- C5pider | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for taking the time to fill out this bug report!" | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: "What happened?" | ||
description: "Also tell us, what did you expect to happen?" | ||
placeholder: "Tell me about the numbers Mason!" | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: branch | ||
attributes: | ||
label: Did You Try With the Dev Branch? | ||
description: "This branch has the latest features and fixes so it might solve your problem" | ||
options: | ||
- "Yes (You tried using the dev branch but the problem persists)" | ||
- "No (You only tried the main branch...)" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
description: "Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks." | ||
label: "Relevant log output" | ||
render: shell | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Did You Read Over Your Issue First? | ||
description: "By submitting this issue, you confirm you posted replication steps and information about the issue, so that it may be fully understood ." | ||
options: | ||
- label: "I declare I made an effort and provided the necessary information for replication of the issue." | ||
required: true |
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,45 @@ | ||
name: Documentation Bug Report | ||
description: File a bug report for the Documentation relating to the Havoc Framework. | ||
title: "[File a bug report for the Havoc Framework Documentation]: " | ||
labels: ["documentation"] | ||
assignees: | ||
- C5pider | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for taking the time to fill out this bug report!" | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: "Contact Details" | ||
description: "How can we get in touch with you if we need more info?" | ||
placeholder: "ex. [email protected]" | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: what-grammar | ||
attributes: | ||
label: "What's the issue?" | ||
description: "Also tell us, what should it be?" | ||
placeholder: "Tell me about the numbers Mason!" | ||
value: "You mispelled 'cat'!" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Did You Do a Pull First? | ||
description: "If this isn't related to the github wiki, What version of our software are you running?" | ||
options: | ||
- "Latest (You performed a pull first)" | ||
- "Anything else (You didn't pull...)" | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Did You Read Over Your Issue First? | ||
description: "By submitting this issue, you declare you fully thought about your suggestion and have read it aloud back to yourself and made sure it sounds alright." | ||
options: | ||
- | ||
label: "I declare I made an effort and provided the necessary information for identification and remediation of the issue." | ||
required: true |
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,62 @@ | ||
name: "Teamserver/Client Bug Report" | ||
description: File a bug report for the Teamserver client relating to the Havoc Framework. | ||
title: "[Teamserver-Client--Bug]: " | ||
labels: ["clientside/teamserver"] | ||
assignees: | ||
- C5pider | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "Thanks for taking the time to fill out this bug report!" | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: "Contact Details" | ||
description: "How can we get in touch with you if we need more info?" | ||
placeholder: "ex. [email protected]" | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
description: "Also tell us, what did you expect to happen?" | ||
label: "What happened?" | ||
placeholder: "Tell me about the numbers Mason!" | ||
value: "A bug happened!" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
description: "What version of our software are you running?" | ||
label: Did You Do a Pull First? | ||
options: | ||
- "Latest (You performed a pull first)" | ||
- "Anything else (You didn't pull...)" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: branch | ||
attributes: | ||
label: Did You Try With the Dev Branch? | ||
description: "This branch has the latest features and fixes so it might solve your problem" | ||
options: | ||
- "Yes (You tried using the dev branch but the problem persist)" | ||
- "No (You only tried the main branch...)" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: "Relevant log output" | ||
description: "Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks." | ||
render: shell | ||
- type: checkboxes | ||
id: checkboxes | ||
id: terms | ||
attributes: | ||
description: "By submitting this issue, you declare you posted replication steps and information about the issue, so that it may be fully understood ." | ||
label: Did You Read Over Your Issue First? | ||
options: | ||
- label: "I declare I made an effort and provided the necessary information for replication of the issue." | ||
required: true |
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,52 @@ | ||
name: Feature Suggestion | ||
description: File a feature suggestion for the Havoc Framework | ||
title: "[Feature Suggestions/Enhancements]: " | ||
labels: ["enhancement"] | ||
assignees: | ||
- C5pider | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to suggest a feature! | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Contact Details | ||
description: How can we get in touch with you if we need more info? | ||
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: what-is | ||
attributes: | ||
label: What is the idea? | ||
description: Please expound on it, and list any supporting resources that be helpful. | ||
placeholder: Tell me what the numbers mean Mason! | ||
value: "You should convert the teamserver to C++" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: Is_it_already_in? | ||
description: Does the feature already exist in Havoc? | ||
options: | ||
- No (You checked and it doesn't.) | ||
- Yes (You didn't check...) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant code samples | ||
description: Please insert any relevant code you think may be helpful in understanding/implementing the feature. This will be automatically formatted into code, so no need for backticks. If you already have a feature built and would like to add it to the project, please make a pull request instead. | ||
render: shell | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Are-You-Trolling? | ||
description: By submitting this issue, you declare you are making a sincere effort towards improving the functionality/feature set of the Havoc Framework.. | ||
options: | ||
- label: I declare I made an effort and provided the necessary information for an understanding of the feature by the Framework authors. | ||
required: true |
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,7 @@ | ||
--- | ||
blank_isues_enabled: false | ||
contact_links: | ||
- | ||
about: "The official Havoc Framework Project's discord server" | ||
name: "Havoc Framework Discord" | ||
url: "https://discord.gg/X5TYNCpXkD" |
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,3 @@ | ||
{ | ||
"C_Cpp.errorSquiggles": "disabled" | ||
} |
Binary file not shown.
Oops, something went wrong.