acme-tiny is a minimal ACME client implemented as a single-file Python script that automates obtaining and renewing SSL/TLS certificates from a Certificate Authority using the Automated Certificate Management Environment (ACME) protocol. It relies on OpenSSL command-line tools for key generation and certificate signing request creation, and uses file-based HTTP validation to verify domain ownership by placing a token file on the web server. Designed for fully automated certificate lifecycle management, acme-tiny is intended to be executed periodically by a system scheduler like cron, checking
This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo
Infect is a single-file shell script designed for Android device exploitation, enabling the generation of malicious links that, when opened on a target device, trigger the deletion of internal storage. The tool operates within the Termux Android terminal emulator and relies on manual distribution of the generated link by the attacker.
الميزات الرئيسية لـ noob-hackers/infect هي: Exploitation Tools, Manual Link Distribution, Android Storage Paths, Malicious Link Generators, Payload Execution Environments, Single-File Script Patterns, Vulnerability Simulation, Link-Based Payload Delivery.
تشمل البدائل مفتوحة المصدر لـ noob-hackers/infect: diafygi/acme-tiny — acme-tiny is a minimal ACME client implemented as a single-file Python script that automates obtaining and renewing… jerry-git/learn-python3 — This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured…