Skip to content

Commit bec8619

Browse files
Merge branch 'master' into master
2 parents 2793b8f + 66032cb commit bec8619

16 files changed

Lines changed: 513 additions & 113 deletions

File tree

.github/ISSUE_TEMPLATE/Documentation.yml

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,38 @@ title: "[DOCS] <description>"
44
labels: ["documentation"]
55
body:
66
- type: textarea
7-
id: description
7+
id: docs_description
88
attributes:
9-
label: Description
10-
description: A brief description of the question or issue, also include what you tried and what didn't work
9+
label: "Issue Description"
10+
description: "Please provide a brief summary of the documentation issue you are experiencing or would like to address."
1111
validations:
1212
required: true
1313
- type: textarea
14-
id: screenshots
14+
id: screenshots_examples_docs
1515
attributes:
16-
label: Screenshots
17-
description: Please add screenshots if applicable
18-
validations:
19-
required: false
16+
label: "Screenshots or Examples (if applicable)"
17+
description: "Please include relevant screenshots or examples to help illustrate the problem."
18+
2019
- type: textarea
21-
id: extrainfo
20+
id: proposed_solution_docs
2221
attributes:
23-
label: Additional information
24-
description: Is there anything else we should know about this issue?
25-
validations:
26-
required: false
22+
label: "Proposed Solution (optional)"
23+
description: "If you have a proposed solution for the documentation issue, please provide it here. This can be helpful for speeding up the resolution process."
24+
2725
- type: checkboxes
28-
id: terms
26+
id: terms_checklist_docs
2927
attributes:
30-
label: Code of Conduct
31-
description: By submitting this issue, you agree to follow our Code of Conduct
28+
label: "Checklist"
29+
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CODE_OF_CONDUCT.md)"
3230
options:
33-
- label: I agree to follow this project's Code of Conduct
34-
required: true
31+
- label: "I have checked the existing [issues](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/issues)"
32+
required: true
33+
34+
- label: "I have read the [Contributing Guidelines](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CONTRIBUTING.md)"
35+
required: true
36+
37+
- label: "I am willing to work on this issue (optional)"
38+
required: false
39+
40+
- label: "I am a GSSoC'23 contributor"
41+
required: false

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
name: ​🐞 Bug
2+
description: Report an issue to help us improve the project.
3+
title: "[BUG] <description>"
4+
labels: ["bug"]
5+
body:
6+
- type: textarea
7+
attributes:
8+
label: Description
9+
id: description_bug
10+
description: A brief description of the issue or bug you are facing, also include what you tried and what didn't work.
11+
validations:
12+
required: false
13+
- type: textarea
14+
attributes:
15+
label: Screenshots
16+
id: screenshots_bug
17+
description: Please add screenshots if applicable
18+
validations:
19+
required: false
20+
- type: textarea
21+
attributes:
22+
label: Any additional information?
23+
id: info_bug
24+
description: Any additional information or Is there anything we should know about this bug?
25+
validations:
26+
required: false
27+
- type: dropdown
28+
id: browsers_bug
29+
attributes:
30+
label: What browser are you seeing the problem on?
31+
multiple: true
32+
options:
33+
- Firefox
34+
- Chrome
35+
- Safari
36+
- Microsoft Edge
37+
- Brave
38+
- Opera
39+
- Other
40+
- type: checkboxes
41+
id: checklist_bug
42+
attributes:
43+
label: "Checklist"
44+
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CODE_OF_CONDUCT.md)"
45+
options:
46+
- label: "I have checked the existing [issues](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/issues)"
47+
required: true
48+
49+
- label: "I have read the [Contributing Guidelines](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CONTRIBUTING.md)"
50+
required: true
51+
52+
- label: "I am willing to work on this issue (optional)"
53+
required: false
54+
55+
- label: "I am a GSSoC'23 contributor"
56+
required: false

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 42 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Feature Request 💡
2+
description: Have any new idea or new feature? Please suggest!
3+
title: "[Feature] <description>"
4+
labels: ["enhancement"]
5+
body:
6+
- type: textarea
7+
id: description_feature
8+
attributes:
9+
label: Description
10+
description: A clear and concise description of any alternative solution or features you've considered.
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: screenshots_feature
15+
attributes:
16+
label: Screenshots
17+
description: Please add screenshots if applicable
18+
validations:
19+
required: false
20+
- type: checkboxes
21+
id: checklist_feature
22+
attributes:
23+
label: "Checklist"
24+
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CODE_OF_CONDUCT.md)"
25+
options:
26+
- label: "I have checked the existing [issues](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/issues)"
27+
required: true
28+
29+
- label: "I have read the [Contributing Guidelines](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CONTRIBUTING.md)"
30+
required: true
31+
32+
- label: "I am willing to work on this issue (optional)"
33+
required: false
34+
35+
- label: "I am a GSSoC'23 contributor"
36+
required: false

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/script-addition.md

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Feature Request 💡
2+
description: Have any new script you wish to add? Please use this!
3+
title: "[Feat] <description>"
4+
labels: ["goal: script-addition"]
5+
body:
6+
- type: input
7+
id: aim_script
8+
attributes:
9+
label: "AIM"
10+
description: "A clear and concise description of the aim of your script."
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: feature_script
15+
attributes:
16+
label: "Features"
17+
description: "Describe all the features of your script"
18+
validations:
19+
required: true
20+
- type: checkboxes
21+
id: checklist_feature
22+
attributes:
23+
label: "Checklist"
24+
description: "By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CODE_OF_CONDUCT.md)"
25+
options:
26+
- label: "I have checked the existing [issues](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/issues)"
27+
required: true
28+
29+
- label: "I have read the [Contributing Guidelines](https://github.com/avinashkranjan/Pentesting-and-Hacking-Scripts/blob/master/CONTRIBUTING.md)"
30+
required: true
31+
32+
- label: "I am willing to work on this issue (optional)"
33+
required: false
34+
35+
- label: "I am a GSSoC'23 contributor"
36+
required: false

