WF AQ

Knowledge base

7 Dicembre 2017
di admin@admin
Commenti disabilitati su CenotOS: add an user to sudoers for use of sudo

CenotOS: add an user to sudoers for use of sudo

If theres an username user (for example an ftp user) we can use it as sudo user. On CentOS, the user in “wheel” group had sudoers capacity. sudo usermod -aG wheel username

15 Settembre 2017
di admin@admin
Commenti disabilitati su Installazione Certificato SSL Comodo da Enom

Installazione Certificato SSL Comodo da Enom

Lo zip inviato per email contiene quattro file: Root CA Certificate – AddTrustExternalCARoot.crt Intermediate CA Certificate – COMODORSAAddTrustCA.crt Intermediate CA Certificate – COMODORSADomainValidationSecureServerCA.crt Your EssentialSSL Certificate – nomedominio_it.crt In “Invia certificato come testo”, nella textarea “Certificato” incollare il contenuto di … Continua a leggere

4 Agosto 2017
di admin@admin
Commenti disabilitati su Logwatch

Logwatch

Logwatch is a customizable log analysis system. Logwatch parses through your system’s logs and creates a report analyzing areas that you specify. Logwatch is easy to use and will work right out of the package on most systems. Fonte: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-logwatch-log-analyzer-and-reporter-on-a-vps   … Continua a leggere

1 Aprile 2017
di admin@admin
Commenti disabilitati su Install fail2ban on CentoOS 6

Install fail2ban on CentoOS 6

Fonte: https://www.digitalocean.com/community/tutorials/how-to-protect-ssh-with-fail2ban-on-centos-6 UPDATE Nuova guida su: https://www.vultr.com/docs/how-to-setup-fail2ban-on-centos   About Fail2Ban Servers do not exist in isolation, and those servers with only the most basic SSH configuration can be vulnerable to brute force attacks. fail2ban provides a way to automatically protect the server … Continua a leggere

17 Dicembre 2016
di admin@admin
Commenti disabilitati su Installazione ed esecuzione di findbot.pl

Installazione ed esecuzione di findbot.pl

Installazione Spostarsi sulla directory /home del server: cd /home Creare una cartella “findbot” ed accedervi: mkdir findbot cd findbot Scaricare il file con wget e cambiarne i diritti: wget www.abuseat.org/findbot.pl chmod 700 findbot.pl Esecuzione nohup ./findbot.pl -c /directory_da_scansionare & Seguire … Continua a leggere

14 Novembre 2016
di admin@admin
Commenti disabilitati su Enable TLS/ssl proftpd Ubuntu/Fedora/Centos

Enable TLS/ssl proftpd Ubuntu/Fedora/Centos

Benefits of TLS/SSL TLS/SSL provides numerous benefits to clients and servers over other methods of authentication, including: – Strong authentication, message privacy, and integrity – Interoperability – Algorithm flexibility – Ease of deployment – Ease of use 1- Install Proftpd … Continua a leggere