Go on on on and on...


  • Home

  • Categories

  • Tags

  • Archives

  • Message

  • About

  • Search

实践XSS(Cross Site Scripting)

Posted on 2026-04-21 | In secure | Visitors

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.

Read more »

实践SOP(Same Origin Policy)

Posted on 2026-04-21 | In secure | Visitors

The same-origin policy is a critical security mechanism that restricts how a document or script loaded by one origin can interact with a resource from another origin.

Read more »

实践CSRF(Cross Site Request Forgery)

Posted on 2026-04-21 | In secure | Visitors

Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they’re currently authenticated. With a little help of social engineering (such as sending a link via email or chat), an attacker may trick the users of a web application into executing actions of the attacker’s choosing. If the victim is a normal user, a successful CSRF attack can force the user to perform state changing requests like transferring funds, changing their email address, and so forth. If the victim is an administrative account, CSRF can compromise the entire web application.

Read more »

实践CORS(Cross Origin Resource Share)

Posted on 2026-04-21 | In secure | Visitors

Cross-Origin Resource Sharing is an HTTP-header based mechanism that allows a server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources. CORS also relies on a mechanism by which browsers make a “preflight” request to the server hosting the cross-origin resource, in order to check that the server will permit the actual request. In that preflight, the browser sends headers that indicate the HTTP method and headers that will be used in the actual request.

Read more »

读书之《Trino The Definitive Guide 2nd Edition》

Posted on 2026-04-02 | In 数据库 | Visitors
Read more »

实践opencode

Posted on 2026-03-25 | In AI | Visitors
1
$ curl -fsSL https://opencode.ai/install | bash
Read more »

实践之AI Agent

Posted on 2026-03-24 | In AI | Visitors

```shell $ curl -fsSL https://openclaw.ai/install.sh | bash

Read more »

实践visa

Posted on 2026-03-05 | In payment | Visitors

MTI

Read more »

实践unionpay

Posted on 2026-03-05 | In payment | Visitors

MTI

Read more »

实践mastercard

Posted on 2026-03-05 | In payment | Visitors

MTI

Read more »
1 2 … 121
Ray Wang

Ray Wang

My Blog

1209 posts
35 categories
RSS
© 2026 Ray Wang
Powered by Jekyll
Theme - NexT.Muse