Score:0

Track Incomming Traffic

pt flag

I am using a local server and I am using a puclic static IP to access my software. My question is, is there any way to track which IP or which device is trying to access my software or hitting my ip? If yes, can I have a demo.

Score:0
cn flag

You could use the tcpdump command to track incoming traffic on any interface, on SSL port 443.

sudo tcpdump -ni any port 443 -Qin

To track incoming traffic on any port:

sudo tcpdump -ni any -Qin
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.