Tul xxx Tul
User / IP
:
216.73.217.33
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
aircan.me
/
public_html
/
ventas
/
scripts
/
Viewing: generar-apk.ps1
# Generador de APK para Clientes - LC Design param( [Parameter(Mandatory=$true)] [string]$NombreCliente, [Parameter(Mandatory=$true)] [string]$IPServidor ) $ErrorActionPreference = "Stop" $ProjectRoot = Split-Path -Parent $PSScriptRoot Write-Host "============================================" -ForegroundColor Cyan Write-Host " GENERADOR DE APK PARA CLIENTES" -ForegroundColor Cyan Write-Host " LC Design - Sistema de Ventas" -ForegroundColor Cyan Write-Host "============================================" -ForegroundColor Cyan Write-Host "" Write-Host "Cliente: $NombreCliente" -ForegroundColor Yellow Write-Host "IP: $IPServidor" -ForegroundColor Yellow Write-Host "" # Actualizar capacitor.config.json $config = @{ appId = "com.ventas.completa" appName = "Ventas $NombreCliente" webDir = "capacitor-app" server = @{ url = "http://$IPServidor" cleartext = $true androidScheme = "http" } android = @{ allowMixedContent = $true captureInput = $true webContentsDebuggingEnabled = $false } } Write-Host "[1/4] Actualizando configuracion..." -ForegroundColor Green $config | ConvertTo-Json -Depth 3 | Set-Content "$ProjectRoot\capacitor.config.json" -Encoding UTF8 Write-Host "[2/4] Sincronizando con Android..." -ForegroundColor Green Set-Location $ProjectRoot npx cap sync android Write-Host "[3/4] Generando APK..." -ForegroundColor Green Set-Location "$ProjectRoot\android" .\gradlew.bat assembleRelease $apkSource = "$ProjectRoot\android\app\build\outputs\apk\release\app-release-unsigned.apk" $apkDest = "$ProjectRoot\apks" if (Test-Path $apkSource) { Write-Host "[4/4] Copiando APK..." -ForegroundColor Green if (-not (Test-Path $apkDest)) { New-Item -ItemType Directory -Path $apkDest | Out-Null } $fileName = "Ventas_$($NombreCliente -replace ' ','_').apk" Copy-Item $apkSource "$apkDest\$fileName" -Force Write-Host "" Write-Host "============================================" -ForegroundColor Green Write-Host " APK GENERADO EXITOSAMENTE!" -ForegroundColor Green Write-Host "============================================" -ForegroundColor Green Write-Host "" Write-Host "Archivo: apks\$fileName" -ForegroundColor Yellow Write-Host "Cliente: $NombreCliente" -ForegroundColor Yellow Write-Host "IP: $IPServidor" -ForegroundColor Yellow } else { Write-Host "ERROR: No se pudo generar el APK" -ForegroundColor Red } Set-Location $ProjectRoot
Coded With 💗 by
0x6ick