Giter Site home page Giter Site logo

Moturu_Niharika's Projects

agro-anthing icon agro-anthing

AGRO ANYTHING is a web application .AGRO ANYTHING consultant services contact the customer/farmers for the best quality services that we can provide by using our form. We also provide a ecomers site where customer can buy the required product that delivered by us. We also provide the rental facilitation for the machinery because every customers cant own their own machinery it depends on their financial status. We also provide the help for the research facilitation by providing resources for the customers/students/scholars. The final yield can also be marketed depending on the availability and demand of the product in the area for a certain cost by our members and this helps to develop best connection between the farmers to the public for most benefits of farmers and the public as well. We will add the customer account/sign in option as well for detail information of the customer.

device-and-analyze icon device-and-analyze

The project ‘Device aNd Analyze' functions as follows: it inputs DNA sample's base data and compares them and presents the percentage of similarity between them. It also can calculate the percentage of presence of a particular DNA characteristics. This project carries a medical background usefulness and was primarily aimed to be launched in that field of use only.

face-recognition-using-opencv-in-python- icon face-recognition-using-opencv-in-python-

Identifying a person with an image has been popularised through the mass media. However, it is less robust to fingerprint or retina scanning. This report describes the face detection project undertaken for the visual perception and autonomy module

house-renting-management-system icon house-renting-management-system

House Renting Management System is a Java based project.Here there is a separate portal for both the house owner and the person who rents in the house.We can add new rentee and also new house information like water,furniture,parking information etc.There are many functionalities like this.All the information is stored in the mysql database.

xss-scanner icon xss-scanner

Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. XSS attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user. Flaws that allow these attacks to succeed are quite widespread and occur anywhere a web application uses input from a user within the output it generates without validating or encoding it. An attacker can use XSS to send a malicious script to an unsuspecting user. The end user’s browser has no way to know that the script should not be trusted, and will execute the script. Because it thinks the script came from a trusted source, the malicious script can access any cookies, session tokens, or other sensitive information retained by the browser and used with that site. These scripts can even rewrite the content of the HTML page. These 3 types of XSS are defined as follows:  Stored XSS (AKA Persistent or Type I)  Stored XSS generally occurs when user input is stored on the target server, such as in a database, in a message forum, visitor log, comment field, etc. And then a victim is able to retrieve the stored data from the web application without that data being made safe to render in the browser. With the advent of HTML5, and other browser technologies, we can envision the attack payload being permanently stored in the victim’s browser, such as an HTML5 database, and never being sent to the server at all.   Reflected XSS (AKA Non-Persistent or Type II) Reflected XSS occurs when user input is immediately returned by a web application in an error message, search result, or any other response that includes some or all of the input provided by the user as part of the request, without that data being made safe to render in the browser, and without permanently storing the user provided data. In some cases, the user provided data may never even leave the browser (see DOM Based XSS next).  DOM Based XSS (AKA Type-0)  As defined by Amit Klein, who published the first article about this issue, DOM Based XSS is a form of XSS where the entire tainted data flow from source to sink takes place in the browser, i.e., the source of the data is in the DOM, the sink is also in the DOM, and the data flow never leaves the browser. For example, the source (where malicious data is read) could be the URL of the page (e.g., document.location.href), or it could be an element of the HTML, and the sink is a sensitive method call that causes the execution of the malicious data (e.g., document.write)."

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.