uk
Feedback
xtawb

xtawb

Відкрити в Telegram

🚩 Channel was restricted by Telegram

Показати більше
Немає даних
Підписники
-324 години
-197 днів
-2430 днів
Архів дописів
photo content

photo content

photo content

- Ligolo-ng Tool Ligolo-ng is an open-source tool used to create encrypted network tunnels using the TLS protocol. It is primarily used in penetration testing to help testers access internal networks through a secure channel. ˣᵗᵃʷᵇ$$ Tool Features 1. Ease of Use: A user-friendly interface makes it easy to create tunnels. 2. Security: Uses TLS protocol to ensure that tunnels are encrypted and secure. 3. Multi-system Support: The tool can run on multiple systems such as Linux and Windows. ˣᵗᵃʷᵇ$$ How to Install and Use on Kali Linux 1. Update the System:     
    sudo apt update
    sudo apt upgrade -y
    
2. Install Required Dependencies:     
    sudo apt install golang-go -y
    
3. Download Ligolo-ng:     
    git clone https://github.com/sysdream/ligolo-ng.git
    cd ligolo-ng
    
4. Build the Project:     
    make
    
5. Run Ligolo-ng:     - On the attacker's machine (Client):         
        ./ligolo-ng-client -server [server_ip]:[server_port] -proxy
        
    - On the victim's machine (Agent):         
        ./ligolo-ng-agent -server [server_ip]:[server_port]
        
ˣᵗᵃʷᵇ$$ Using the Tool on Termux Yes, Ligolo-ng can be used on the Termux application, provided the appropriate Golang environment is available. 1. Install Golang:     
    pkg install golang
    
2. Download Ligolo-ng:     
    git clone https://github.com/sysdream/ligolo-ng.git
    cd ligolo-ng
    
3. Build the Project:     
    make
    
4. Run Ligolo-ng:     - On the attacker's machine (Client):         
        ./ligolo-ng-client -server [server_ip]:[server_port] -proxy
        
    - On the victim's machine (Agent):         
        ./ligolo-ng-agent -server [server_ip]:[server_port]
        
---//---//---//---//---//--- - أداة Ligolo-ng Ligolo-ng هي أداة مفتوحة المصدر تُستخدم لإنشاء أنفاق شبكية مشفرة باستخدام بروتوكول TLS. تُستخدم الأداة بشكل رئيسي في اختبارات الاختراق حيث تساعد المختبرين على الوصول إلى الشبكات الداخلية عبر قناة آمنة. $$ ميزات الأداة 1. سهولة الاستخدام: واجهة سهلة الاستخدام تجعل من السهل إنشاء الأنفاق. 2. الأمان: تستخدم بروتوكول TLS لضمان أن الأنفاق مشفرة وآمنة. 3. الدعم المتعدد للأنظمة: يمكن تشغيل الأداة على أنظمة متعددة مثل لينكس وويندوز. $$ طريقة التحميل والاستخدام على كالي لينكس 1. تحديث النظام:     
    sudo apt update
    sudo apt upgrade -y
    
2. تثبيت المتطلبات الأساسية:     
    sudo apt install golang-go -y
    
3. تنزيل Ligolo-ng:     
    git clone https://github.com/sysdream/ligolo-ng.git
    cd ligolo-ng
    
4. بناء المشروع:     
    make
    
5. تشغيل Ligolo-ng:     - على جهاز المهاجم (Client):         
        ./ligolo-ng-client -server [server_ip]:[server_port] -proxy
        
    - على جهاز الضحية (Agent):         
        ./ligolo-ng-agent -server [server_ip]:[server_port]
        
$$ استخدام الأداة على Termux نعم، يمكن استخدام Ligolo-ng على تطبيق Termux بشرط توفر بيئة Golang المناسبة. 1. تثبيت Golang:     
    pkg install golang
    
2. تنزيل Ligolo-ng:     
    git clone https://github.com/sysdream/ligolo-ng.git
    cd ligolo-ng
    
3. بناء المشروع:     
    make
    
4. تشغيل Ligolo-ng:     - على جهاز المهاجم (Client):         
        ./ligolo-ng-client -server [server_ip]:[server_port] -proxy
        
    - على جهاز الضحية (Agent):         
        ./ligolo-ng-agent -server [server_ip]:[server_port]
        

photo content

photo content

photo content

