Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to start sn0int with docker on wsl #237

Closed
SherkeyXD opened this issue Dec 6, 2022 · 1 comment
Closed

Failed to start sn0int with docker on wsl #237

SherkeyXD opened this issue Dec 6, 2022 · 1 comment

Comments

@SherkeyXD
Copy link

sn0int
...
[+] Connecting to database
Error: Failed to download public suffix list
Because: Permission denied (os error 13)


In my system, sn0int is an alias to docker run --rm --init -it -v /home/kali/.cache:/cache -v /home/kali/.data:/data kpcyrd/sn0int

And I also tried sudo docker run --rm --init -it -v /home/kali/.cache:/cache -v /home/kali/.data:/data kpcyrd/sn0int, but the result is the same.

I wonder if there is anything wrong with my network, or the command I use

Versions

  • rustc --version: not installed
  • cargo --version: not installed
  • sn0int --version: 0.21.2
  • uname -a: Linux Laptop 5.15.74.2-microsoft-standard-WSL2 SMP Wed Nov 2 19:50:29 UTC 2022 x86_64 GNU/Linux

Environment

  • Operating System/Distro: Kali 2022.03 on wsl
  • Installed from (source/apt/pacman/brew/docker): docker
@kpcyrd
Copy link
Owner

kpcyrd commented Dec 8, 2022

It looks like docker hub removed automatic builds so the image you pulled is very old:

image

I've changed the readme to a deprecation notice, you can use the image on the github registry instead:

ghcr.io/kpcyrd/sn0int
% docker run -it --rm ghcr.io/kpcyrd/sn0int

                   ___/           .
     ____ , __   .'  /\ ` , __   _/_
    (     |'  `. |  / | | |'  `.  |
    `--.  |    | |,'  | | |    |  |
   \___.' /    | /`---' / /    |  \__/

        osint | recon | security
      irc.hackint.org:6697/#sn0int

[+] Connecting to database
[+] Downloading public suffix list
[+] Loaded 0 modules
[*] No modules found, run pkg quickstart to install default modules
[*] New to sn0int? Follow https://sn0int.rtfd.io/en/stable/usage.html
[sn0int][default] > 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants