Nekmo / dirhunt

Find web directories without bruteforce
MIT License
1.76k stars 236 forks source link

problem(windows10 python3) #68

Closed maybe-why-not closed 5 years ago

maybe-why-not commented 5 years ago

>>> 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' >>>

Nekmo commented 5 years ago

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

Nekmo commented 5 years ago

Closed due to inactivity.