The mystery revealed – ftp active vs passive
- No Comments
- Jan, 26, 2011
- Angelo Schalley
- FTP, Networking, Plesk Linux, security
Active ftp mode
Client starts connection with server on port TCP 21
Servers tells client to start listning on a port higher then TCP 1024
Server starts sending data traffic from TCP 20 to the TCP 1024 or higher port
Read more on The mystery revealed – ftp active vs passive…
create CSR openssl – request certificate
- No Comments
- Dec, 28, 2010
- Angelo Schalley
- Certificates, Linux, Plesk Linux, security
create CSR with the openssl-commando
1.Login as root. Go to a directory for storing the csr / ssl cert:
[root@serv]# cd /root/cert/
2.Create Private Key and CSR :
[root@serv cert]# openssl req -nodes -newkey rsa:2048 -keyout www_domain_com.key -out www_domain_com.csr
Read more on create CSR openssl – request certificate…
list open / listening ports linux unix windows
- No Comments
- Dec, 26, 2010
- Angelo Schalley
- Linux, Networking, security, vmware, Windows-Microsoft
FreeBSD
On a FreeBSD Unix system, as with other BSD Unix systems, you have a number of utilities with a base system install that can be used for listing open files, running processes, and network connections. The netstat
utility is maintained as a part of the FreeBSD base system by the FreeBSD core developers, and offers exactly the sort of functionality you need to list open ports on your system.
Read more on list open / listening ports linux unix windows…