[902] 2019-04-15_PHP代码审计笔记--任意文件上传

文档创建者:s7ckTeam
浏览次数:9
最后更新:2025-01-16
2019-04-15_PHP代码审计笔记--任意文件上传 P H P - -   B y p a s s   B y p a s s   2 0 1 9 - 0 4 - 1 5 0 x 0 1     u p l o a d . h t m l     u p l o a d _ f i l e . p h p < h t m l > < b o d y > < f o r m   a c t i o n = " u p l o a d _ f i l e . p h p "   m e t h o d = " p o s t "   e n c t y p e = " m u l t i p a r t / f o r m - d a t a " > < l a b e l   f o r = " f i l e " > F i l e n a m e : < / l a b e l > < i n p u t   t y p e = " f i l e "   n a m e = " f i l e "   i d = " f i l e "   / >   < i n p u t   t y p e = " s u b m i t "   n a m e = " s u b m i t "   v a l u e = " S u b m i t "   / > < / f o r m > < / b o d y > < / h t m l > < ? p h p i f   ( $ _ F I L E S [ " f i l e " ] [ " e r r o r " ]   >   0 )     {     e c h o   " E r r o r :   "   .   $ _ F I L E S [ " f i l e " ] [ " e r r o r " ]   .   " < b r   / > " ;     } e l s e     {     e c h o   " U p l o a d :   "   .   $ _ F I L E S [ " f i l e " ] [ " n a m e " ]   .   " < b r   / > " ;     e c h o   " T y p e :   "   .   $ _ F I L E S [ " f i l e " ] [ " t y p e " ]   .   " < b r   / > " ;     e c h o   " S i z e :   "   .   ( $ _ F I L E S [ " f i l e " ] [ " s i z e " ]   /   1 0 2 4 )   .   "   K b < b r   / > " ;     e c h o   " T e m p   f i l e :   "   .   $ _ F I L E S [ " f i l e " ] [ " t m p _ n a m e " ]   .   " < b r   / > " ;     m o v e _ u p l o a d e d _ f i l e ( $ _ F I L E S [ " f i l e " ] [ " t m p _ n a m e " ] , " u p l o a d / "   .   $ _ F I L E S [ " f i l e " ] [ " n a m e " ] ) ;     e c h o   " S t o r e d   i n :   "   .   " u p l o a d / "   .   $ _ F I L E S [ " f i l e " ] [ " n a m e " ] ;     } ? >
0 x 0 2     u p l o a d - l a b s   u p l o a d - l a b s G i t H u b h t t p s : / / g i t h u b . c o m / c 0 n y 1 / u p l o a d - l a b s P a s s - 0 1     j s P a s s - 0 2     C o n t e n t - T y p e :   i m a g e / j p e g P a s s - 0 3 ~ P a s s 1 0     P a s s 1 1 ~ P a s s 1 2     P a s s 1 3 ~ P a s s 1 6     P a s s 1 7 ~ P a s s 1 8     P a s s 1 9     m o v e _ u p l o a d e d _ f i l e ( )   0 0 P a s s 2 0    
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则