- Sharpshooter Tool         Advanced Phishing Attack Generation Tool Introduction: Sharpshooter is a powerful tool designed for generating advanced phishing attacks, primarily used by cybersecurity professionals. It allows users to create custom payloads that can be delivered through various channels such as email and websites. Features: 1. Custom Payload Generation: Users can create payloads tailored to their attack needs. 2. Ease of Use: It offers a simple and user-friendly interface, making it accessible even for beginners. 3. Integration with Other Tools: Sharpshooter can be used in conjunction with other tools to enhance the effectiveness of attacks. How to Use: 1. Installation on Kali Linux:    - Open the terminal and use the following commands to download and install the tool:      
     git clone https://github.com/mdsecactivebreach/SharpShooter.git
     cd SharpShooter
     pip install -r requirements.txt
     
2. Creating a Payload:    - After installation, you can use the tool to create a custom payload with the following command:      
     python SharpShooter.py --payload <payload_type> --output <filename>
     
   - Example for creating a payload:      
     python SharpShooter.py --payload hta --output malicious.hta
     
Usage in Termux: Unfortunately, Sharpshooter cannot be used directly in the Termux application on mobile devices as it requires a specific runtime environment that is not fully supported in Termux. ---//---//---//---//--- - Sharpshooter اداه           أداة توليد هجمات التصيد الاحتيالي المتقدمة مقدمة: Sharpshooter هي أداة قوية لتوليد هجمات التصيد الاحتيالي مصممة للاستخدام من قبل المختصين في الأمن السيبراني. تم تطويرها لتوليد حمولات مخصصة يمكن استخدامها لاستهداف الأنظمة عبر مجموعة متنوعة من القنوات مثل البريد الإلكتروني والمواقع الإلكترونية. ميزات الأداة: 1. توليد حمولات مخصصة: يمكن للمستخدمين إنشاء حمولات مخصصة تلائم احتياجات الهجوم. 2. سهولة الاستخدام: واجهة مستخدم بسيطة وسهلة الاستخدام، حتى للمستخدمين الجدد. 3. التكامل مع أدوات أخرى: يمكن استخدام Sharpshooter مع أدوات أخرى لتعزيز فعالية الهجمات. كيفية الاستخدام: 1. التثبيت على كالي لينكس:    - افتح التيرمينال واستخدم الأوامر التالية لتحميل وتثبيت الأداة:      
     git clone https://github.com/mdsecactivebreach/SharpShooter.git
     cd SharpShooter
     pip install -r requirements.txt
     
2. إنشاء حمولة:    - بعد التثبيت، يمكنك استخدام الأداة لإنشاء حمولة مخصصة عبر الأمر التالي:      
     python SharpShooter.py --payload <نوع الحمولة> --output <اسم الملف>
     
   - مثال لإنشاء حمولة:      
     python SharpShooter.py --payload hta --output malicious.hta
     
الاستخدام في تيرمكس: للأسف، لا يمكن استخدام Sharpshooter مباشرة في تطبيق تيرمكس على الهاتف نظرًا لأن الأداة تتطلب بيئة تشغيل معينة غير مدعومة بالكامل في تيرمكس.

photo content

2. تحميل الأداة:    
   git clone https://github.com/example/sploitscan.git
   cd sploitscan
   
3. تثبيت المتطلبات:    
   pip install -r requirements.txt
   
4. تشغيل الأداة:    
   python sploitscan.py
   
الاستخدام: يمكنك استخدام Sploitscan لفحص واستغلال الثغرات في الأنظمة المختلفة. على سبيل المثال، يمكنك فحص تطبيق ويب باستخدام الأداة كما يلي:
python sploitscan.py -u http://example.com -m web
خاتمة: Sploitscan هي أداة قوية ومرنة توفر حلولًا متقدمة لاختبار الاختراق وتحليل الثغرات. من خلال واجهتها السهلة الاستخدام وقدراتها المتقدمة، تعد خيارًا ممتازًا للمتخصصين في الأمن السيبراني.

- Sploitscan Tool                                      Everything You Need to KnoW Introduction: Sploitscan is a powerful tool used in penetration testing and security analysis. This tool aims to scan and exploit security vulnerabilities in various systems and applications. Sploitscan provides a user-friendly interface with a range of powerful options that help cybersecurity professionals discover and exploit vulnerabilities effectively. Features of Sploitscan: 1. Simple User Interface: It offers an easy-to-use interface that allows users to perform scanning and exploitation operations easily. 2. Support for Multiple Protocols: The tool supports multiple protocols such as HTTP, FTP, SSH, and more. 3. Continuous Updates: The tool is regularly updated to add new vulnerabilities and modern exploitation techniques. 4. Detailed Reports: The tool provides detailed reports on discovered vulnerabilities and weaknesses in the system. Usage: On Kali Linux: 1. Download the tool:    Open the terminal and execute the following commands to download the tool:    
   git clone https://github.com/example/sploitscan.git
   cd sploitscan
   
2. Install dependencies:    Before running the tool, make sure to install all necessary dependencies:    
   pip install -r requirements.txt
   
3. Run the tool:    After installing the dependencies, you can run the tool using the following command:    
   python sploitscan.py
   
On Termux (mobile): Sploitscan can be used on the Termux app with a few additional steps: 1. Update and install git and python:    
   pkg update && pkg upgrade
   pkg install git
   pkg install python
   
2. Download the tool:    
   git clone https://github.com/example/sploitscan.git
   cd sploitscan
   
3. Install dependencies:    
   pip install -r requirements.txt
   
4. Run the tool:    
   python sploitscan.py
   
Usage: You can use Sploitscan to scan and exploit vulnerabilities in different systems. For example, you can scan a web application using the tool as follows:
python sploitscan.py -u http://example.com -m web
Conclusion: Sploitscan is a powerful and flexible tool that provides advanced solutions for penetration testing and vulnerability analysis. With its user-friendly interface and advanced capabilities, it is an excellent choice for cybersecurity professionals. ---//---//---//---//---//--- - أداة Sploitscan                              كل ما تحتاج لمعرفته مقدمة: Sploitscan هي أداة قوية تستخدم في مجال اختبار الاختراق والتحليل الأمني. تهدف هذه الأداة إلى فحص واستغلال الثغرات الأمنية في الأنظمة والتطبيقات المختلفة. توفر Sploitscan واجهة سهلة الاستخدام مع مجموعة من الخيارات القوية التي تساعد المتخصصين في الأمن السيبراني على اكتشاف الثغرات واستغلالها بفعالية. ميزات Sploitscan: 1. واجهة مستخدم بسيطة: توفر واجهة سهلة الاستخدام تمكن المستخدمين من إجراء عمليات الفحص والاستغلال بسهولة. 2. دعم العديد من البروتوكولات: تدعم الأداة العديد من البروتوكولات مثل HTTP, FTP, SSH وغيرها. 3. تحديثات مستمرة: يتم تحديث الأداة بانتظام لإضافة ثغرات جديدة وتقنيات استغلال حديثة. 4. تقارير مفصلة: تقدم الأداة تقارير مفصلة عن الثغرات المكتشفة ونقاط الضعف في النظام. طريقة الاستخدام: في كالي لينكس: 1. تحميل الأداة:    افتح التيرمينال وقم بتنفيذ الأوامر التالية لتحميل الأداة:    
   git clone https://github.com/example/sploitscan.git
   cd sploitscan
   
2. تثبيت المتطلبات:    قبل تشغيل الأداة، تأكد من تثبيت جميع المتطلبات الضرورية:    
   pip install -r requirements.txt
   
3. تشغيل الأداة:    بعد تثبيت المتطلبات، يمكنك تشغيل الأداة باستخدام الأمر التالي:    
   python sploitscan.py
   
في Termux على الهاتف: يمكن استخدام Sploitscan على تطبيق Termux مع بعض الخطوات الإضافية: 1. تحديث وتثبيت git و python:    
   pkg update && pkg upgrade
   pkg install git
   pkg install python
   

photo content

- HORST Tool What is the HORST Tool? HORST, which stands for "Highly Optimized Radio Scanning Tool," is an open-source tool used for fast and efficient Wi-Fi network analysis. HORST is a powerful tool for users interested in wireless network security and traffic analysis. Features of HORST: 1. Live Monitoring: HORST displays real-time information about devices connected to the network and the traffic between them. 2. Traffic Analysis: It analyzes data packets and provides detailed information about them. 3. Ease of Use: It offers a simple user interface that allows users to navigate easily between different options. How to Use HORST Tool: 1. Download and Install HORST on Kali Linux: You can download and install HORST using the following commands in the Kali Linux terminal:
   sudo apt update
   sudo apt install horst
   
