OWASP / Python-Honeypot

OWASP Honeypot, Automated Deception Framework.
https://www.secologist.com/
Apache License 2.0
428 stars 138 forks source link

Error in ssh/strong_password module #362

Open spiderxm opened 2 years ago

spiderxm commented 2 years ago

There is a Hash Mismatch error while creating the ssh/strong_password module

#10 123.8 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_3.0.2-0ubuntu1.6_amd64.deb  Hash Sum mismatch
#10 123.8    Hashes of expected file:
#10 123.8     - SHA512:813612d32c00b73881991d92a2098b2c098ee7e4ad45d1bc9a6228bc5bc627e66014444dccdefcda166f5ffa01ff4806fdc57214ffe052e84f021726f104d39c
#10 123.8     - SHA256:62f764e8034df6bc0ae240ee5fe2db7fc0a12cb0d7d3e2aba1cf6da642a6fb0d
#10 123.8     - SHA1:3054526b55411ceaf7f0c9eada2598de6f4bc575 [weak]
#10 123.8     - MD5Sum:a8a4aba4b8873398e243dd327080d48a [weak]
#10 123.8     - Filesize:2370414 [weak]
#10 123.8    Hashes of received file:
#10 123.8     - SHA512:82805e89206bfb79b4d1dc52d06c1aeb756e57be5603cd434ab818c4b4708cd01f4143c88eb8a7b7f90e701a6bed720da9d1586ae34def2adff16f2f3c843f5a
#10 123.8     - SHA256:3aabc4bae4d39e45b5c0850699a7548f7c80f4a5f2e17de55974b277b0cd6e8a
#10 123.8     - SHA1:9ab406826368f95ed34543d90cf23ec92584718e [weak]
#10 123.8     - MD5Sum:048cef564f311227505bf2225054f155 [weak]
#10 123.8     - Filesize:2370414 [weak]
#10 123.8    Last modification reported: Tue, 05 Jul 2022 13:08:45 +0000
#10 123.8 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
spiderxm commented 2 years ago

@dhirensr @Ali-Razmjoo If we use

FROM phusion/baseimage:master

instead of

FROM ubuntu:latest

The error is resolved and it works fine

spiderxm commented 2 years ago

Due to this the test case are failing.

spiderxm commented 2 years ago

What say @dhirensr, how to solve this?