Accéder au contenu principal

Différents modes injections

Différents modes injections: Le site Websec.ca a regroup� dans un blog les diff�rentes mani�res d'injections que vous pouvez rencontrer lors de vos d�veloppements en PHP.
Le site met en avant les bases de donn�es suivantes�:

MySQL
MsSQL
Oracle

Pour chacune d'elles, vous verrez les injections possibles au niveau�:

des champs
des tables
des fichiers,
des identifiants,
des privileges
des op�rations
etc

La liste est tr�s compl�te avec pour chaque point, un exemple d�taill� qui montre l'injection possible.
� exemple sql injection (0 visite)

Commentaires

Posts les plus consultés de ce blog

37 Popular Shots Focused on Brilliant Website User Interfaces

37 Popular Shots Focused on Brilliant Website User Interfaces : Advertise here with BSA The social design network Dribbble is full of some amazing work. You can find projects related to any type of digital interface imaginable. But there are also stunning works of illustration and game rendering, among many other offbeat categories. In this showcase I would like to focus on website user interface design. Specifically I have put together 37 various UI elements found in common website layouts. Check out some of these posts and see if you can determine similar ideas for your own designs. Building a useful interface is key to gaining traffic and having people stick around long enough to use your website. About Me Workflow Infographic Dark Footer Cream Website Timeline Sidebar Mobile Responsive Layout eCommerce News List YouTube Redesign MFG Website Microsoft Concurrency To-Do Webapp Photography Portfolio Bobo User Profile Illustrated Header Contact Us Portfolio Hom...

An Introduction to the CSS Flexbox Module

An Introduction to the CSS Flexbox Module : CSS, despite its relatively low perceived skill ceiling, always seems to have a killer feature up its sleeve. Remember how media queries made responsive layouts possible and revolutionized front-end development? Well, today, we’re going to talk about a new layout mode, called flexbox – new in CSS3. I’m sure you’re raring to go! Let’s get started after the jump. CSS Flexbox Support Currently, the CSS Flexbox specification is a working draft and things will change ! The examples this tutorial covers could potentially fail to work in the future, as browsers change their flexbox implementation to match up with the specification. The aim of this tutorial is to provide you with a basic understanding of CSS flexbox, and demonstrate how to use it in your web pages. Please note that this tutorial will use webkit/non-vendor-prefixed examples for the sake of brevity. Have a look at caniuse.com for a list of browsers that support the flexbox module...