Ben Chuanlong Du's Blog

It is never too late to learn.

Package Capture on Phones

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Charles Fiddler

ecapture

https://www.jianshu.com/p/8034b451585b

https://blog.zengrong.net/post/capture-package-on-phone/

https://juejin.im/post/5ad045d2f265da2385334555

http://kiminewt.github.io/pyshark/

https://blog.csdn.net/qq_34094008/article …

Security Tools in Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

bandit

bandit is a tool designed to find common security issues in Python code.

pyarmor

pyarmor is a tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or …