Virus total bullshit
Hello, I'm not a programer and I want to use this dump tool but Virus tootal is using a captcha so it keeps blocking this dump tool from using its data, so my question is how the fucking fuckly fuck can I use virust total API or integret it into this dumpt tool so it stops blocking this dump tool !!? any one help us make the world a better place. Thank you in advance.
sublist3r -d www.bmw.de
____ _ _ _ _ _____
/ ___| _ _| |__ | (_)___| |_|___ / _ __
\___ \| | | | '_ \| | / __| __| |_ \| '__|
___) | |_| | |_) | | \__ \ |_ ___) | |
|____/ \__,_|_.__/|_|_|___/\__|____/|_|
# Coded By Ahmed Aboul-Ela - @aboul3la
[-] Enumerating subdomains now for www.bmw.de [-] Searching now in Baidu.. [-] Searching now in Yahoo.. [-] Searching now in Google.. [-] Searching now in Bing.. [-] Searching now in Ask.. [-] Searching now in Netcraft.. [-] Searching now in DNSdumpster.. [-] Searching now in Virustotal.. [-] Searching now in ThreatCrowd.. [-] Searching now in SSL Certificates.. [-] Searching now in PassiveDNS.. [!] Error: Virustotal probably now is blocking our requests
Is there anything new on this issue? Still there on devenv 1.3.1 (x86_64-linux)
Going to be addressed by #1548
https://github.com/cachix/devenv/pull/1928 adds support for inputs.self.submodules, but it's very broken, possibly because of lazy trees.
/nix/store/ma2fs2a60gz04xsgxkdxqhqxxvinwn5h-nix-devenv-2.30.0pre20250626_afa41b0/bin/nix --extra-experimental-features flakes --option lazy-trees true --option warn-dirty false --keep-going --max-jobs 8 --option eval-cache false print-dev-env --profile /home/domen/dev/cachix/devenv/.devenv/gc/shell -vv --log-format internal-json
@nix {"action":"msg","level":4,"msg":"evaluating file '<nix/derivation-internal.nix>'"}
@nix {"action":"start","id":5924662571696128,"level":4,"parent":0,"text":"evaluating derivation 'git+file:///home/domen/dev/cachix/devenv#devShells.x86_64-linux.default'","type":0}
@nix {"action":"msg","level":4,"msg":"evaluating file '/home/domen/dev/cachix/devenv/.devenv.flake.nix'"}
nix: ../canon-path.cc:56: nix::CanonPath nix::CanonPath::removePrefix(const nix::CanonPath&) const: Assertion `isWithin(prefix)' failed.
Aborted (core dumped)
Any news on this? It's a real show-stopper for my use case.
Currently, you can still add the repo of the submodule as input and then import it from there, as described in https://devenv.sh/composing-using-imports/. But of course I'd also love to see to import from the submodule directly! ❤️
We're going to fix this one soon :)