Seguridad en wordpress
Seguridad 1 https://www.nebrija.es/~cmalagon/seguridad_informatica/transparencias/Modulo_0.pdf Seguridad 2 http://www.seaceptanideas.com/biblio/Curso_seguridad_Hacking_Etico.pdf
Seguridad en wordpress Leer más »
Seguridad 1 https://www.nebrija.es/~cmalagon/seguridad_informatica/transparencias/Modulo_0.pdf Seguridad 2 http://www.seaceptanideas.com/biblio/Curso_seguridad_Hacking_Etico.pdf
Seguridad en wordpress Leer más »
blucles .sh foo=( ) top=100000;for((i=0;i<top;i++)) do ls -latr; echo «$i:Emi Winehouse» done Escribe en un editor de texto (nano, mcedit, vim, nedit, etc.): #! /bin/bash # Las líneas que empiezan por «#» son comentarios # La primera línea o #! /bin/bash asegura que se interpreta como # un script de bash, aunque se ejecute
Programando scripts under linux bash Leer más »
=================================================== $ git reset –hard A $ git reset –soft @{1} # (or ORIG_HEAD), which is D $ git commit =================================================== $ git revert –no-commit D $ git revert –no-commit C $ git revert –no-commit B $ git commit -m ‘the commit message’ listado total de commit push enviados al respositorio git shortlog -s -n
Git keep calm and reset –hard Leer más »
Forticlient – SSLVPN is a VPN Client to connect to Fortigate Devices with minimal effort, packaged here for Ubuntu and Debian. Forticlient – SSLVPN .deb packages Officially there is only a generic tar.gz package available. As I use Ubuntu most the time, I decided to build .deb packages for 32/64bit Ubuntu with a nice desktop
Forticlient – SSLVPN is a VPN Client to connect to Fortigate Devices Leer más »
El shell de linux: Comando diff El comando diff nos permite comparar dos ficheros linea a linea y nos informa de las diferencias entre ambos ficheros. Diff tiene muchas opciones. Las que más uso son -w, -q, -y. La sintaxis del comando es la siguiente: diff [opciones] [fichero1] [fichero2] Si queremos comparar dos ficheros, ignorando
El shell de linux: Comando diff Leer más »
nmap La primera solución que pensamos muchos es: nmap , ver artículo llamado: Ver puertos abiertos con NMap y medidas para protegernos n caso de que no deseen hacer todo un scan, sino que simplemente deseen saber si en X ordenador/servidor está abierto un determinado puerto, sería así: nmap {IP_O_DOMINIO} -p {PUERTO} | grep -i
Scanner puertos listening linux nmap Leer más »
error_reporting(E_ALL); ini_set(‘display_errors’, TRUE); ini_set(‘display_startup_errors’, TRUE); Nobody enjoys the process of debugging their code. If you want to build killer web apps though, it’s vital that you understand the process thoroughly. This article breaks down the fundamentals of debugging in PHP, helps you understand PHP’s error messages and introduces you to some useful tools
Equivalent of UNIX Grep command in Linux/Mac/Dos/Windows grep -Rni » » ./ Through Ack brew install ack ack «text goes here» Through find find . |grep «text goes here» Through grep grep -RnslI «text goes here» You can use the ‘type’ and ‘find’ command in Dos/Windows to get the equivalent output of the UNIX ‘cat’
mysql -u root -p bdname Syntax: mysql -u user_name -ppassword dbname -u : Specify mysql database user name -p : Prompt for password dbname : Specify database name
How to Detect and Analyze DDoS Attacks Using Log Analysis The cloud delivers many benefits to companies and users alike, but it has one clear disadvantage: its vulnerability to cyber threats. This was brought to light this past December. Linode – a Linux cloud hosting provider – suffered from a massive attack that lasted 10
How to Detect and Analyze DDoS Attacks Leer más »