We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
sn0int
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.
sudo docker run --rm --init -it -v /home/kali/.cache:/cache -v /home/kali/.data:/data kpcyrd/sn0int
I wonder if there is anything wrong with my network, or the command I use
The text was updated successfully, but these errors were encountered:
It looks like docker hub removed automatic builds so the image you pulled is very old:
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] >
Sorry, something went wrong.
No branches or pull requests
In my system,
sn0int
is an alias todocker 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
Environment
The text was updated successfully, but these errors were encountered: