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

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 6, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 6, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 6, 2025

      In MCP era API discoverability is now more important than ever

      June 5, 2025

      Black Myth: Wukong is coming to Xbox exactly one year after launching on PlayStation

      June 6, 2025

      Reddit wants to sue Anthropic for stealing its data, but the Claude AI manufacturers vow to “defend ourselves vigorously”

      June 6, 2025

      Satya Nadella says Microsoft makes money every time you use ChatGPT: “Every day that ChatGPT succeeds is a fantastic day”

      June 6, 2025

      Multiple reports suggest a Persona 4 Remake from Atlus will be announced during the Xbox Games Showcase

      June 6, 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

      TC39 advances numerous proposals at latest meeting

      June 6, 2025
      Recent

      TC39 advances numerous proposals at latest meeting

      June 6, 2025

      TypeBridge – zero ceremony, compile time rpc for client and server com

      June 6, 2025

      Simplify Cloud-Native Development with Quarkus Extensions

      June 6, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Black Myth: Wukong is coming to Xbox exactly one year after launching on PlayStation

      June 6, 2025
      Recent

      Black Myth: Wukong is coming to Xbox exactly one year after launching on PlayStation

      June 6, 2025

      Reddit wants to sue Anthropic for stealing its data, but the Claude AI manufacturers vow to “defend ourselves vigorously”

      June 6, 2025

      Satya Nadella says Microsoft makes money every time you use ChatGPT: “Every day that ChatGPT succeeds is a fantastic day”

      June 6, 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

    News & Updates

    Black Myth: Wukong is coming to Xbox exactly one year after launching on PlayStation

    June 6, 2025
    News & Updates

    Reddit wants to sue Anthropic for stealing its data, but the Claude AI manufacturers vow to “defend ourselves vigorously”

    June 6, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    I test smart home devices for a living, and this is my favorite smart thermostat

    Development

    CVE-2025-31233 – Apple Video File Processing Buffer Overflow

    Common Vulnerabilities and Exposures (CVEs)

    Buckle up: Android Automotive has 70 new apps to keep you entertained (in the parking lot)

    News & Updates

    Brand New Performance Features in Chrome DevTools

    Development

    Highlights

    News & Updates

    Is AI a fad? 76% of researchers say scaling has “plateaued” — but firms like OpenAI continue splurging billions into a dead end

    March 28, 2025

    According to a new study, 76% of AI researchers suggest that current AI strategies are…

    Raspberry Pi 5 Desktop Mini PC: Benchmarking

    June 5, 2025

    Amazon updates AI enterprise solutions with guardrails at AWS Summit

    July 11, 2024

    Upgrade your Amazon DynamoDB global tables to the current version

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

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