Entrada: data/ssh_logs_processed.csv (CSV com colunas como Date, Time, IP, Port, Username, Password, Country, City) Saída: gráficos (matplotlib/seaborn) exibidos em janelas locais e prints no terminal ...
In data analysis and automation scripts, CSV (Comma Separated Values) files are the most common data exchange format. When handling CSVs in Python, using the pandas library is the standard approach ...
This program allows an ssh tunnel to be created from the local machine to an SSH server. It was primarily written to allow ssh port forwarding on Windows machines that did not have openssh installed.