Can you recover when it matters most? Take this quick assessment to identify gaps and build greater recovery confidence.
Is your recovery strategy as strong as you think? Take this quick self-assessment to check your recovery readiness and gain tailored insights. In only 2 minutes, you'll learn where you fall on the recovery readiness scale.
Take the Assessment
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
Petoron P2P Messenger (P-P2P-M)
Architecture: Pure P2P - no servers, no databases
Key storage: Keys generated in memory, never stored, erased after use
Metadata: Only IP and port exist during the session - everything else is encrypted & obfuscated
Encryption: PQS v1.2 - PBKDF2-HMAC-SHA256 (200k), BLAKE2s-MAC, custom stream cipher + fake padding
Authentication: BLAKE2s-MAC (16 bytes) - instant failure on any data change
Packet obfuscation: --stealth mode - padding, hidden structures
Connection: Direct peer-to-peer only
Anonymity: No accounts, logins, or phone numbers
Third-party access: Impossible without physical access to both peers during session
History: No storage — all in RAM, wiped on close
Message size: Limited only by RAM & MTU — no artificial limits
External dependencies: None
DPI/blocking resistance: Harder to detect, can be masked
Autonomy: Fully offline until peers connect
26.01.26 Add pqs_chat_tor.py
github.com/01alekseev/Petoron-P2P-Messenger
Python Based Brute Force Password Cracking Assistant By Clownsec
...*HONK*
Usage: wordpie.py [-h] [-o OUTPUT] [-min MIN_SIZE] [-max MAX_SIZE] [-N] [-L] [-U] [-S] [-A] [-v]
Generate a wordlist with all possible combinations of letters including:
-L (Lowercase Letters)
-U (Uppercase Letters)
-N (Numbers)
-S (Special Characters)
-A (All Characters, Numbers, and Letters)
-min (Minimum Size)
-max (Maximum Size)
-o outputfile.gz
or
-o stdout
By default -o filename.gz to create a GZ compressed text file of all the words. Use the keyword "stdout" to print to screen or for use with other programs like Aircrack-ng or Medusa
./wordpie.py | xargs -L 1 medusa -h 192.168.1.1 -u admin -M web-form -p
./wordpie.py -o stdout -A | aircrack-ng -b XX:XX:XX:XX:XX:XX -w - *.cap