rfcat icon indicating copy to clipboard operation
rfcat copied to clipboard

Rfcat install Kali 2021

Open kevtheskin opened this issue 3 years ago • 8 comments

Hello there, Can someone tell me if there is an updated install tutorial for just Rfcat. I had to re-install my practice kali box(just learning) and now Rfcat does not work. I followed this https://github.com/atlas0fd00m/rfcat#installing-client .

Thanks just an old Noobie keeping my brain working. Cheers 73s Kev

kevtheskin avatar Apr 17 '21 20:04 kevtheskin

in the past Kali has included a version of RfCat that didn't work well.

your best bet is to install RfCat from Pypi. $ python3 -m pip install rfcat

atlas0fd00m avatar Apr 18 '21 03:04 atlas0fd00m

sorry, i won't close this until you let us know it worked.

atlas0fd00m avatar Apr 18 '21 03:04 atlas0fd00m

python3 -m pip install rfcat

Hello Atlas , Thank you for your time . I did what you quoted and it looks like its installed (Requirement already satisfied: rfcat in /usr/lib/python3/dist-packages (1.0.1) . Its still does not work. Also Rfcrack does not work either. Why does things have to be update :) Thanks again for trying to help me . 73s Kev

kevtheskin avatar Apr 18 '21 20:04 kevtheskin

what's going on that's causing the failure? what are the signs of failure?

atlas0fd00m avatar Apr 21 '21 13:04 atlas0fd00m

what's going on that's causing the failure? what are the signs of failure?

Your asking me hahahahaha. Traceback (most recent call last): File "/usr/local/bin/rfcat", line 11, in from rflib import * File "/usr/local/lib/python2.7/dist-packages/rflib/init.py", line 6, in from builtins import str ImportError: No module named builtins Linux kali 5.10.0-kali7-amd64 #1 SMP Debian 5.10.28-1kali1 (2021-04-12) x86_64 GNU/Linux

This is the latest error?

kevtheskin avatar Apr 21 '21 17:04 kevtheskin

that's a messy error. have you tried installing and running it on another system?

@

atlas0fd00m avatar Apr 26 '21 15:04 atlas0fd00m

Kev, I've just uninstalled and reinstalled from source and it's working great on Kali on the pi.

My steps were to remove old traces from my previous install sudo pip uninstall rfcat sudo pip3 uninstall rfcat find and remove any bins from rfcat if there are any in /use/local/lib/python... /rfcat sudo git clone https://github.com/atlas0fd00m/rfcat sudo python3 setup.py install

pickeditmate avatar Apr 27 '21 01:04 pickeditmate

Before doing the commands @pickeditmate suggests, do a sudo apt purge rfcat to get rid of the Kali version. Trun the list of commands @pickeditmate lists.

@atlas0fd00m was being kind when he said the Kali version didn't work well. It has been 100% broken for 2 years in Kali because they tried to convert it from Python 2 to Python 3 and didn't bother doing any tests to verify their changes work. They change lets you start rfcat -r without error, but fails when you try running any commands.

meeas avatar May 06 '21 00:05 meeas

cleaning up

atlas0fd00m avatar Jan 31 '24 04:01 atlas0fd00m