Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pass11上传报错 #21

Closed
Yiyilinlin opened this issue May 20, 2019 · 5 comments
Closed

pass11上传报错 #21

Yiyilinlin opened this issue May 20, 2019 · 5 comments

Comments

@Yiyilinlin
Copy link

我在get请求中,使用了%00截断,我想应该是可以上传成功的,但是直接报错了。

<html>
<head>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
	<link rel="icon" type="image/x-icon" href="/img/favicon.png" />  
	<title>upload-labs</title>
</head>
<link rel="stylesheet" type="text/css" href="/css/index.css">
<link rel="stylesheet" type="text/css" href="/css/prism.css">
<body>
	<div id="head">
		<a href="/"><img src="/img/logo.png"/></a>
		<div id="head_menu">
			<a id="handle_code" href="javascript:show_code()">�示��</a>
			<a href="javascript:get_prompt()">���示</a>
			<a href="javascript:clean_upload_file()">�空�传�件</a>
		</div>
	</div>
	<div id="main"><div id="menu">     
	<ul id="menulist">         
		<li><a id="Pass-01" href="/Pass-01/index.php">Pass-01</a></li> 
		<li><a id="Pass-02" href="/Pass-02/index.php">Pass-02</a></li> 
		<li><a id="Pass-03" href="/Pass-03/index.php">Pass-03</a></li> 
		<li><a id="Pass-04" href="/Pass-04/index.php">Pass-04</a></li> 
		<li><a id="Pass-05" href="/Pass-05/index.php">Pass-05</a></li> 
		<li><a id="Pass-06" href="/Pass-06/index.php">Pass-06</a></li> 
		<li><a id="Pass-07" href="/Pass-07/index.php">Pass-07</a></li> 
		<li><a id="Pass-08" href="/Pass-08/index.php">Pass-08</a></li> 
		<li><a id="Pass-09" href="/Pass-09/index.php">Pass-09</a></li> 
		<li><a id="Pass-10" href="/Pass-10/index.php">Pass-10</a></li> 
		<li><a id="Pass-11" href="/Pass-11/index.php">Pass-11</a></li> 
		<li><a id="Pass-12" href="/Pass-12/index.php">Pass-12</a></li> 
		<li><a id="Pass-13" href="/Pass-13/index.php">Pass-13</a></li> 
		<li><a id="Pass-14" href="/Pass-14/index.php">Pass-14</a></li> 
		<li><a id="Pass-15" href="/Pass-15/index.php">Pass-15</a></li> 
		<li><a id="Pass-16" href="/Pass-16/index.php">Pass-16</a></li> 
		<li><a id="Pass-17" href="/Pass-17/index.php">Pass-17</a></li> 
		<li><a id="Pass-18" href="/Pass-18/index.php">Pass-18</a></li> 
		<li><a id="Pass-19" href="/Pass-19/index.php">Pass-19</a></li>
		<li><a id="Pass-20" href="/Pass-20/index.php">Pass-20</a></li> 
	</ul> 
</div>

<div id="upload_panel">
    <ol>
        <li>
            <h3>任�</h3>
            <p>�传�个<code>webshell</code>�����</p>
        </li>
        <li>
            <h3>�传�</h3>
            <form action="?save_path=../upload/" enctype="multipart/form-data" method="post">
                <p>请����传����<p>
                <input class="input_file" type="file" name="upload_file"/>
                <input class="button" type="submit" name="submit" value="�传"/>
            </form>
            <div id="msg">
                            </div>
            <div id="img">
                            </div>
        </li>
            </ol>
</div>

</div>
		<div id="footer">
		</div>
		<div class="mask"></div>
		<div class="dialog">
		    <div class="dialog-title">�&nbsp;示<a href="javascript:void(0)" class="close" title="��">��</a></div>
		    <div class="dialog-content"></div>
		</div>		
</body>
<script type="text/javascript" src="/js/jquery.min.js"></script>
<script type="text/javascript" src="/js/prism.js"></script>
<script type="text/javascript" src="/js/prism-line-numbers.min.js"></script>
<script type="text/javascript" src="/js/prism-php.min.js"></script>
<script type="text/javascript" src="/js/index.js"></script>
</html>

@Yiyilinlin Yiyilinlin changed the title pass11 pass11上传报错 May 20, 2019
@c0ny1
Copy link
Owner

c0ny1 commented May 20, 2019

能提供下的操作系统版本,php版本么

@Yiyilinlin
Copy link
Author

操作系统为windows10专业版,版本号version_1809,php使用的是release集成环境中的PHP/5.2.17。

@c0ny1
Copy link
Owner

c0ny1 commented May 21, 2019

我这边win10没问题,你报错的信息也是乱码么。

@Yiyilinlin
Copy link
Author

是的,就是我粘贴上来的那一段信息,也有可能是我上传的方式不对,我再尝试一下,能不能上传成功。

@c0ny1
Copy link
Owner

c0ny1 commented Oct 24, 2019

该问题太久没有反馈,故关闭。后期有类似问题,请重新提issues。

@c0ny1 c0ny1 closed this as completed Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants