Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Xss is easy to use

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

Xss vulnerability

Here I will use the target machine dvwa to briefly introduce the reflective xss vulnerability.

Cross-site script (Cross Site Scripting) is abbreviated as XSS because it is not confused with the abbreviation of cascading style sheets (Cascading Style Sheets, CSS). Malicious users insert malicious Script code into the Web page, and when the user browses the page, the Script code embedded in the Web will be executed, thus achieving the purpose of malicious users.

The website can be inserted directly into alert (/ xss/) without any filtering.

You can pop up the word xss on the web page.

You can also enter

And the use of xss can show cookie, we all know that after obtaining cookie.

Alert ([xss_clean])

While some websites are filtered, we can repeat them at this time.

Alert ([xss_clean])

We write one in front and the previous one constitutes a new cookie so you can get the site. And the site is not filtered.

So we can also use

Some websites do not filter the whole, but the letters, which make it impossible for us to use, but it does not filter.

So we can use the

There are three types of Xss vulnerabilities: reflective, memory and Dom. Here are some simple exploits of reflective xss vulnerabilities.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report