routersploit icon indicating copy to clipboard operation
routersploit copied to clipboard

Problem installing routersploit

Open sergeyversh opened this issue 1 month ago • 9 comments

When installing, I use your instructions for Kali Linux. 1-3:

Image - OK

4: python3 -m pip install -r requirements.txt -

Image

Please tell me how to solve this problem.

sergeyversh avatar Nov 24 '25 13:11 sergeyversh

Use this command in virtual environment (venv)

44r0n53c avatar Nov 30 '25 04:11 44r0n53c

### Fix: python -m venv venv source venv/bin/activate

MansourAbouhayat avatar Dec 05 '25 08:12 MansourAbouhayat

### Fix: python -m venv venv source venv/bin/activate

When using a virtual environment, it looks like this:

Image Image

sergeyversh avatar Dec 05 '25 08:12 sergeyversh

sudo python rsf.py

MansourAbouhayat avatar Dec 05 '25 09:12 MansourAbouhayat

use sudo apt install routersploit better if its kali lunix

Image

MansourAbouhayat avatar Dec 05 '25 09:12 MansourAbouhayat

use sudo apt install routersploit better if its kali lunix

Image

In this case, using the utility gives an error:

Image

When using 'sudo' in a virtual environment, the same thing happens.

sergeyversh avatar Dec 05 '25 09:12 sergeyversh

ou can try installing it using this command. It’s working correctly on my Kali Linux setup: sudo apt install routersploit

MansourAbouhayat avatar Dec 05 '25 09:12 MansourAbouhayat

Image

MansourAbouhayat avatar Dec 05 '25 09:12 MansourAbouhayat

That's what it's about. I installed via 'sudo', but in this case the utility doesn't work. The previous screenshot just shows that after setting the goal and the 'run' command, an error occurs.

sergeyversh avatar Dec 05 '25 11:12 sergeyversh