Nekmo / dirhunt

Find web directories without bruteforce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem(windows10 python3)

maybe-why-not opened this issue · comments

>>> import dirhunt
>>> dirhunt
<module 'dirhunt' from 'F:\\Python36\\lib\\site-packages\\dirhunt\\__init__.py'>
>>> dirhunt http://www.sgjgdj.org.cn
File "<stdin>", line 1
dirhunt http://www.sgjgdj.org.cn
^
SyntaxError: invalid syntax
>>> dirhunt --help
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: bad operand type for unary -: '_Helper'
>>>

commented

You have to use dirhunt from a console. Not from a Python interpreter.

commented

Closed due to inactivity.