https://github.com/helloyunho/durango-portal
Packed with useful utils for Xbox One/Series consoles.
https://github.com/helloyunho/durango-portal
xbox xbox-one xbox-series
Last synced: 2 months ago
JSON representation
Packed with useful utils for Xbox One/Series consoles.
- Host: GitHub
- URL: https://github.com/helloyunho/durango-portal
- Owner: Helloyunho
- License: apache-2.0
- Created: 2024-10-05T14:43:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T07:23:44.000Z (7 months ago)
- Last Synced: 2025-04-03T02:02:55.307Z (3 months ago)
- Topics: xbox, xbox-one, xbox-series
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Durango Portal
Packed with useful utils for Xbox One/Series consoles.
## Building
1. Prepare **Windows** environment
- .NET SDK 8.0
- Windows SDK **10.0.22621.0**
- Node.js or Bun
2. Clone the repository
3. Build the client
- `cd client`
- `npm install` or `bun install`
- `npm run build` or `bun build`
4. Copy `C:\Windows\System32\WinMetadata\Windows.Xbox.winmd` from Xbox to `server/winmd/Windows.Xbox.winmd`
5. Build the server
- `cd server`
- `dotnet build`
- Copy the contents in `bin//net8.0-windows10.0.22621.0` to your USB drive or Xbox using sftp## Running
1. (Only do this once) Download .NET SDK 8.0 Windows x64 Binaries from [here](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
2. (Also do this once) Unzip the binaries and copy it to your USB drive or Xbox using sftp
3. (If you're using a USB drive) Plug the USB drive into your Xbox
4. Open reverse shell on your Xbox and navigate(cd) to .NET folder
5. Run the server
- `dotnet path\to\durango-portal.dll`
6. Open the browser and navigate to `http://XBOX-IP-HERE:24`