sham00n / buster

An advanced tool for email reconnaissance
GNU General Public License v3.0
903 stars 167 forks source link

Unable to install Buster #2

Closed OSINT007 closed 4 years ago

OSINT007 commented 4 years ago

Picture1 Picture2

Hello,

I am unable to install Buster. I am not familiar with code, but trying to learn. I am running Kali Linux. See pictures for reference to the message I get when I run the python3 setup.py install. Hopefully, you can help me out!

Thank you!

Roger

sham00n commented 4 years ago

can you try now with a fresh clone ?

OSINT007 commented 4 years ago

I just did and gave me same error as in the pictures.

On Tue, Jul 30, 2019 at 1:56 PM sham00n notifications@github.com wrote:

can you try now with a fresh clone ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sham00n/buster/issues/2?email_source=notifications&email_token=AMYDFEKJGXY6CJTFPRGNW7DQCB6F7A5CNFSM4IH6XHOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3EZANI#issuecomment-516526133, or mute the thread https://github.com/notifications/unsubscribe-auth/AMYDFELG5RN3UWUVC3ETUIDQCB6F7ANCNFSM4IH6XHOA .

sham00n commented 4 years ago

can u tell me what buster -h returns (try copying and pasting the result and use the insert code button please)

OSINT007 commented 4 years ago

Apologies for not inserting -

It says

Bash: buster: command not found

On Tue, Jul 30, 2019 at 2:58 PM sham00n notifications@github.com wrote:

can u tell me what buster -h returns (try copying and pasting the result and use the insert code button please)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sham00n/buster/issues/2?email_source=notifications&email_token=AMYDFEIXA74CRM3XSTNMBB3QCCFMBA5CNFSM4IH6XHOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3E6W6I#issuecomment-516549497, or mute the thread https://github.com/notifications/unsubscribe-auth/AMYDFEOHEAVXRZJ5BCV25YDQCCFMBANCNFSM4IH6XHOA .

sham00n commented 4 years ago

this seems to be the same issue as #1 ,try pip3 install cython

OSINT007 commented 4 years ago

I ran it and subsequently got a message that there was no aiohtto-socks module found. I ran pip3 install aiohttp_socks and fixed the issue. Now I’m running the tool.

Thank you!

On Thu, Aug 1, 2019 at 7:09 AM sham00n notifications@github.com wrote:

this seems to be the same issue as #1 https://github.com/sham00n/buster/issues/1 ,try pip3 install cython

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sham00n/buster/issues/2?email_source=notifications&email_token=AMYDFEKARKAHE5CG5B75KU3QCK76FA5CNFSM4IH6XHOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3KGZZY#issuecomment-517237991, or mute the thread https://github.com/notifications/unsubscribe-auth/AMYDFEMPBP5PBT5D2ET54TDQCK76FANCNFSM4IH6XHOA .

danhmanh commented 4 years ago

I tried pip3 install cython and pip3 install aiohttp_socks, but its not working.