Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      In-House vs. Outsource Node.js Development Teams: 9 Key Differences for the C-Suite (2025)

      July 19, 2025

      Why Non-Native Content Designers Improve Global UX

      July 18, 2025

      DevOps won’t scale without platform engineering and here’s why your teams are still stuck

      July 18, 2025

      This week in AI dev tools: Slack’s enterprise search, Claude Code’s analytics dashboard, and more (July 18, 2025)

      July 18, 2025

      DistroWatch Weekly, Issue 1131

      July 20, 2025

      I ditched my Bluetooth speakers for this slick turntable – and it’s more practical than I thought

      July 19, 2025

      This split keyboard offers deep customization – if you’re willing to go all in

      July 19, 2025

      I spoke with an AI version of myself, thanks to Hume’s free tool – how to try it

      July 19, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The details of TC39’s last meeting

      July 20, 2025
      Recent

      The details of TC39’s last meeting

      July 20, 2025

      Simple wrapper for Chrome’s built-in local LLM (Gemini Nano)

      July 19, 2025

      Online Examination System using PHP and MySQL

      July 18, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Windows 11 tests “shared audio” to play music via multiple devices, new taskbar animations

      July 20, 2025
      Recent

      Windows 11 tests “shared audio” to play music via multiple devices, new taskbar animations

      July 20, 2025

      WhatsApp for Windows 11 is switching back to Chromium web wrapper from UWP/native

      July 20, 2025

      DistroWatch Weekly, Issue 1131

      July 20, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Learning Resources»XSSTRON — Find XSS Vulnerabilities by Just Browsing

    XSSTRON — Find XSS Vulnerabilities by Just Browsing

    June 3, 2025

    Searching for XSS vulnerability is very important for a cyber security annalist or a bug bounty hunter. How to find it? Well, there are many way to find XSS vulnerabilities, but in this article we are going to discuss about the most easiest way to find it.

    XSSTRON is a electron JS browser to find XSS vulnerabilities, it is a powerful Chromium browser to find XSS vulnerabilities automatically during browsing web XSSTRON also can detect many case scenarios with support for POST requests too. XSSTRON is best for beginners as well as very good for professionals, everyone in this field should try this tool for at least one time.

    Without wasting more time lets install XSSTRON on Kali Linux, same method will usable on any other Debian-based Linux distribution.

    Installing XSSTRON on Kali Linux

    First of all we need to install NodeJS and npm from here or we can run following command on our Kali Linux system:

    sudo apt install npm

    We also need to install electron on our system by using following command:

    sudo npm install -g electron --unsafe-perm=true --allow-root

    This command may took couple of minutes to complete depending on our internet speed and system performance.

    Then we can install XSSTRON from it’s GitHub repository. We need to run following command to clone this repository on our Kali Linux terminal.

    git clone https://github.com/RenwaX23/XSSTRON

    The screenshot of the above command is following:

    XSSTRON cloning from GitHub

    After the cloning we need to navigate in to the XSSTRON directory by using cd command:

    cd XSSTRON

    Now we can install this by using following command:

    sudo npm install

    This process also take some time to install packages and configure electron browser on our system. Coffee break 🍵.

    In the following screenshot we can see that XSSTRON is successfully installed on our system.

    Now we can run it by using following command:

    electron . --no-sandbox

    The above command will launch the nice-looking, smooth Electron browser, as we can see it on the following screenshot:

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleHow to Make Own Botnet Army
    Next Article Best USB WiFi Adapter For Kali Linux 2023 [Updated September]

    Related Posts

    Learning Resources

    What I learned from Inspired

    July 20, 2025
    Learning Resources

    macOS Apprentice [SUBSCRIBER]

    July 20, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-0923 – IBM Cognos Analytics Source Code Disclosure Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Installing VS Code on Arch Linux Takes Some Thinking

    Linux

    Cisco Patches Two Vulnerabilities in CCP and ISE: Proof-of-Concept Exploits Publicly Available

    Security

    Build a FinOps agent using Amazon Bedrock with multi-agent capability and Amazon Nova as the foundation model

    Machine Learning

    Highlights

    Artificial Intelligence

    DeepMind’s latest research at NeurIPS 2022

    May 13, 2025

    NeurIPS is the world’s largest conference in artificial intelligence (AI) and machine learning (ML), and…

    CVE-2025-27614 – Gitk Command Injection Vulnerability

    July 10, 2025

    CVE-2022-46736 – Apache HTTP Server Cross-Site Request Forgery

    May 28, 2025

    VS klaagt verdachte aan voor ransomware-aanvallen tegen Exchange-servers

    May 2, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.