2. Run the HORST Tool: To run the tool, execute the following command:
   sudo horst
   
3. Analyze Wireless Networks: After launching the tool, you can specify the wireless interface you want to monitor. By default, the tool will start monitoring available interfaces and analyzing traffic. Can HORST Be Used in Termux on Mobile? HORST cannot be used directly in the Termux application on mobile because the tool relies on libraries and tools that are not typically available in the limited Termux environment. ---//---//---//---//--- - اداه HORST ما هي أداة HORST؟ HORST، التي تعني "Highly Optimized Radio Scanning Tool"، هي أداة مفتوحة المصدر تُستخدم لتحليل شبكات Wi-Fi بشكل سريع وفعّال. تُعتبر HORST أداة قوية للمستخدمين المهتمين بأمن الشبكات اللاسلكية والمهتمين بتحليل حركة المرور على الشبكات. مميزات أداة HORST: 1. مراقبة حية: تعرض HORST المعلومات في الوقت الحقيقي عن الأجهزة المتصلة بالشبكة وحركة المرور بينها. 2. تحليل حركة المرور: تقوم بتحليل حزم البيانات وتعرض معلومات مفصلة حولها. 3. سهولة الاستخدام: توفر واجهة مستخدم بسيطة تُمكّن المستخدم من التنقل بسهولة بين الخيارات المختلفة. طريقة استخدام أداة HORST: 1. تنزيل وتثبيت HORST على كالي لينكس: يمكنك تنزيل وتثبيت HORST باستخدام الأوامر التالية في ترمينال كالي لينكس:
   sudo apt update
   sudo apt install horst
   
2. تشغيل أداة HORST: لتشغيل الأداة، قم بتنفيذ الأمر التالي:
   sudo horst
   
3. تحليل الشبكات اللاسلكية: بعد تشغيل الأداة، يمكنك تحديد الواجهة اللاسلكية التي تريد مراقبتها. افتراضياً، ستبدأ الأداة في مراقبة الواجهات المتاحة وتحليل حركة المرور. هل يمكن استخدام HORST في تطبيق تيرمكس على الهاتف؟ لا يُمكن استخدام HORST مباشرة في تطبيق تيرمكس على الهاتف لأن الأداة تعتمد على مكتبات وأدوات لا تتوفر عادة في بيئة تيرمكس المحدودة.

photo content

photo content

photo content

- mitm6 Tool A Comprehensive Guide The mitm6 tool is an open-source utility used to conduct Man-in-the-Middle (MITM) attacks on IPv6 networks. It is primarily used in penetration testing to exploit vulnerabilities in network configurations that rely on the IPv6 protocol. Features and Uses: 1. Discover and Exploit IPv6 Protocol Vulnerabilities: mitm6 helps identify and exploit vulnerabilities in IPv6 networks, allowing attackers to access sensitive data. 2. Execute MITM Attacks: The tool can execute MITM attacks on network traffic, enabling attackers to intercept and modify data. 3. Integration with Other Tools: mitm6 can be integrated with other penetration testing tools like Responder and Bettercap to enhance attack capabilities. How to Download and Use on Kali Linux: To install mitm6 on Kali Linux, follow these steps: 1. Update the System:
    sudo apt update && sudo apt upgrade -y
    
2. Install mitm6:
    sudo apt install mitm6
    
3. Using mitm6: To run the tool, use the following command:
    sudo mitm6 -d yourdomain.com
    
Where "yourdomain.com" is the domain you want to target. Using mitm6 on Termux: Unfortunately, the mitm6 tool is not directly supported on Termux due to technical constraints and differences between the Kali Linux environment and the Termux environment on Android. ---//---//---//---//--- - أداة mitm6 دليل شامل أداة mitm6 هي أداة مفتوحة المصدر تُستخدم لتنفيذ هجمات Man-in-the-Middle (MITM) على شبكات IPv6. تُستخدم الأداة بشكل رئيسي في اختبارات الاختراق لاستغلال نقاط الضعف في تكوينات الشبكات التي تعتمد على بروتوكول IPv6. المزايا والاستخدامات: 1. اكتشاف واستغلال نقاط الضعف في بروتوكول IPv6: يساعد mitm6 على اكتشاف نقاط الضعف واستغلالها في شبكات IPv6، مما يسمح للمهاجمين بالوصول إلى بيانات حساسة. 2. تنفيذ هجمات MITM: يمكن للأداة تنفيذ هجمات MITM على حركة المرور الشبكية، مما يمكن المهاجم من اعتراض البيانات وتعديلها. 3. التكامل مع أدوات أخرى: يمكن دمج mitm6 مع أدوات اختراق أخرى مثل Responder وBettercap لتعزيز قدرات الهجوم. طريقة التحميل والاستخدام على نظام كالي لينكس: لتثبيت mitm6 على كالي لينكس، اتبع الخطوات التالية: 1. تحديث النظام:
    sudo apt update && sudo apt upgrade -y
    
