ch
Feedback
xtawb

xtawb

前往频道在 Telegram

🚩 Channel was restricted by Telegram

显示更多
无数据
订阅者
-324 小时
-197 天
-2430 天
帖子存档
- JSONBee ˣᵗᵃʷᵇ$$ Introduction to JSONBee JSONBee is a powerful and useful tool designed for extracting and analyzing data from large JSON files. It is designed to simplify the process of handling JSON data, saving time and effort required for manual analysis. Whether you are a developer, data analyst, or working in cybersecurity, JSONBee provides you with the tools needed to analyze data efficiently and quickly. ˣᵗᵃʷᵇ$$ Features of JSONBee - Ease of Use: User-friendly interface that allows users to extract data easily. - High Performance: Capable of handling large JSON files quickly and efficiently. - Flexibility: Offers a range of options and customizations for extracting data in various ways. - Integration: Can be easily integrated with other tools in the operating system. ˣᵗᵃʷᵇ$$ How to Use 1. Download the Tool: You can download JSONBee using the following commands. 2. Run the Tool: After downloading, you can run the tool using the specified commands. 3. Extract Data: You can specify your criteria to extract the required data from JSON files. ˣᵗᵃʷᵇ$$ Downloading the Tool on Kali Linux You can download JSONBee using the following terminal commands:
sudo apt-get update
sudo apt-get install jsonbee
ˣᵗᵃʷᵇ$$ Can it be used in the Termux app on a mobile phone? Yes, JSONBee can be used in the Termux app on a mobile phone. To download the tool in Termux, you can use the following commands:
pkg update
pkg install jsonbee
ˣᵗᵃʷᵇ$$ Conclusion JSONBee is an extremely useful tool for anyone who deals with JSON data regularly. Whether you are working on a Kali Linux computer or a mobile phone using Termux, the tool provides you with the ability to extract and analyze data quickly and efficiently.  ------- - JSONBee $$ مقدمة عن أداة JSONBee أداة JSONBee هي أداة قوية ومفيدة تستخدم لاستخراج وتحليل البيانات من ملفات JSON الكبيرة. تم تصميمها لتسهيل عملية التعامل مع بيانات JSON وتوفير الوقت والجهد اللازمين للتحليل اليدوي. سواء كنت مطورًا، محلل بيانات، أو تعمل في مجال الأمن السيبراني، فإن JSONBee توفر لك الأدوات اللازمة لتحليل البيانات بشكل فعال وسريع. $$ مميزات أداة JSONBee - سهولة الاستخدام: واجهة سهلة الاستخدام تتيح للمستخدمين استخراج البيانات بسهولة. - قوة الأداء: قادرة على التعامل مع ملفات JSON الكبيرة بسرعة وكفاءة. - مرونة: توفر مجموعة من الخيارات والتخصيصات لاستخراج البيانات بطرق متعددة. - تكامل: يمكن دمجها بسهولة مع أدوات أخرى في نظام التشغيل. $$ طريقة الاستخدام 1. تحميل الأداة: يمكنك تحميل JSONBee باستخدام الأوامر التالية. 2. تشغيل الأداة: بعد التحميل، يمكنك تشغيل الأداة باستخدام الأوامر المخصصة لذلك. 3. استخراج البيانات: يمكنك تحديد المعايير الخاصة بك لاستخراج البيانات المطلوبة من ملفات JSON. $$ تحميل الأداة في نظام كالي لينكس يمكنك تحميل JSONBee باستخدام أوامر التيرمينال التالية:
sudo apt-get update
sudo apt-get install jsonbee
$$ هل يمكن استخدامها في تطبيق التيرمكس على الهاتف؟ نعم، يمكن استخدام JSONBee في تطبيق التيرمكس على الهاتف. لتحميل الأداة في تيرمكس، يمكنك استخدام الأوامر التالية:
pkg update
pkg install jsonbee
$$ الخاتمة تعتبر JSONBee أداة مفيدة للغاية لأي شخص يتعامل مع بيانات JSON بشكل مستمر. سواء كنت تعمل على جهاز كمبيوتر بنظام كالي لينكس أو هاتف محمول باستخدام تيرمكس، فإن الأداة توفر لك القدرة على استخراج وتحليل البيانات بسرعة وكفاءة.

JSONBee
JSONBee

