Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

requirements.txt and updated README #5

@pwnetrationguru

Description

@pwnetrationguru

Hey,

Hope you're well. Was going to play around with this, but it's not clear what packages the python scripts need nor how to setup domxssscanner.

It would be good to include requirements.txt file so people can use a python virtualenv and install the packages need by domxssscanner with pip install -r requirements.txt. A simple way to generate that would be to do a pip freeze where you do have domxssscanner working. Be warned, that might include packages that have been installed on the system that aren't necessary for domxssscanner.

Also, it would be great if the README included documentation on how best to setup. A process like the following would be great:

  • clone domxssscanner repo
  • virtualenv env
  • . ./env/bin/activate
  • pip install -r requirements.txt
  • find . -name "*.js" | xargs ./domxss.py
    • that is an obviously made up command since I am unfamiliar with how to run domxssscanner

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions