https://hack-ed.net/2016/01/09/burp-suite-for-beginners/
https://hack-ed.net/2016/04/02/advanced-burp-suite/
InfoSec, Kali Linux, Tools, Cars and other stuffs
miércoles, 2 de enero de 2019
miércoles, 5 de diciembre de 2018
Stealing Messenger.com Login Nonces
https://stephensclafani.com/?fbclid=IwAR2M3Z9m3PZfiWKpjj5sS3VkXrIhCLMfUsaSC7sO5YEJiFlZ456HMb7lrGE
martes, 4 de diciembre de 2018
Generación de diccionarios TPLink-GenKeysFinal.py de AlexAltea
https://www.wifi-libre.com/topic-252-tplink-genkeysfinalpy-de-alexaltea-tp-link-al-descubierto.html
miércoles, 21 de marzo 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 |
1
| -A INPUT -p tcp -m tcp --dport 10000 -j ACCEPT |
1
| /etc/init .d /iptables restart |
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!!
Suscribirse a:
Entradas (Atom)