2. تثبيت mitm6:
    sudo apt install mitm6
    
3. استخدام mitm6: لتشغيل الأداة، استخدم الأمر التالي:
    sudo mitm6 -d yourdomain.com
    
حيث "yourdomain.com" هو اسم النطاق الذي تريد استهدافه. استخدام mitm6 على تطبيق Termux: مع الأسف، أداة mitm6 ليست مدعومة مباشرة على تطبيق Termux بسبب القيود التقنية واختلاف بيئة التشغيل بين نظام كالي لينكس وبيئة Termux على أندرويد.

photo content

- Getsploit Tool Getsploit is an open-source tool used to discover and exploit vulnerabilities in various software. The tool relies on the Exploit-DB database to provide vulnerabilities and exploits. Features of Getsploit: - Easy to use and operates via command line. - Relies on the constantly updated Exploit-DB database. - Allows users to quickly and easily search for vulnerabilities and their exploits. How to Use Getsploit: 1. Download and install the tool on Kali Linux:    
   sudo apt update
   sudo apt install git
   git clone https://github.com/vulnersCom/getsploit
   cd getsploit
   sudo python3 setup.py install
   
2. Search for vulnerabilities using Getsploit:    After installing the tool, you can start using it to search for vulnerabilities and exploits. For example:    
   getsploit -s <software name or vulnerability type>
   
Can Getsploit be used in the Termux app on a phone? Yes, Getsploit can be installed and used in the Termux app on a phone by following these steps: 1. Install and update Termux:    
   pkg update && pkg upgrade
   
2. Install Git and Python:    
   pkg install git python
   
3. Download and install Getsploit:    
   git clone https://github.com/vulnersCom/getsploit
   cd getsploit
   python3 setup.py install
   
4. Search for vulnerabilities using Getsploit in Termux:    
   getsploit -s <software name or vulnerability type>
   
By following these steps, you can effectively utilize Getsploit for vulnerability discovery and exploitation on both Kali Linux and Termux. ---//---//---//---//--- - أداة Getsploit Getsploit هي أداة مفتوحة المصدر تستخدم لاكتشاف واستغلال الثغرات الأمنية الموجودة في البرمجيات المختلفة. تعتمد الأداة على قاعدة بيانات Exploit-DB لتوفير الثغرات واستغلالاتها. مميزات Getsploit: - سهلة الاستخدام وتعمل عبر سطر الأوامر. - تعتمد على قاعدة بيانات Exploit-DB المحدثة باستمرار. - تتيح للمستخدمين البحث عن ثغرات واستغلالاتها بسرعة وسهولة. طريقة استخدام Getsploit: 1. تحميل وتثبيت الأداة على نظام كالي لينكس:    
   sudo apt update
   sudo apt install git
   git clone https://github.com/vulnersCom/getsploit
   cd getsploit
   sudo python3 setup.py install
   
2. البحث عن ثغرات باستخدام Getsploit:    بعد تثبيت الأداة، يمكنك البدء في استخدامها للبحث عن الثغرات واستغلالاتها. مثال على ذلك:    
   getsploit -s <اسم البرمجية أو نوع الثغرة>
   
هل يمكن استخدام Getsploit في تطبيق Termux على الهاتف؟ نعم، يمكن تثبيت واستخدام Getsploit في تطبيق Termux على الهاتف باتباع الخطوات التالية: 1. تثبيت Termux وتحديثه:    
   pkg update && pkg upgrade
   
2. تثبيت Git و Python:    
   pkg install git python
   
3. تحميل وتثبيت Getsploit:    
   git clone https://github.com/vulnersCom/getsploit
   cd getsploit
   python3 setup.py install
   
4. البحث عن ثغرات باستخدام Getsploit في Termux:    
   getsploit -s <اسم البرمجية أو نوع الثغرة>
   

photo content