简体   繁体   中英

Snooping SSL-packets from a WLAN network using Java?

What libraries/jars would you suggest to use? What theory should I read before doing this?

You cannot immediately snoop SSL-packets from a WLAN network from Java as the network interface configuration code is not present in the standard Java Runtime Library.

Hence you need native libraries, and then you might as well use a native solution.

What do you need this for?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM