GithubHelp home page GithubHelp logo

sxss's Introduction

Overview

This project is designed to enhance URL processing for security analysis by introducing concurrency and advanced error handling, including retry logic. It builds upon the ideas and initial work of Tom Hudson's kxss tool and extends its functionality to efficiently and effectively handle a large volume of URLs. Also I wrote this as a part of my learning golang. :)

Features

  • Concurrency: Utilize Go's concurrency model to process multiple URLs in parallel, significantly speeding up the analysis process.
  • Retry Logic: Implements retry logic to handle transient errors, ensuring that temporary issues do not impede the scanning process.
  • Command-Line Arguments: Offers flexibility in specifying the concurrency level and the number of retries, allowing users to balance performance and resource usage according to their system's capabilities.

Installation

To install and run this tool, you'll need Go installed on your system. If you haven't already, follow the official Go installation guide.

With Go installed, follow these steps:

go install github.com/unstabl3/sxss@latest

Usage

To use the tool, pipe a list of URLs into the executable from the command line. You can also specify the concurrency level and the number of retries with flags:

cat urls.txt | sxss -concurrency 150 -retries 3

Flags

  • -concurrency: Number of concurrent goroutines for processing (default: 10)
  • -retries: Maximum number of retries for each request (default: 3)

Credits

This project is inspired by and builds upon the concepts introduced in kxss by Tom Hudson (@tomnomnom). Tom's original work on kxss provided valuable insights into processing URLs for XSS vulnerability scanning. All credit goes to him. :3

License

This project is licensed under the MIT License - see the LICENSE file for details.

sxss's People

Contributors

unstabl3 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.