Sign inSign up

samling/xsscrapy-docker

By samling

Updated over 10 years ago

Image
1

983

samling/xsscrapy-docker repository overview

Original xsscrapy code from DanMcInerney/xsscrapy.

This Docker container uses my Docker python base image.

Usage

Clone the repo:

git clone https://github.com/samling/xsscrapy-docker.git

Move into cloned repository:

cd xsscrapy-docker

Build the image:

docker build -t xsscrapy .

Run the image:

docker run -t xsscrapy url=http://example.com

(Optional) Save the output:

docker cp stoic_jones:/app/formatted-vulns.txt .

Run the above command from any directory to copy the output file to that directory.

Tag summary

Content type

Image

Digest

sha256:34a2cb443

Size

169 MB

Last updated

over 10 years ago

docker pull samling/xsscrapy-docker