secureworks / dcept

A tool for deploying and detecting use of Active Directory honeytokens
https://www.secureworks.com/blog/dcept
GNU General Public License v3.0
498 stars 102 forks source link

Running ./docker_build.sh ==> ERROR 403 Forbidden. #7

Open oayala-grosvenor opened 6 years ago

oayala-grosvenor commented 6 years ago

/*I FOUND THE SOLUTION TO MY PROBLEM IN THE CLOSED ISSUES. SORRY.*/

Hello,

I ran ./docker_build.sh and got this error:

--2018-03-29 16:57:28-- http://www.openwall.com/john/j/john-1.8.0-jumbo-1.tar.gz Resolving www.openwall.com (www.openwall.com)... 195.42.179.202 Connecting to www.openwall.com (www.openwall.com)|195.42.179.202|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 2018-03-29 16:57:28 ERROR 403: Forbidden.

I tried working around this by creating the directory specified in the wget myself :

Step 11/27 : RUN wget -O /tmp/john.tar.gz http://www.openwall.com/john/j/john-1.8.0-jumbo-1.tar.gz ---> Running in 60493f8009e5

I created the directory (specified above) and put the tar file in it using FileZilla hoping that it would recognize that the resources are there and skip that step. Instead I ran into the same error.

I also tried adding sudo to each of the commands in the docker_build.sh file (just to see if anything would change) and to no avail.

I'm not sure what else I should try. If anyone could point me in the right direction I would be eternally grateful. :+1: