Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -64,7 +64,7 @@ body:
attributes:
label: Confirmation
options:
- label: I performed a [search of the issue tracker](https://github.com/{username}/{reponame}/issues) to avoid opening a duplicate issue
- label: I performed a [search of the issue tracker](https://github.com/SegoCode/Ramonware/issues) to avoid opening a duplicate issue
required: true
- label: I understand that not filling out this template correctly may lead to the issue being closed
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Contact the developer
url: https://{username}.github.io/{username}/
url: https://SegoCode.github.io/SegoCode/
about: To discuss any type of related topic
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,7 +34,7 @@ body:
attributes:
label: Confirmation
options:
- label: I performed a [search of the feature requests](https://github.com/{username}/{reponame}/issues) to avoid suggesting a duplicate feature
- label: I performed a [search of the feature requests](https://github.com/SegoCode/Ramonware/issues) to avoid suggesting a duplicate feature
required: true
- label: I understand that not filling out this template correctly may lead to the request being closed
required: true
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
If you discover a vulnerability in this application, that poses a significant threat to the security of the users, we recommend that you do not open a public issue. Instead, please send your report via [email](https://{username}.github.io/{username}/). Include as much detailed information as possible to help understand the nature of the vulnerability.
If you discover a vulnerability in this application, that poses a significant threat to the security of the users, we recommend that you do not open a public issue. Instead, please send your report via [email](https://SegoCode.github.io/SegoCode/). Include as much detailed information as possible to help understand the nature of the vulnerability.
100 changes: 0 additions & 100 deletions .github/workflows/initializer.yml

This file was deleted.

18 changes: 9 additions & 9 deletions README.md
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
# {reponame}
# Ramonware

<h3 align="center"><img src="media/demo.png"></h3>

Expand All@@ -10,10 +10,10 @@
</p>

## About
[![Top language](https://img.shields.io/github/languages/top/{username}/{reponame}?style=flat-square)](https://github.com/{username}/{reponame})
[![Repository size](https://img.shields.io/github/repo-size/{username}/{reponame}?style=flat-square&label=repo%20size)](https://github.com/{username}/{reponame})
[![Commit activity per year](https://img.shields.io/github/commit-activity/y/{username}/{reponame}?style=flat-square&label=commits)](https://github.com/{username}/{reponame}/graphs/commit-activity)
[![License: MIT License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/{username}/{reponame}/blob/main/LICENSE)
[![Top language](https://img.shields.io/github/languages/top/SegoCode/Ramonware?style=flat-square)](https://github.com/SegoCode/Ramonware)
[![Repository size](https://img.shields.io/github/repo-size/SegoCode/Ramonware?style=flat-square&label=repo%20size)](https://github.com/SegoCode/Ramonware)
[![Commit activity per year](https://img.shields.io/github/commit-activity/y/SegoCode/Ramonware?style=flat-square&label=commits)](https://github.com/SegoCode/Ramonware/graphs/commit-activity)
[![License: MIT License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/SegoCode/Ramonware/blob/main/LICENSE)
[![Bitcoin BTC](https://img.shields.io/badge/buy_me_a_coffee-BTC-F7931A?style=flat-square&logo=bitcoin&logoColor=white)](https://github.com/SegoCode/SegoCode/discussions/2)


Expand All@@ -28,8 +28,8 @@ RamonWare is a Windows batch prototype of a ransomware incident. Shows a fullscr
## Quick Start & Information

```shell
git clone https://github.com/{username}/{reponame}
cd {reponame}/code
git clone https://github.com/SegoCode/Ramonware
cd Ramonware/code
Ramonware.bat
```

Expand All@@ -42,6 +42,6 @@ Ramonware.bat
https://raw.githubusercontent.com/SegoCode/Ramonware/refs/heads/master/code/Ramonware.bat

---
<p align="center"><a href="https://github.com/{username}/{reponame}/graphs/contributors">
<img src="https://contrib.rocks/image?repo={username}/{reponame}" />
<p align="center"><a href="https://github.com/SegoCode/Ramonware/graphs/contributors">
<img src="https://contrib.rocks/image?repo=SegoCode/Ramonware" />
</a></p>