- Tplmap  ˣᵗᵃʷᵇ$$ What is Tplmap? Tplmap is an open-source tool designed to detect and exploit template injection vulnerabilities in applications. Template injection allows attackers to execute code on the server through templates used in generating dynamic web pages. ˣᵗᵃʷᵇ$$ Why Use Tplmap? Tplmap is used to test the security of applications and ensure there are no template injection vulnerabilities. These vulnerabilities can be dangerous as they allow attackers to execute malicious commands on the server, potentially leading to data theft or system control. ˣᵗᵃʷᵇ$$ How to Download Tplmap on Kali Linux: You can download Tplmap by following these steps: 1. Open the terminal in Kali Linux. 2. Execute the following commands to download the tool:     
    git clone https://github.com/epinna/tplmap
    cd tplmap
    pip install -r requirements.txt
    
ˣᵗᵃʷᵇ$$ How to Use Tplmap: After downloading the tool, you can start using it to test applications. Here’s a simple example of how to use the tool: 1. To test a specific application, execute the following command:     
    python tplmap.py -u 'http://example.com/page?param=INJECT_HERE'
    
    Replace http://example.com/page?param=INJECT_HERE with the URL of the application you want to test. ˣᵗᵃʷᵇ$$ Can Tplmap be Used in the Termux App on a Phone? Yes, Tplmap can be used in the Termux app on a phone, provided you have Python installed. ˣᵗᵃʷᵇ$$ How to Download Tplmap on Termux: You can download the tool via Termux by following these steps: 1. Open the Termux app. 2. Execute the following commands:     
    pkg update && pkg upgrade
    pkg install git
    pkg install python
    git clone https://github.com/epinna/tplmap
    cd tplmap
    pip install -r requirements.txt
    
3. Now you can use the tool in the same way as described above.  -------//--------//--------//--------//-------- - Tplmap $$ ما هي Tplmap؟ Tplmap هي أداة مفتوحة المصدر مصممة لاكتشاف واستغلال حقن القوالب (Template Injection) في التطبيقات. تسمح حقن القوالب للمهاجمين بتنفيذ تعليمات برمجية على الخادم من خلال قوالب تستخدم في إنشاء صفحات الويب الديناميكية. $$ لماذا تُستخدم Tplmap؟ Tplmap تستخدم لاختبار أمان التطبيقات والتأكد من عدم وجود ثغرات حقن القوالب. يمكن لهذه الثغرات أن تكون خطيرة لأنها تسمح للمهاجمين بتنفيذ تعليمات ضارة على الخادم، مما قد يؤدي إلى سرقة البيانات أو التحكم في النظام. $$ كيفية تحميل Tplmap على نظام كالي لينكس: يمكنك تحميل Tplmap من خلال اتباع الخطوات التالية: 1. افتح التيرمينال في كالي لينكس. 2. قم بتنفيذ الأوامر التالية لتحميل الأداة:     
    git clone https://github.com/epinna/tplmap
    cd tplmap
    pip install -r requirements.txt
    
$$ كيفية استخدام Tplmap: بعد تحميل الأداة، يمكنك البدء في استخدامها لاختبار التطبيقات. هنا مثال بسيط لاستخدام الأداة: 1. لاختبار تطبيق معين، قم بتنفيذ الأمر التالي:     
    python tplmap.py -u 'http://example.com/page?param=INJECT_HERE'
    
    حيث يجب استبدال http://example.com/page?param=INJECT_HERE بعنوان التطبيق الذي تريد اختباره. $$ هل يمكن استخدام Tplmap في تطبيق Termux على الهاتف؟ نعم، يمكن استخدام Tplmap في تطبيق Termux على الهاتف بشرط أن يكون لديك Python مثبت. $$ كيفية تحميل Tplmap على Termux: يمكنك تحميل الأداة عبر Termux باتباع الخطوات التالية: 1. افتح تطبيق Termux. 2. قم بتنفيذ الأوامر التالية:     
    pkg update && pkg upgrade
    pkg install git
    pkg install python
    git clone https://github.com/epinna/tplmap
    cd tplmap
    pip install -r requirements.txt
    
3. الآن يمكنك استخدام الأداة بنفس الطريقة الموضحة أعلاه.

We have got the shell and we can run commands to get the information.
We have got the shell and we can run commands to get the information.

The tool is scanning for vulnerabilities.
The tool is scanning for vulnerabilities.

Example 2: Exploiting the Vulnerability python3 tplmap.py –os-shell -u ‘http://www.target.com/page.php?id=1*’ In this example
Example 2: Exploiting the Vulnerability python3 tplmap.py –os-shell -u ‘http://www.target.com/page.php?id=1*’ In this example, we will be trying to gain an os shell on the target domain.

We have got one of the vulnerabilities on Engine Jinja2.
We have got one of the vulnerabilities on Engine Jinja2.

The tool is testing for each type of plugin one by one.
The tool is testing for each type of plugin one by one.

