CAN is primarily based totally on a -twine connection among nodes withinside the community, i.e. all nodes are sharing the identical bodily conversation bus, a way of message/records collision avoidance is obligatory to guarantee a secure records switch and to keep away from delays because of the vital recuperation of…
Simran Sharma
updated on 02 Jul 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Simran Sharma (6)
Project 2 - Installing BWAPP – web app on your local machine
→ Introduction : Reflected xss is one of the simplest attack . Its clear from the name that it reflect something. In reflected xss there is a input section in the web page in which user input something and all the content that user enter is reflects on the web page ( means visible on the web page ) . In above exapmle…
09 Jan 2023 10:28 AM IST
Project 1 - Setting up Virtual Machine
I am not allowed to install such softwares in the system. The command arp-scan -l will give you a table of IP addresses and associated MAC addresses. Step by step instructions: I first created two virtual machines: Kali Linux IP:192.168.1.103 Windows 10 IP 192.168.1.102 Then I configure the network to ensure…
09 Jan 2023 09:47 AM IST
Project 3
DOS is an attack used to deny legitimate users access to a resource such as accessing a website, network, emails, etc. or making it extremely slow. DoS is the acronym for Denial of Service. This type of attack is usually implemented by hitting the target resource such as a web server with too many requests…
13 Aug 2022 02:08 PM IST
Project 2
// C++ program to implement recursive Binary Search#include <bits/stdc++.h>using namespace std; // A recursive binary search function. It returns// location of x in given array arr[l..r] is present,// otherwise -1int binarySearch(int arr[], int l, int r, int x){ if (r >= l) { int mid = l + (r - l) / 2; // If the…
13 Aug 2022 02:05 PM IST
Project - Paradigm of Building Cyber-ops team from Square one
The team which Ravera will enforce all users to authenticate their identity and login to all the servers and workstation- Access Management team. vulnerability, how it will be remediated in the organization: By annually penetration testing and regular threat scanning. After a couple of months CRM Vendor released…
13 Aug 2022 02:03 PM IST
Project 1
CAN is primarily based totally on a -twine connection among nodes withinside the community, i.e. all nodes are sharing the identical bodily conversation bus, a way of message/records collision avoidance is obligatory to guarantee a secure records switch and to keep away from delays because of the vital recuperation of…
02 Jul 2022 01:18 PM IST