├── A Bridge too Far.pdf ├── LICENSE ├── README.md ├── desktop_bridge_tools.psm1 ├── get_packages.ps1 ├── start_child_powershell.ps1 └── start_office_hub.ps1 /A Bridge too Far.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyranid/Zer0Con_2018/HEAD/A Bridge too Far.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyranid/Zer0Con_2018/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyranid/Zer0Con_2018/HEAD/README.md -------------------------------------------------------------------------------- /desktop_bridge_tools.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyranid/Zer0Con_2018/HEAD/desktop_bridge_tools.psm1 -------------------------------------------------------------------------------- /get_packages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyranid/Zer0Con_2018/HEAD/get_packages.ps1 -------------------------------------------------------------------------------- /start_child_powershell.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyranid/Zer0Con_2018/HEAD/start_child_powershell.ps1 -------------------------------------------------------------------------------- /start_office_hub.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyranid/Zer0Con_2018/HEAD/start_office_hub.ps1 --------------------------------------------------------------------------------