├── .vscode └── settings.json ├── README.md ├── atacante.py └── víctima.py /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maalfer/ReverseShell_Python/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maalfer/ReverseShell_Python/HEAD/README.md -------------------------------------------------------------------------------- /atacante.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maalfer/ReverseShell_Python/HEAD/atacante.py -------------------------------------------------------------------------------- /víctima.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Maalfer/ReverseShell_Python/HEAD/víctima.py --------------------------------------------------------------------------------