├── BitlockMove.sln ├── BitlockMove ├── BitlockMove.csproj ├── FileDrop.cs ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── RemoteRegistry.cs ├── SessionEnum.cs └── app.config ├── LICENSE ├── README.md └── images ├── BAAClsid.png ├── BaaUpdate.png ├── BitlockMove.mp4 ├── BitlockMoveEnum.png └── BitlockMovePoC.png /BitlockMove.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/BitlockMove.sln -------------------------------------------------------------------------------- /BitlockMove/BitlockMove.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/BitlockMove/BitlockMove.csproj -------------------------------------------------------------------------------- /BitlockMove/FileDrop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/BitlockMove/FileDrop.cs -------------------------------------------------------------------------------- /BitlockMove/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/BitlockMove/Program.cs -------------------------------------------------------------------------------- /BitlockMove/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/BitlockMove/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /BitlockMove/RemoteRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/BitlockMove/RemoteRegistry.cs -------------------------------------------------------------------------------- /BitlockMove/SessionEnum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/BitlockMove/SessionEnum.cs -------------------------------------------------------------------------------- /BitlockMove/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/BitlockMove/app.config -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/README.md -------------------------------------------------------------------------------- /images/BAAClsid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/images/BAAClsid.png -------------------------------------------------------------------------------- /images/BaaUpdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/images/BaaUpdate.png -------------------------------------------------------------------------------- /images/BitlockMove.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/images/BitlockMove.mp4 -------------------------------------------------------------------------------- /images/BitlockMoveEnum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/images/BitlockMoveEnum.png -------------------------------------------------------------------------------- /images/BitlockMovePoC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtecCyberSec/BitlockMove/HEAD/images/BitlockMovePoC.png --------------------------------------------------------------------------------