cookie

ما از کوکی‌ها برای بهبود تجربه مرور شما استفاده می‌کنیم. با کلیک کردن بر روی «پذیرش همه»، شما با استفاده از کوکی‌ها موافقت می‌کنید.

Advertising posts
1 188مشترکین
-124 ساعت
-27 روز
+22630 روز

در حال بارگیری داده...

معدل نمو المشتركين

در حال بارگیری داده...

1
VMware workstation pro latest version keys list HY0W0-8NK11-HJ4D8-02AE2-1GH54 JV4RK-4Y29N-MJ5F8-12CXP-8L836 5F4RU-D5351-4J8V1-0U2X2-06078 1Y2R0-AHJ9P-4J8L0-1997P-C3056 HZ0TA-DX280-0J0D0-00AZ2-8FA56 0Z4WU-AZ04L-0J919-1C9EK-9QALD 4U4JR-6ML9Q-4JDT0-0CAZ2-8CHQ8 HY492-4Q217-0JD48-021E0-8PH46 5U4HH-2Q053-MJE20-108ZP-CZ8Q6 MZ6MR-AVL13-0J5N0-1T87K-2YKPD JV6W2-6VJDH-MJ0Y9-11AQH-2PH16 0Y0W8-AJ147-0J0T8-0TAN2-9GKH6 4U2NR-FLL5Q-HJ4H9-0J8N4-AY0ND HV4WK-DR015-MJ559-1C15P-9C8N6 4A692-07KE0-4JE11-0R9E2-AY0P2
نمایش همه...
🎉 3👍 1🥰 1
from pyrogram import Client, filters import requests import random
api_id = 123456 #--Add your Api Id here api_hash = 'apihash' #--Enter Api Hash Here token = 'bottoken' #--Enter Bot Token Here. emojis = ["👍", "👎", "❤", "🔥", "🥰", "👏", "😁", "🤔", "🤯", "😱", "🤬", "😢", "🎉", "🤩", "🤮", "💩", "🙏", "👌", "🕊", "🤡", "🥱", "🥴", "😍", "🐳", "❤‍🔥", "🌚", "🌭", "💯", "🤣", "⚡", "🍌", "🏆", "💔", "🤨", "😐", "🍓", "🍾", "💋", "🖕", "😈", "😴", "😭", "🤓", "👻", "👨‍💻", "👀", "🎃", "🙈", "😇", "😨", "🤝", "✍", "🤗", "🫡", "🎅", "🎄", "☃", "💅", "🤪", "🗿", "🆒", "💘", "🙉", "🦄", "😘", "💊", "🙊", "😎", "👾", "🤷‍♂", "🤷", "🤷‍♀", "😡"] app = Client("my_bot", api_id=api_id, api_hash=api_hash, bot_token=token) @app.on_message() async def react_to_message(client, message):     chat_id = message.chat.id     message_id = message.id         # Choose a random emoji from the list     random_emoji = random.choice(emojis)         url = f'https://api.telegram.org/bot{token}/setMessageReaction'     # Parameters for the request     params = {         'chat_id': chat_id,         'message_id': message_id,         'reaction': [{             "type": "emoji",             "emoji": random_emoji         }]     }     response = requests.post(url, json=params)     if response.status_code == 200:         print("Reaction set successfully!")         print("Response content:", response.content)     else:         print(f"Failed to set reaction. Status code: {response.status_code}")         print("Response content:", response.content)     app.run()
🚀Here is a sample code to Automatic Give Random reaction using Telegram Bot when any one send message to bot or group.
نمایش همه...
نمایش همه...
New Microsoft Incident Response guide simplifies threat investigation | Microsoft Security Blog

Read this practical guide on digital forensics from Microsoft's Incident Response team to fortify your organization's cybersecurity defense.

Here, dear sysadmins.
نمایش همه...
Repost from N/a
Burp Suite Professional v2024.3.1.2 + BurpBounty_Pro 2.8.0 + JDK 22 pass: 311138 README (en+ru) inside, plz read it before run BS. Happy Hacking! 🥳 Run with Java SE JDK 22
نمایش همه...
🎉 1
نمایش همه...
نمایش همه...
GitHub - securityjoes/MasterParser: MasterParser is a powerful DFIR tool designed for analyzing and parsing Linux logs

MasterParser is a powerful DFIR tool designed for analyzing and parsing Linux logs - securityjoes/MasterParser

نمایش همه...
GitHub - exadel-inc/CompreFace: Leading free and open-source face recognition system

Leading free and open-source face recognition system - exadel-inc/CompreFace