miércoles, 2 de enero de 2019

Burpuite

https://hack-ed.net/2016/01/09/burp-suite-for-beginners/

https://hack-ed.net/2016/04/02/advanced-burp-suite/

miércoles, 5 de diciembre de 2018

martes, 4 de diciembre de 2018

martes, 13 de junio de 2017

CentOS 6.8 + Webmin + Squid + AD user's authentication with Microsoft Server 2008


CentOS 6.8:

Processor: 1
Ram:1536mb
HD :20Gb

Tip: Don´t set up vmware to create automatically, use the manual proccess.

In some cases is optional dependences's install
 – perl – perl-Net-SSLeay – openssl – perl-IO-Tty

Then of installation update this:

yum install perl
yum install perl-Net-SSLeay

 o

apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
 
Webmin:
Check las update of, until now, Webmin 1.840 then:

wget http://prdownloads.sourceforge.net/webadmin/webmin-1.840-1.noarch.rpm
o

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.840_all.deb

then install:

rpm -i webmin-1.760-1.noarch.rpm

dpkg --install webmin_1.840_all.deb

Configuration:
Existen casos, en el que tengamos bloqueado por defecto el port 10000 en el firewall, pero para ello basta con tan solo agregar la regla al firewall
Se puede hacer por linea de comandó o editando el archivo de iptables.
En la primera opción ejecutamos el comandó:

1
iptables -I INPUT -p tcp -m tcp --dport 10000 -j ACCEPT
y en la segunda agregamos la regla en el archivo : /etc/sysconfig/iptables

1
-A INPUT -p tcp -m tcp --dport 10000 -j ACCEPT
después de configurar la regla del iptables, reiniciamos el servicio

1
/etc/init.d/iptables restart
Ahora solo queda acceder al webmin, con las credenciales de ”root” del servidor.
  sarg
https://ohem.wordpress.com/2009/07/16/instalacion-y-configuracion-en-sarg/ 
http://configurar-proxy.blogspot.com/2014/05/sarg-herramienta-de-reportes.html
http://www.linuxmail.info/squid-analysis-report-generator-webmin/






lunes, 15 de mayo de 2017

smb-vuln-ms17-010.nse - WannCry

cd /usr/share/nmap/scripts 
 
 
wget https://raw.githubusercontent.com/cldrn/nmap-nse-scripts/master/
scripts/smb-vuln-ms17-010.nse 
 
nmap --script smb-vuln-ms17-010 -p135,445 IP.IP.IP.IP

viernes, 10 de febrero de 2017

Script to know the DNI of someone

Script to know the DNI of someone

The DNI is "Documento Nacional de Identidad", it's a document to probe your identity.
I found a script wrote by SH4d0w666 and SquadsK40_.. This script do a website query by name that you input and the it give the DNI., this script only works for Peru, Chile, Argentina, Paraguay, Honduras and Costa Rica.

Script:     https://ghostbin.com/paste/p6f3s

You need copy the code inside a file txt then save and set .sh extension, then run and whala!!