[18391] 2021-07-26_Android抓包攻防技术

文档创建者:s7ckTeam
浏览次数:6
最后更新:2025-01-18
2021-07-26_Android抓包攻防技术 A n d r o i d D u b h 3   H A C K   2 0 2 1 - 0 7 - 2 6 # a n d r o i d   , 1 #   , 1 . 1 .   A P P A P P p u b l i c   s t a t i c   b o o l e a n   i s W i f i P r o x y ( C o n t e x t   c o n t e x t )   {         f i n a l   b o o l e a n   I S _ I C S _ O R _ L A T E R   =   B u i l d . V E R S I O N . S D K _ I N T   > =   B u i l d . V E R S I O N _ C O D E S . I C E _ C R E A M _ S A N D W I C H ;         S t r i n g   p r o x y A d d r e s s ;         i n t   p r o x y P o r t ;         i f   ( I S _ I C S _ O R _ L A T E R )   {                 p r o x y A d d r e s s   =   S y s t e m . g e t P r o p e r t y ( " h t t p . p r o x y H o s t " ) ;         / /                 S t r i n g   p o r t S t r   =   S y s t e m . g e t P r o p e r t y ( " h t t p . p r o x y P o r t " ) ;     / /                 p r o x y P o r t   =   I n t e g e r . p a r s e I n t ( ( p o r t S t r   ! =   n u l l   ?   p o r t S t r   :   " - 1 " ) ) ;         }   e l s e   {                 p r o x y A d d r e s s   =   a n d r o i d . n e t . P r o x y . g e t H o s t ( c o n t e x t ) ;                 p r o x y P o r t   =   a n d r o i d . n e t . P r o x y . g e t P o r t ( c o n t e x t ) ;         }       L o g . i ( " " , " p r o x y A d d r e s s   : " + p r o x y A d d r e s s   +   " p r o t   :   "   p r o x y P o r t " )       r e t u r n   ( ! T e x t U t i l s . i s E m p t y ( p r o x y A d d r e s s ) )   & &   ( p r o x y P o r t   ! =   - 1 ) ; } 2 . A P P 3 . 使 P r o x y D r o i d i p t a b l e s
A P P 4 . P r o x y D r o i d A P P h t t p s : / / w w w . y u q u e . c o m / m 1 t a n g / i t c c m 5 / b y y y o x A p p h t t p s : / / b l o g . c s d n . n e t / f e n g _ _ _ c h e n / a r t i c l e / d e t a i l s / 1 0 0 8 5 5 5 7 6 N o   P r o x y 1 . A P P   使 s m a l i N o   P r o x y
使 p u b l i c   v o i d   r u n ( )   {                 L o o p e r . p r e p a r e ( ) ;                 O k H t t p C l i e n t   o k H t t p C l i e n t   =   n e w   O k H t t p C l i e n t . B u i l d e r ( ) .                                 p r o x y ( P r o x y . N O _ P R O X Y ) .             / / 使                                 b u i l d ( ) ;                 R e q u e s t   r e q u e s t   =   n e w   R e q u e s t . B u i l d e r ( )                                 . u r l ( " h t t p : / / w w w . b a i d u . c o m " )                                 . b u i l d ( ) ;                 R e s p o n s e   r e s p o n s e   =   n u l l ;                 t r y   {                         r e s p o n s e   =   o k H t t p C l i e n t . n e w C a l l ( r e q u e s t ) . e x e c u t e ( ) ;                         T o a s t . m a k e T e x t ( t h i s ,   O b j e c t s . r e q u i r e N o n N u l l ( r e s p o n s e . b o d y ( ) ) . s t r i n g ( ) ,   T o a s t . L E N G T H _ S H O R T ) . s h o w ( ) ;                 }   c a t c h   ( I O E x c e p t i o n   e )   {                         e . p r i n t S t a c k T r a c e ( ) ;                 }                 L o o p e r . l o o p ( ) ;         } 2 . A P P A P P 3 . 使 P r o x y D r o i d N o   P r o x y i p t a b l e s
V P N D r o n y V P N 4 . P r o x y D r o i d A P P h t t p s : / / w w w . y u q u e . c o m / m 1 t a n g / i t c c m 5 / b y y y o x 使 D r o n y A P P h t t p s : / / w w w . c n b l o g s . c o m / l u l i a n q i / p / 1 1 3 8 0 7 9 4 . h t m l # % E 9 % 8 3 % A 8 % E 5 % 8 8 % 8 6 % E 5 % B A % 9 4 % E 7 % 9 4 % A 8 % E 4 % B 8 % 8 D % E 8 % 8 3 % B D % E 6 % 8 A % 9 3 % E 5 % 8 C % 8 5 % E 7 % 9 A % 8 4 % E 5 % 8 E % 9 F % E 5 % 9 B % A 0 a p p h t t p s : / / b l o g . c s d n . n e t / u 0 1 3 3 5 6 2 5 4 / a r t i c l e / d e t a i l s / 1 0 4 7 2 5 9 5 2 A n d r o i d   h t t p s : / / b l o g . c s d n . n e t / s e o y u n d u / a r t i c l e / d e t a i l s / 8 8 1 1 2 6 8 4 S S L   P i n n i n g 1 .   S S L A P P S S L 使   S S L   P i n n i n g  
2 . A P P 3 .   A P P     / a s s e t s   j a d x     . p 1 2   . p e m   . c e r   s s l   J u s t T r u e t M e x p o s e d A P P
F r i d a A P P 使   F r i d a     h o o k   使   H O O K   使 h o o k S S L u n p i n n i n g h o o k S S L   p i n n i n g 4 . A n d r o i d   7 . 0   H t t p s h t t p s : / / w w w . y u a n r e n x u e . c o m / a p p - c r a w l / a n d r o i d - 7 - c a p t u r e - d a t a . h t m l A P P     S S L   P i n n i n g   H t t p s h t t p s : / / w w w . c n b l o g s . c o m / y y o b a / p / 1 2 3 7 0 5 1 0 . h t m l A n d r o i d h t t p s   S S L   p i n n i n g h t t p s : / / z h u a n l a n . z h i h u . c o m / p / 1 2 7 8 4 7 5 5 0 1 .   S S L   P i n n i n g S S L   P i n n i n g 2 .   S S L   P i n n i n g     A P P   3 .   A P P   4 . A n d r o i d   7 . 0   H t t p s h t t p s : / / w w w . y u a n r e n x u e . c o m / a p p - c r a w l / a n d r o i d - 7 - c a p t u r e - d a t a . h t m l A P P h t t p s : / / b l o g . c s d n . n e t / w e i x i n _ 3 9 9 0 7 1 5 7 / a r t i c l e / d e t a i l s / 1 1 1 1 1 2 8 8 1 S S L S o u l   A p p h t t p s : / / b l o g . c s d n . n e t / q q _ 3 8 3 1 6 6 5 5 / a r t i c l e / d e t a i l s / 1 0 4 1 7 6 8 8 2 A P P h t t p s : / / b b s . p e d i y . c o m / t h r e a d - 2 6 5 4 0 4 . h t m D u b h 3 |

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

本版积分规则