codingo / NoSQLMap

Automated NoSQL database enumeration and web application exploitation tool.
GNU General Public License v3.0
2.82k stars 576 forks source link

Should use stable Certifi version in order to build tool, since the tool is using Python 2.7.x #137

Closed khoiminhvo32 closed 8 months ago

khoiminhvo32 commented 10 months ago

Problem when installing and building the tool with Certifi

Fix

RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.9/main' >> /etc/apk/repositories RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.9/community' >> /etc/apk/repositories RUN apk update && apk add mongodb git

RUN git clone https://github.com/codingo/NoSQLMap.git /root/NoSqlMap

WORKDIR /root/NoSqlMap

RUN python setup.py install

RUN pip2 uninstall certifi -y RUN pip2 install certifi==2018.10.15

COPY entrypoint.sh /tmp/entrypoint.sh RUN chmod +x /tmp/entrypoint.sh

ENTRYPOINT ["/tmp/entrypoint.sh"]

github-actions[bot] commented 8 months ago

Stale issue message