Skip to content

Instantly share code, notes, and snippets.

View anonymousik's full-sized avatar

πŸ…½Ι¨Σ„Φ…ΚΚŠ|Nieznany|Ferro| anonymousik

View GitHub Profile
@anonymousik
anonymousik / loader_anim_secferro.html
Last active April 8, 2026 00:51
MODERN LOADING HTML5 TEMPLATE | @anonymousik (#CSS #HTML #TEMPLATE #CYBERSEC #TECH_STYLE #SECFERRO ))
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loader Animation</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
@anonymousik
anonymousik / USAGE.md
Created March 23, 2026 12:41
smarttube_cfg_tweaker

UΕΌycie

PeΕ‚ny tryb

python3 smarttube_config.py --device 192.168.1.3:5555

PodglΔ…d co zostaΕ‚oby zmienione (bez zapisu)

python3 smarttube_config.py --dry-run --device 192.168.1.3:5555

SprawdΕΊ zawartoΕ›Δ‡ istniejΔ…cego ZIP

python3 smarttube_config.py --show /Ε›cieΕΌka/SmartTubeBackup.zip

@anonymousik
anonymousik / USAGE.md
Created March 21, 2026 13:11
autopilot_updater_reloaded

PRZYKŁADY:

python3 autopilot_updater.py --check

python3 autopilot_updater.py --install

python3 autopilot_updater.py --rollback

python3 autopilot_updater.py --history

@anonymousik
anonymousik / SecFERRO_QTSC_SECURITY_v2.0.0_.sh
Last active March 19, 2026 11:08
# System Hardening, Privacy Protection, Firewall Management
#!/data/data/com.termux/files/usr/bin/bash
# ═══════════════════════════════════════════════════════════════════════════
# QTCS SECURITY MODULE v2.0.0
# System Hardening, Privacy Protection, Firewall Management
# ═══════════════════════════════════════════════════════════════════════════
@anonymousik
anonymousik / AutoPilot(v15.0.0).py
Last active March 7, 2026 12:14
PlayBox Titanium β€” Autopilot v15.0 **Precision Android TV optimization suite for Sagemcom DCTIW362P (PLAYBox)** > BCM72604 Β· Cortex-A15 Β· Android TV 9 Β· Kernel 4.9.190 Β· ARMv7
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
╔══════════════════════════════════════════════════════════════════════════════╗
β•‘ PLAYBOX TITANIUM v15.0 β€” Smart + Emergency + LiveMonitor + BatchADB β•‘
β•‘ Target : Sagemcom DCTIW362P | Android TV 9 API 28 | PTT1.190826.001 β•‘
β•‘ Kernel : 4.9.190-1-6pre armv7l β•‘
╠══════════════════════════════════════════════════════════════════════════════╣
β•‘ REAL HARDWARE (verified from live getprop dump): β•‘
β•‘ CPU : ARMv7 Cortex-A15 dual-core @ ~1.0 GHz β•‘
@anonymousik
anonymousik / hotfix_tmux.sh
Last active February 27, 2026 04:33
SecFerro Β· RouterOS Lab Installer
#!/data/data/com.termux/files/usr/bin/bash
# ============================================================
# SecFerro Β· HOTFIX v1.0
# Naprawia wszystkie problemy wykryte w sesji diagnostycznej
#
# Uruchom: bash hotfix.sh
# ============================================================
set -uo pipefail
@anonymousik
anonymousik / Autopilot_v14_TITAN.py
Created February 26, 2026 15:09
feat(v14): WiFiInfo+Benchmark+Watchdog+CrashAnalyzer+QuickTools β€” 5 new modules, live WiFi banner, auto-healing daemon, BCM7362 performance norms, 69/69 checks
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
╔══════════════════════════════════════════════════════════════════════════════╗
β•‘ PLAYBOX TITANIUM v14.0 β•‘
β•‘ Target : Sagemcom DCTIW362P | Android TV 9 API 28 | PTT1.190826.001 β•‘
β•‘ Kernel : 4.9.190-1-6pre armv7l β•‘
╠══════════════════════════════════════════════════════════════════════════════╣
β•‘ REAL HARDWARE (verified from live getprop dump): β•‘
β•‘ CPU : ARMv7 Cortex-A15 dual-core @ ~1.0 GHz β•‘
@anonymousik
anonymousik / Autopilot_v13.1_PRECISION(Fixed)
Last active March 19, 2026 01:28
feat(v13): analysis compliance β€” Vulkan guard, render_thread, offload profile, 6 TCP keys, SystemTweaks+rollback, GMS appops-only, PerfDiag gfxinfo/meminfofix(DResult): add Optional[Any] annotation to fix_fn β€” @DataClass ignores unannotated class vars
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
╔══════════════════════════════════════════════════════════════════════════════╗
β•‘ PLAYBOX TITANIUM v13.0 PRECISION β€” Hardware-Targeted Edition β•‘
β•‘ Target : Sagemcom DCTIW362P | Android TV 9 API 28 | PTT1.190826.001 β•‘
β•‘ Kernel : 4.9.190-1-6pre armv7l β•‘
╠══════════════════════════════════════════════════════════════════════════════╣
β•‘ REAL HARDWARE (verified from live getprop dump): β•‘
β•‘ CPU : ARMv7 Cortex-A15 dual-core @ ~1.0 GHz β•‘
@anonymousik
anonymousik / AutoPilot_v13Ultra
Created February 25, 2026 06:02
fix(v13): hardware-grounded from live getprop β€” 12 targeted fixes, PSI-LMK, A15-idiv, V3D-fence, MMA, TCP-FO v3 β€” Hardware-Targeted Edition
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
╔══════════════════════════════════════════════════════════════════════════════╗
β•‘ PLAYBOX TITANIUM v13.0 PRECISION β€” Hardware-Targeted Edition β•‘
β•‘ Target : Sagemcom DCTIW362P | Android TV 9 API 28 | PTT1.190826.001 β•‘
β•‘ Kernel : 4.9.190-1-6pre armv7l β•‘
╠══════════════════════════════════════════════════════════════════════════════╣
β•‘ REAL HARDWARE (verified from live getprop dump): β•‘
β•‘ CPU : ARMv7 Cortex-A15 dual-core @ ~1.0 GHz β•‘
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
╔══════════════════════════════════════════════════════════════════════════════╗
β•‘ PLAYBOX TITANIUM v11.0 ULTRA β€” SmartTube + Chromecast EDITION β•‘
β•‘ Target : Sagemcom DCTIW362P | Android TV 9 (API 28) | Broadcom m362 β•‘
β•‘ Focus : Max SmartTube/Video Performance + Chromecast Service Protection β•‘
β•‘ Author : Anonymousik / SecFerro Division β•‘
β•‘ Date : 2026-02 β•‘
╠══════════════════════════════════════════════════════════════════════════════╣