Hi all, after many days searching and probably not using the right key words, I’ll very appreciate your help.
I have a linux system only accessible through SSH. Configuring the SecureCRT, I successfuly opened a two ports (5123 in linux and 15000 in windows) and forwarded the results from a tail -f to /dev/tcp/localhost/5123.
When listening in windows’ port 15000 I can see the results as desired.
I’m looking for an open source program capable to listen my local port on windows, capture and store the data. Would be great if possible to manage the data and export/interface with Excel (for example).
My final objective is to create a real-time alert when a chosen string is perceived.
I can’t install anything on linux and I have no admin permissions to install on windows.
Has someone any suggestions?
Thank you all in advanced, Fernando