├── README.md ├── bind ├── bind_shell.py └── connect.py ├── gencrts.sh └── reverse ├── client.py └── server.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkerego/pysslShells/HEAD/README.md -------------------------------------------------------------------------------- /bind/bind_shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkerego/pysslShells/HEAD/bind/bind_shell.py -------------------------------------------------------------------------------- /bind/connect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkerego/pysslShells/HEAD/bind/connect.py -------------------------------------------------------------------------------- /gencrts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkerego/pysslShells/HEAD/gencrts.sh -------------------------------------------------------------------------------- /reverse/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkerego/pysslShells/HEAD/reverse/client.py -------------------------------------------------------------------------------- /reverse/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darkerego/pysslShells/HEAD/reverse/server.py --------------------------------------------------------------------------------