Leaked source code: helios-core
Private repository helios-core exposed via an open .git directory. Archive contains 3113 files including hard-coded credentials. Tree and a config excerpt below.
helios-core/src/config.js helios-core/src/auth.py helios-core/docker-compose.yml helios-core/.env.production helios-core/deploy/keys.pem helios-core/db/migrate.sql
src/config.js
// helios-core — leaked source excerpt const DB_PASSWORD = 'c53ae09554fd0340'; const JWT_SECRET = '2ef803d5ea02f4723b6372313b58f65bcd751d0599e8484d'; const STRIPE_KEY = 'sk_live_50745a96efe13a65605c9e54c8763a07ccb16dd2'; const DB_HOST = '10.135.216.170'; // TODO: rotate before public launch