Sign inSign up

lobuhi/nosqlmap

By lobuhi

Updated about 3 years ago

NoSQLMap docker that actually works

Image
0

388

lobuhi/nosqlmap repository overview

Dockerfile

FROM python:2.7.18
RUN apt-get update && \
    apt-get upgrade -y && \
    apt-get install -y git && \
    git clone https://github.com/codingo/NoSQLMap && \
    cd NoSQLMap && \
    python -m pip install requests 'certifi<=2020.4.5.1' && \
    python ./setup.py install
WORKDIR /NoSQLMap
CMD ["python", "./nosqlmap.py"]

Run:

docker run -it --network host lobuhi/nosqlmap

Tag summary

Content type

Image

Digest

sha256:eede70bdb

Size

517.8 MB

Last updated

about 3 years ago

docker pull lobuhi/nosqlmap