Common web attacks 7-cross-site scripting (XSS)

Source: Internet
Author: User

I learned these things in dvwa (Damn Vulnerable Web App). I installed dvwa in my free space. If you are interested, please check it out. DVWA

If you want a user name and password, you can contact me: sq371426@163.com

Dvwa is provided by google for verification. For details, see google CAPCTHE

The cross-site scripting attack means that the user publishes html/js Code on a message book similar to this. When this message is viewed, the script is executed.

We can see that there is no defense code

<? Php if (! Array_key_exists ("name", $ _ GET) | $ _ GET ['name'] = NULL | $ _ GET ['name'] = '') {$ isempty = true;} else {echo '<pre>'; echo 'Hello '. $ _ GET ['name']; echo '</pre>';}?>

Directly output data, if the user publishes"

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.