Kodkollektivet / owtf-valhalla

owtf-valhalla
Other
2 stars 3 forks source link

Netcraft scraper container #56

Closed SpyrosMArtel closed 7 years ago

SpyrosMArtel commented 7 years ago

New container: Netcraft website scraper for passive fingerprinting.

jherrlin commented 7 years ago

Nice! 👍 Are your tests working locally @SpyrosMArtel ?

SpyrosMArtel commented 7 years ago

If you mean owtf.sh test, yes. Deployment is also working just fine and I get results too.

SpyrosMArtel commented 7 years ago

Btw, I found something today which I am not sure if it is going to help. Some people faced the same issue and they changed: sudo apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" docker-engine=1.10.1-0~trusty

To: sudo apt-get install --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" docker-engine=1.10.1-0~trusty

jherrlin commented 7 years ago

@SpyrosMArtel Yeah, i just run the tests locally and they are working here to! I guess what you found could be the reason that the tests fails for Travis! Would you like to do a PR on a fix?

SpyrosMArtel commented 7 years ago

Yes, np! What do I need to change? :)

jherrlin commented 7 years ago

@SpyrosMArtel The Travis settings are within .travis.yml in the project root. Line 15 is the command :)

jherrlin commented 7 years ago

@SpyrosMArtel Apply the latest commits from master to this, if all tests working i will merge it! 👍