Categorías
Explotación de Software Hacking Hacking Python Programacion

Hacking con Python Parte 30 – Scripting en Inmmunity Debugger – PyHooks

Scripting con Immunity Debugger utilizando su API en Python.
En este vídeo solamente en explican los conceptos principales para la creación de PyHooks.

example.py: https://github.com/Adastra-thw/pyHacks/blob/master/example.py

Repositorio GIT de la serie:
https://github.com/Adastra-thw/pyHacks.git


Make a Donation Button

[wpvideo qhZFz25n]

Categorías
Explotación de Software Hacking Programacion

Explotación de Software Parte 29 – Identificando Bad Characters en Shellcodes

Uso de mona.py para la generación de un array con todos los posibles caracteres que se pueden incluir en un shellcode.
Posteriormente, se identifican y remueven todos aquellos caracteres que alteren el array.

exploitMinishare2.py: https://github.com/Adastra-thw/ExploitSerie/blob/master/exploitMinishare2.py
Server-Strcpy.exe: https://github.com/Adastra-thw/ExploitSerie/blob/master/Server-Strcpy.exe
strcpyExploit.py: https://github.com/Adastra-thw/ExploitSerie/blob/master/strcpyExploit.py

Repositorio GIT de la serie:
https://github.com/Adastra-thw/ExploitSerie.git


Make a Donation Button

[wpvideo YyPh9ros]

Categorías
Hacking Hacking Python Programacion Services - Software

Hacking con Python Parte 29 – Scripting en Inmmunity Debugger – PyCommands

Scripting con Immunity Debugger utilizando su API en Python.
En este vídeo solamente en explican los conceptos principales para la creación de PyCommands.

example.py: https://github.com/Adastra-thw/pyHacks/blob/master/example.py

Repositorio GIT de la serie:
https://github.com/Adastra-thw/pyHacks.git


Make a Donation Button

[wpvideo Bu1vAPHM]

Categorías
Explotación de Software Hacking Programacion Services - Software

Explotación de Software Parte 28 – Conceptos Básicos sobre ShellCoding

Conceptos básicos sobre shellcoding y las principales consideraciones a tener en cuenta a la hora de crear shellcodes.

Repositorio GIT de la serie:
https://github.com/Adastra-thw/ExploitSerie.git


Make a Donation Button

[wpvideo 4pGbCZXO]

Categorías
Hacking Hacking Python Networking Programacion Services - Software

Hacking con Python Parte 28 – Introducción a PyDBG

Se explica el uso PyDBG para automatizar procesos de depuración y monitorizar llamadas a funciones.
Aunque en el vídeo se enseña para una plataforma Windows, los mismos conceptos pueden aplicar a sistemas Linux y system calls.

SimplePyDBG.py: https://github.com/Adastra-thw/pyHacks/blob/master/SimplePyDBG.py
MonPyDBG.py: https://github.com/Adastra-thw/pyHacks/blob/master/MonPyDBG.py
Mon2PyDBG.py: https://github.com/Adastra-thw/pyHacks/blob/master/Mon2PyDBG.py

Repositorio GIT de la serie:
https://github.com/Adastra-thw/pyHacks.git


Make a Donation Button

[wpvideo e7MFqaqU]

Categorías
Explotación de Software Hacking Services - Software

Explotación de Software Parte 27 – Uso de Mona en Inmunity Debugger para agilizar el desarrollo de exploits

Uso de las opciones básicas de Mona.py desde Immunity Debugger.
Para obtener más información sobre Mona y descargar el script:
http://redmine.corelan.be/projects/mona


Make a Donation Button

[wpvideo WYAbfdci]

Categorías
Hacking Hacking Python Networking Programacion

Hacking con Python Parte 27 – Construyendo clientes y servidores con Twisted

Continuación del vídeo anterior sobre las características incluidas en la librería Twisted

SimpleWebServer.py: https://github.com/Adastra-thw/pyHacks/blob/master/SimpleWebServer.py
CustomWebServer.py: https://github.com/Adastra-thw/pyHacks/blob/master/CustomWebServer.py
SimpleReverseProxy.py https://github.com/Adastra-thw/pyHacks/blob/master/SimpleReverseProxy.py
SimpleTransparentProxy.py: https://github.com/Adastra-thw/pyHacks/blob/master/SimpleTransparentProxy.py
IrcTest.py: https://github.com/Adastra-thw/pyHacks/blob/master/IrcTest.py

Repositorio GIT en la serie:
https://github.com/Adastra-thw/pyHacks.git


Make a Donation Button

[wpvideo fV9zKVgC]