Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

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…

    Project Details

    Loading...

    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.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Simran Sharma (6)

    Project 2 - Installing BWAPP – web app on your local machine

    Objective:

    → 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…

    calendar

    09 Jan 2023 10:28 AM IST

      Read more

      Project 1 - Setting up Virtual Machine

      Objective:

      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…

      calendar

      09 Jan 2023 09:47 AM IST

        Read more

        Project 3

        Objective:

        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…

        calendar

        13 Aug 2022 02:08 PM IST

          Read more

          Project 2

          Objective:

          // 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…

          calendar

          13 Aug 2022 02:05 PM IST

            Read more

            Project - Paradigm of Building Cyber-ops team from Square one

            Objective:

            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…

            calendar

            13 Aug 2022 02:03 PM IST

              Read more

              Project 1

              Objective:

              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…

              calendar

              02 Jul 2022 01:18 PM IST

                Read more
                Showing 1 of 6 projects