Working with Tplmap Tool on Kali Linux OS Example 1: Basic Vulnerability Scan python3 tplmap.py -u ‘http://www.target.com/pag
Working with Tplmap Tool on Kali Linux OS Example 1: Basic Vulnerability Scan python3 tplmap.py -u ‘http://www.target.com/page.php?id=1*’ In this example, we are checking for Server-Side Template Injection Vulnerabilities on the target domain.

Step 4: All the dependencies have been installed in your Kali Linux operating system. Now use the following command to run th
Step 4: All the dependencies have been installed in your Kali Linux operating system. Now use the following command to run the tool and check the help section. python3 tplmap.py --help

Step 3: You are in the directory of the tplmap. Now you have to install a dependency of the tplmap using the following comman
Step 3: You are in the directory of the tplmap. Now you have to install a dependency of the tplmap using the following command. sudo pip3 install -r requirements.txt

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to r
Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool. cd tplmap

Installation of Tplmap Tool on Kali Linux OS Step 1: Use the following command to install the tool in your Kali Linux operati
Installation of Tplmap Tool on Kali Linux OS Step 1: Use the following command to install the tool in your Kali Linux operating system. git clone https://github.com/epinna/tplmap.git

Tplmap tool
Tplmap tool

- Retire.js  ˣᵗᵃʷᵇ$$ What is Retire.js? Retire.js is an open-source tool used to detect security vulnerabilities in outdated JavaScript libraries used in web applications. The tool works by analyzing static files and web requests to identify versions of JavaScript libraries and determine if they contain known vulnerabilities. ˣᵗᵃʷᵇ$$ Uses of Retire.js - Vulnerability Detection: Scan JavaScript libraries in projects to find versions containing known security vulnerabilities. - Security: Ensure the security of web applications by using updated and vulnerability-free libraries. - Compliance: Help developers comply with security standards and recommendations. ˣᵗᵃʷᵇ$$ How to Install and Use Retire.js on Kali Linux 1. Install Node.js: Retire.js requires Node.js to run.     
    sudo apt update
    sudo apt install nodejs npm
    
2. Install Retire.js:     
    sudo npm install -g retire
    
3. Using Retire.js to Scan a Project:     - To scan a specific directory:         
        retire --path /path/to/your/project
        
    - To scan a website:         
        retire --url https://example.com
        
ˣᵗᵃʷᵇ$$ Can Retire.js be Used in Termux? Yes, Retire.js can be used in Termux on a phone, but it requires installing Node.js and npm first. Here are the steps: 1. Install Node.js and npm in Termux:     
    pkg update
    pkg install nodejs
    
2. Install Retire.js:     
    npm install -g retire
    
3. Using Retire.js:     - To scan a specific directory:         
        retire --path /path/to/your/project
        
    - To scan a website:         
        retire --url https://example.com
        
Retire.js is a powerful tool for enhancing the security of web applications by identifying and addressing vulnerabilities in JavaScript libraries. Whether you're using Kali Linux or Termux on your mobile device.  Greetings xtawb  ----- - Retire.js $$ ما هي أداة Retire.js؟ Retire.js هي أداة مفتوحة المصدر تُستخدم للكشف عن الثغرات الأمنية في مكتبات الجافاسكريبت القديمة والمستخدمة في تطبيقات الويب. تعمل الأداة عن طريق تحليل الملفات الثابتة والطلبات التي تتم عبر الويب للكشف عن إصدارات مكتبات الجافاسكريبت ومعرفة ما إذا كانت تحتوي على ثغرات معروفة. $$ استخدامات Retire.js - الكشف عن الثغرات: فحص مكتبات الجافاسكريبت في المشاريع للبحث عن الإصدارات التي تحتوي على ثغرات أمنية معروفة. - الأمان: ضمان أمان تطبيقات الويب من خلال استخدام مكتبات محدثة وخالية من الثغرات. - الامتثال: مساعدة المطورين في الامتثال لمعايير الأمان والتوصيات الأمنية. $$ كيفية تحميل واستخدام Retire.js في كالي لينكس 1. تثبيت Node.js: Retire.js يتطلب Node.js للتشغيل.     
    sudo apt update
    sudo apt install nodejs npm
    
2. تثبيت Retire.js:     
    sudo npm install -g retire
    
3. استخدام Retire.js لفحص المشروع:     - لفحص مجلد معين:         
        retire --path /path/to/your/project
        
    - لفحص موقع ويب:         
        retire --url https://example.com
        
