https://github.com/jd-apprentice/offensive-python
Flash talk prep for https://eventos.python.org.ar
https://github.com/jd-apprentice/offensive-python
Last synced: 11 months ago
JSON representation
Flash talk prep for https://eventos.python.org.ar
- Host: GitHub
- URL: https://github.com/jd-apprentice/offensive-python
- Owner: jd-apprentice
- License: mit
- Created: 2024-08-21T00:20:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T00:41:37.000Z (over 1 year ago)
- Last Synced: 2025-03-28T02:51:21.156Z (11 months ago)
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Preparacion para una charla en la PyDay

## Tematica: Python Ofensivo
### Resumen
El objetivo de esta charla es mostrar como podemos usar python para automatizar tareas de pentesting u red team.
## Scripts
- [ports](./scripts/ports.py)
## Ejecutar
Para ejecutar scripts individualmente podemos hacer `make script script_name`. Por ejemplo `make script script_name=ports`.
Si queremos hacer el scan completo podemos hacer `make`.