├── Readme.md ├── dispatcher_examples ├── curl_waf.sh ├── local_bash.sh └── local_powershell_wsl2.sh ├── dns_server └── dns_server.py ├── images ├── op.gif └── staged.gif ├── nsconfig_examples ├── nsconf_local.sh └── nsconf_remote.sh ├── procroustes_chunked.sh ├── procroustes_full.sh └── wrapper_targetX.sh /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vp777/procrustes/HEAD/Readme.md -------------------------------------------------------------------------------- /dispatcher_examples/curl_waf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vp777/procrustes/HEAD/dispatcher_examples/curl_waf.sh -------------------------------------------------------------------------------- /dispatcher_examples/local_bash.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | read -r cmd 3 | $cmd -------------------------------------------------------------------------------- /dispatcher_examples/local_powershell_wsl2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vp777/procrustes/HEAD/dispatcher_examples/local_powershell_wsl2.sh -------------------------------------------------------------------------------- /dns_server/dns_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vp777/procrustes/HEAD/dns_server/dns_server.py -------------------------------------------------------------------------------- /images/op.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vp777/procrustes/HEAD/images/op.gif -------------------------------------------------------------------------------- /images/staged.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vp777/procrustes/HEAD/images/staged.gif -------------------------------------------------------------------------------- /nsconfig_examples/nsconf_local.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vp777/procrustes/HEAD/nsconfig_examples/nsconf_local.sh -------------------------------------------------------------------------------- /nsconfig_examples/nsconf_remote.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vp777/procrustes/HEAD/nsconfig_examples/nsconf_remote.sh -------------------------------------------------------------------------------- /procroustes_chunked.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vp777/procrustes/HEAD/procroustes_chunked.sh -------------------------------------------------------------------------------- /procroustes_full.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vp777/procrustes/HEAD/procroustes_full.sh -------------------------------------------------------------------------------- /wrapper_targetX.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vp777/procrustes/HEAD/wrapper_targetX.sh --------------------------------------------------------------------------------