$$ هل يمكن استخدام Retire.js في تطبيق التيرمكس؟ نعم، يمكن استخدام Retire.js في تطبيق التيرمكس على الهاتف، ولكن يتطلب ذلك تثبيت Node.js و npm أولاً. إليك الخطوات: 1. تثبيت Node.js و npm في التيرمكس:     
    pkg update
    pkg install nodejs
    
2. تثبيت Retire.js:     
    npm install -g retire
    
3. استخدام Retire.js:     - لفحص مجلد معين:         
        retire --path /path/to/your/project
        
    - لفحص موقع ويب:         
        retire --url https://example.com
        
Retire.js هي أداة قوية لتعزيز أمان تطبيقات الويب من خلال تحديد ومعالجة نقاط الضعف في مكتبات JavaScript.  سواء كنت تستخدم Kali Linux أو Termux على جهازك المحمول. تحياتي xtawb 

1_tE7-D3CZFl9IHUPVhk6KIA.webp0.14 KB

photo content

Important Created by @dan_nanni
Important Created by @dan_nanni

photo content

- EyeWitness In the realm of cybersecurity, information gathering tools are essential for understanding cyber attacks and assessing potential damage. One such crucial tool is EyeWitness. ˣᵗᵃʷᵇ$$ About EyeWitness: EyeWitness is an open-source tool designed for information gathering and web page verification. It is used to extract detailed information from web pages and capture screenshots to aid in the analysis of cyber attacks. ˣᵗᵃʷᵇ$$ How to Use: 1. Download the tool from its official GitHub repository using the following command:
git clone https://github.com/FortyNorthSecurity/EyeWitness.git
2. After downloading, navigate to the tool directory:
cd EyeWitness
3. Install the necessary dependencies:
./setup/setup.sh
4. Now you can use the tool with the following command, specifying the target page URL:
./EyeWitness.py --single http://example.com
ˣᵗᵃʷᵇ$$ Purpose: EyeWitness is used to gather information from web pages and capture screenshots to provide a comprehensive and detailed view of online sites and applications. It can be used in security investigations, vulnerability scanning, and network security assessments. ˣᵗᵃʷᵇ$$ Can it be used in Termux? Yes, EyeWitness can be used in the Termux application on Android smartphones. To download it on Termux, you can follow these steps: 1. Install Termux from the Google Play Store if not already installed. 2. Open Termux and install Git if not already installed:
pkg install git
3. Then execute the command to download EyeWitness:
git clone https://github.com/FortyNorthSecurity/EyeWitness.git
4. Follow the previous steps for installation and usage as outlined above. -----//-----//------//------ - EyeWitness في عالم الأمن السيبراني، تعتبر أدوات جمع المعلومات أحد أهم العناصر لفهم الهجمات الإلكترونية وتقييم الضرر المحتمل. واحدة من هذه الأدوات المهمة هي EyeWitness.  EyeWitness هي أداة مفتوحة المصدر مخصصة لجمع المعلومات والتحقق من الصفحات وتقارير الويب. تُستخدم لاستخراج معلومات مفصلة من الصفحات الويب وتصويرها للمساعدة في تحليل الهجمات السيبرانية. $$ طريقة الاستخدام: 1. قم بتحميل الأداة من مستودعها الرسمي على GitHub عبر الأمر التالي:
git clone https://github.com/FortyNorthSecurity/EyeWitness.git
2. بعد التحميل، قم بالتنقل إلى دليل الأداة:
cd EyeWitness
3. قم بتثبيت الاعتماديات اللازمة:
./setup/setup.sh
4. الآن يمكنك استخدام الأداة عبر الأمر التالي مع تحديد رابط الصفحة المستهدفة:
./EyeWitness.py --single http://example.com
$$ فيما تستخدم: تستخدم EyeWitness لجمع المعلومات من الصفحات الويب وتصويرها لتوفير صورة شاملة ومفصلة للمواقع والتطبيقات على الإنترنت. يمكن استخدامها في التحقيقات الأمنية وفحص الضعف وتقييم الأمان على الشبكة. $$ هل يمكن استخدامها في تطبيق التيرمكس؟ نعم، يمكن استخدام EyeWitness في تطبيق Termux على الهواتف الذكية التي تعمل بنظام Android. لتحميلها على Termux، يمكنك اتباع الخطوات التالية: 1. قم بتثبيت Termux من متجر Google Play إذا لم يكن مثبتًا بالفعل. 2. قم بفتح Termux وتثبيت Git إذا لم يكن مثبتًا بالفعل:
pkg install git
3. ثم قم بتنفيذ الأمر لتحميل EyeWitness:
git clone https://github.com/FortyNorthSecurity/EyeWitness.git
4. اتبع الخطوات السابقة للتثبيت والاستخدام كما هو موضح أعلاه.