.github/dependabot.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'npm'
4-
directory: '/'
3+
- package-ecosystem: "npm"
4+
labels:
5+
- 📦 dependencies
6+
directory: "/"
7+
commit-message:
8+
prefix: "chore(deps)"
59
schedule:
6-
interval: 'daily'
10+
interval: "daily"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
import matplotlib.pyplot as plt
2+
3+
# Sample data
4+
x = [1, 2, 3, 4, 5]
5+
y = [10, 12, 8, 15, 7]
6+
7+
# Line chart
8+
plt.plot(x, y, marker='o')
9+
plt.xlabel('X-axis Label')
10+
plt.ylabel('Y-axis Label')
11+
plt.title('Sample Line Chart')
12+
plt.grid(True)
13+
plt.show()
14+
15+
# Bar chart
16+
categories = ['A', 'B', 'C', 'D', 'E']
17+
values = [25, 18, 30, 15, 22]
18+
plt.bar(categories, values, color='skyblue')
19+
plt.xlabel('Categories')
20+
plt.ylabel('Values')
21+
plt.title('Sample Bar Chart')
22+
plt.show()
23+
24+
# Scatter plot
25+
import random
26+
x = [random.randint(0, 100) for _ in range(50)]
27+
y = [random.randint(0, 100) for _ in range(50)]
28+
plt.scatter(x, y, color='green', marker='x')
29+
plt.xlabel('X-axis Label')
30+
plt.ylabel('Y-axis Label')
31+
plt.title('Sample Scatter Plot')
32+
plt.show()

HTTP_Server/HTTP_Server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
port = 4444
2525

2626
server = http.server.SimpleHTTPRequestHandler
27-
request = socketserver.TCPServer(("", port), server)
28-
print("server is up ....", port)
27+
request = socketserver.TCPServer(("",port),server)
28+
print("server is up ....",port)
2929
request.serve_forever()

0 commit comments

Comments
 (0)