Java is it possible to know the TCP Initial sequence number(ISN) from application layer? [on hold]

Hi I am trying to do a research on security in TCP connection. I am a novice so please forgive my ignorance.

My question is when a client tries to make a TCP connection with the server it sends a SYN packet to server with in… Continue reading Java is it possible to know the TCP Initial sequence number(ISN) from application layer? [on hold]

If I use a Python socket over localhost, are there security concerns I need to be aware of?

I am implementing a simple socket in Python to pass data back and forth between two scripts running on the same machine (unfortunately, a socket is the only possible setup for my situation).

This data, in many cases, will be… Continue reading If I use a Python socket over localhost, are there security concerns I need to be aware of?