LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   tcpdump by uid (https://www.linuxquestions.org/questions/linux-networking-3/tcpdump-by-uid-4175676317/)

Skaperen 06-01-2020 10:37 PM

tcpdump by uid
 
is there a way to dump all the IP traffic from a given userid? i can do the dumping as root. i can give either the user name string or the user id number as appropriate.

the purpose is to collect all possible IP addresses a given website might be using. i want to route all traffic going to them to go through a specific VPN instead of the usual default.

the idea is to, at first, route everything through that VPN and access them only from that specific user (i will be logging in as that user instead of using sudo).

pan64 06-02-2020 01:41 AM

I would try to set a proxy for that user (if I understand well)

Skaperen 06-02-2020 05:31 PM

would a proxy also include web socket traffic (non-HTTP) that JavaScript does? in other words, do JavaScript apps connect to host names, IP addresses, or the server that the JavaScript came from?

pan64 06-03-2020 12:35 AM

that depends on the configuration and sometimes on the used app too, but in general yes.


All times are GMT -5. The time now is 11:21 AM.