Online Tracert (Ping) Security

Source: Internet
Author: User

 

Similarly, today I accidentally discovered --#

Simulate the code locally.

Explanation: the first statement echo the submitted content and the second statement executes the tracert command and returns

Since it is the URL that tracert wants to track, it is not possible to tracert 0.0.0.0 & net user. Of course, the result will not work, because the browser will parse & into & net user

This becomes the key (& user = xxx & pass = xxxxx), so we need to encode & % 26

Finally, we submitted 2.php? Tracert = 0.0.0.0% 26net % 20 user

Result

In this way, if the permission is large enough, it is sufficient to escalate the permission to the server.

Solution

Since the URL contains any special characters except "." and "-",

We add

$ Badword = '! | @ | # | & | <|> '; If (preg_match ("/$ badword/I", $ _ GET ["tracert"]) {exit ('bad request  
 
Let's submit it again.
 

From: network security technology blog (www.safe121.com)

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.