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

      Designing For TV: Principles, Patterns And Practical Guidance (Part 2)

      September 5, 2025

      Neo4j introduces new graph architecture that allows operational and analytics workloads to be run together

      September 5, 2025

      Beyond the benchmarks: Understanding the coding personalities of different LLMs

      September 5, 2025

      Top 10 Use Cases of Vibe Coding in Large-Scale Node.js Applications

      September 3, 2025

      Building smarter interactions with MCP elicitation: From clunky tool calls to seamless user experiences

      September 4, 2025

      From Zero to MCP: Simplifying AI Integrations with xmcp

      September 4, 2025

      Distribution Release: Linux Mint 22.2

      September 4, 2025

      Coded Smorgasbord: Basically, a Smorgasbord

      September 4, 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

      Drupal 11’s AI Features: What They Actually Mean for Your Team

      September 5, 2025
      Recent

      Drupal 11’s AI Features: What They Actually Mean for Your Team

      September 5, 2025

      Why Data Governance Matters More Than Ever in 2025?

      September 5, 2025

      Perficient Included in the IDC Market Glance for Digital Business Professional Services, 3Q25

      September 5, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      How DevOps Teams Are Redefining Reliability with NixOS and OSTree-Powered Linux

      September 5, 2025
      Recent

      How DevOps Teams Are Redefining Reliability with NixOS and OSTree-Powered Linux

      September 5, 2025

      Distribution Release: Linux Mint 22.2

      September 4, 2025

      ‘Cronos: The New Dawn’ was by far my favorite experience at Gamescom 2025 — Bloober might have cooked an Xbox / PC horror masterpiece

      September 4, 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<br />

    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<br />

    Now we can install this by using following command:

    sudo npm install<br />

    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<br />

    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

    How DevOps Teams Are Redefining Reliability with NixOS and OSTree-Powered Linux

    September 5, 2025
    Learning Resources

    What I learned from Inspired

    September 5, 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

    This Linux distro puts more than 20 desktops a click away

    News & Updates

    CVE-2025-48882 – PHPOffice Math XML External Entity (XXE) Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    If your research isn’t inclusive, neither is your design

    Web Development

    CVE-2025-6113 – Tenda FH1203 Buffer Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    tminesweeper – terminal-based minesweeper game

    June 18, 2025

    tminesweeper is a minesweeper game which runs in the terminal. The post tminesweeper – terminal-based…

    The Evolution of Webinject

    April 9, 2025

    A Web Designer, Complete Guide

    July 10, 2025

    CVE-2025-38085 – Linux Kernel: Huge Page Table Unshare Race Condition Vulnerability

    June 28, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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