From 604d75105554009344b9cacabb26c0b06a1249cc Mon Sep 17 00:00:00 2001 From: VineeTagarwaL-code Date: Fri, 5 Jan 2024 01:09:27 +0530 Subject: [PATCH 1/5] refactor : UI refactor for cybersentinel page --- cybersentinel.html | 153 ++++++++++++++++++++++++++++----------------- 1 file changed, 97 insertions(+), 56 deletions(-) diff --git a/cybersentinel.html b/cybersentinel.html index 77e68f6..7dd4d4e 100644 --- a/cybersentinel.html +++ b/cybersentinel.html @@ -2,55 +2,94 @@ - - - - - Cyber Sentinel - - - - - - - + + -
-
+
+

Cyber Sentinel - Exploit and Patch Vulnerabilities ⚔

+
-
+
+
+ + + +
-

Cyber Sentinel - Exploit and Patch Vulnerabilities ⚔

Repositories

DockerHub

Documents

-

-

README

The README file for this project!

-

Plan of Action

A crude plan to follow during the whole project.

- Complete Documentation

+ Complete Documentation A complete documentation containing all the below files for the whole project.

@@ -101,16 +137,21 @@

D

-
-
- - - + + + + +message.txt +5 KB \ No newline at end of file From 2718145298364dfe3d82cefd8b13e3c290d84292 Mon Sep 17 00:00:00 2001 From: VineeTagarwaL-code Date: Fri, 5 Jan 2024 18:02:04 +0530 Subject: [PATCH 2/5] refactor : cybersentenil & readme ui refactoring complement --- README.html | 272 +++++++++++++++++++++++++++++---------------- cybersentinel.html | 60 +++++----- 2 files changed, 211 insertions(+), 121 deletions(-) diff --git a/README.html b/README.html index f9f3892..f7bf2d2 100644 --- a/README.html +++ b/README.html @@ -20,117 +20,199 @@ -
-
- -
-
Cyber Sentinel logo

- -

Cyber Sentinel

- Cyber Sentinel is a PHP/MySQL web application made intentionally vulnerable! This project aims to increase - awareness about common yet dangerous vulnerabilities.
+
+

Cyber Sentinel - Exploit and Patch Vulnerabilities ⚔

+
+ +
+
+ + + +
+ + +

Cyber Sentinel

+

Cyber Sentinel is a PHP/MySQL web application made intentionally vulnerable! This project aims to increase + awareness about common yet dangerous vulnerabilities. This application allows the user to exploit some beginner-level vulnerabilities by themselves. Tutorials are - provided to learn about: -

    -
  • The vulnerability
  • -
  • How it can be exploited
  • -
  • The part of the code causing this vulnerability.
  • -
  • How to patch this vulnerability at different levels.
  • -
-
- -

Installation

- To set up this application on Windows, you must run Apache and MySQL services, which are inbuilt in - XAMPP.
- Follow this for setting up Cyber Sentinel on Windows.
- After setting up and downloading the repository, rename the folder to cybersentinel and place it - inside htdocs
- You can also download the dockerized version of the application here, which will require you to download the - Docker Desktop application for Windows.
- Follow the steps in this Docker Hub repository to use this application on Docker. -
- -

For users

-
    -
  • - There are different vulnerabilities with different difficulty levels. The difficulty levels are - based on how good the patch is for that specific vulnerability. -
  • -
  • - There is no fixed objective to complete a module. If you feel you've exploited the system - thoroughly, the goal is reached! -
  • -
  • - There is a help button at the bottom to view hints & tips for that vulnerability. There are - additional links for further reading on each vulnerability. -
  • -
- -

For developers

-
    -
  • - Refer to CONTRIBUTING.md and DEVELOPMENT.md for more information on how to contribute to this - project. -
  • -
-
- -

Disclaimer

- This application is vulnerable! There are documented vulnerabilities that will cause more undocumented - ones.
- So, it is strictly advised not to use it directly on your host machine without any virtual machine or - docker.
- Do not host code from this project on internet-facing servers.

+ provided to learn about:

+
    +
  • The vulnerability
  • +
  • How it can be exploited
  • +
  • The part of the code causing this vulnerability.
  • +
  • How to patch this vulnerability at different levels.
  • +
+ +

Installation

+
    +
  1. + To set up this application on Windows, you must run Apache and MySQL services, which are inbuilt in + XAMPP. +
  2. +
  3. + Follow this for setting up Cyber Sentinel on Windows. +
  4. +
  5. + After setting up and downloading the repository, rename the folder to cybersentinel and place it inside + htdocs +
  6. +
  7. + You can also download the dockerized version of the application here, which will require you to download + the Docker Desktop application for Windows. +
  8. +
  9. + Follow the steps in this Docker Hub repository to use this application on Docker. +
  10. + +
+ + + + + +

For users

+
    +
  • + There are different vulnerabilities with different difficulty levels. The difficulty levels are based on + how good the patch is for that specific vulnerability. +
  • +
  • + There is no fixed objective to complete a module. If you feel you've exploited the system thoroughly, + the goal is reached! +
  • +
  • + There is a help button at the bottom to view hints & tips for that vulnerability. There are additional + links for further reading on each vulnerability. +
  • +
+ + +

For developers

+
    +
  • + Refer to CONTRIBUTING.md and DEVELOPMENT.md for more information on how to contribute to this project. +
  • +
+ +

Disclaimer

+

This application is vulnerable! There are documented vulnerabilities that will + cause more undocumented ones. + So, it is strictly advised not to use it directly on your host machine without any virtual machine or + docker. + Do not host code from this project on internet-facing servers.

+
+

This application is vulnerable! There are documented vulnerabilities that will I do not take responsibility for how anyone uses this application (Cyber Sentinel). I have made the purposes - of the application clear, and it should not be used maliciously.
- I have warned users from installing Cyber Sentinel on live web servers.

+ of the application clear, and it should not be used maliciously. + I have warned users from installing Cyber Sentinel on live web servers. + +

+
+

This application is vulnerable! There are documented vulnerabilities that will If any web server is compromised via installing Cyber Sentinel, it is not my responsibility. It is the - responsibility of the person/s who uploaded and installed it.
-


- -

Contact

- Feel free to highlight any mistakes and contribute to this project by opening pull requests. I'm free for a - quick chat.
- Mail: suchit20016+cybersentinel@gmail.com
- Discord: Cyber - Sentinel
- Slack: opensrc_cybersentinel -
- -

Credits

- This project is inspired from DVWA. - I added more functionalities and improved the user interface on top of this amazing project. + responsibility of the person/s who uploaded and installed it. + +

+ +

Contact

+ - - - -
-
+
- + \ No newline at end of file diff --git a/cybersentinel.html b/cybersentinel.html index 7dd4d4e..2620464 100644 --- a/cybersentinel.html +++ b/cybersentinel.html @@ -2,9 +2,24 @@ + + + + + Cyber Sentinel - + + + + +