You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2023. It is now read-only.
RUN wget "https://github.com/projectdiscovery/subfinder/releases/download/v${SUBFINDER_VERSION}/subfinder_${SUBFINDER_VERSION}_linux_amd64.tar.gz"
RUN tar -xzvf subfinder_${SUBFINDER_VERSION}_linux_amd64.tar.gz
RUN mv subfinder /usr/local/bin/
RUN rm LICENSE.md README.md subfinder_${SUBFINDER_VERSION}_linux_amd64.tar.gz
RUN pip install git+https://github.com/aboul3la/Sublist3r.git
WORKDIR /usr/src/app
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt