dnsgen
dnsgen copied to clipboard
Could you update on pip3 version
When I used pip3 install dnsgen command for install, I saw Successfully installed dnsgen-1.0.4.
Sir any update?
+1
Any idea on how do we install to the latest version manually
I'm encountering with the following error
dnsgen
Traceback (most recent call last):
File "/home/yukesh-17903/playground/bugbounty/dnsgen/venv/bin/dnsgen", line 5, in <module>
from dnsgen.cli import main
ModuleNotFoundError: No module named 'dnsgen.cli'; 'dnsgen' is not a package
I'm facing the same issue. Installation via pip provides a legacy version.
Setup via:
git clone https://github.com/AlephNullSK/dnsgen
cd dnsgen/
python -m pip install uv
uv sync
Results in the error as described by @3th1cyuk1
./dnsgen/.venv/bin/dnsgen --help
Traceback (most recent call last):
File "/home/kali/PROJECT/./dnsgen/.venv/bin/dnsgen", line 4, in <module>
from dnsgen.cli import main
ModuleNotFoundError: No module named 'dnsgen.cli'; 'dnsgen' is not a package