Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekmo/mitmproxy-presentacion
Presentación mitmproxy para OpenSouthCode 2023
https://github.com/nekmo/mitmproxy-presentacion
mitm mitmproxy opensouthcode python wifi
Last synced: about 1 month ago
JSON representation
Presentación mitmproxy para OpenSouthCode 2023
- Host: GitHub
- URL: https://github.com/nekmo/mitmproxy-presentacion
- Owner: Nekmo
- License: mit
- Created: 2023-03-11T19:02:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T14:41:25.000Z (over 1 year ago)
- Last Synced: 2024-10-25T16:12:24.813Z (3 months ago)
- Topics: mitm, mitmproxy, opensouthcode, python, wifi
- Language: SCSS
- Homepage: https://nekmo.github.io/mitmproxy-presentacion/
- Size: 31.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://raw.githubusercontent.com/Nekmo/mitmproxy-presentacion/master/logo.png
:width: 100%|
.. image:: https://img.shields.io/github/actions/workflow/status/Nekmo/mitmproxy-presentacion/build.yml?style=flat-square&maxAge=2592000&branch=master
:target: https://github.com/Nekmo/mitmproxy-presentacion/actions?query=workflow%3ABuild
:alt: Latest CI build status==================================
mitmproxy: ataques MitM con Python
==================================Presentación para `OpenSouthCode 2023 `_ el día
*9 de junio*. Puedes utilizar esta misma presentación, íntegra o con modificaciones para cualquiera de los usos
descritos en la licencia MIT adjunta en este proyecto.La presentación está `disponible online `_ ya compilada
para su visualización.Para compilar desde el código fuente se requiere Python 3 instalado, estando probado sólo bajo Python 3.11. Se
recomienda ejecutar los siguientes pasos en un
`virtualenv `_::# Clonar proyecto
git clone https://github.com/Nekmo/mitmproxy-presentacion.git
cd mitmproxy-presentacion
# Instalar dependencias
pip install -r requirements.txt
# Compilar ficheros de estilos
sassc _static/theme.scss _static/theme.css
# Compilar presentación
make revealjsTras la compilación puede verse los ficheros resultantes en el directorio ``_build``.
Demo
====
Los ficheros de demostración se encuentran en el directorio
`demos `_.Copyright
=========
Licencia MIT. Ver fichero ``LICENSE.txt``.Nekmo 2023.