routersploit icon indicating copy to clipboard operation
routersploit copied to clipboard

Routersploit termux

Open CyberKid1987 opened this issue 6 years ago • 42 comments

I follow few tutorials and view more issue but can't install cryptography. Can somebody help me step by step to install routersploit in termux? I install again termux and download routersploit. Install Python, git, future, python2. Routersploit run perfect but when I set target and then run, see error, no module cryptography.

  1. Pkg install python
  2. pkg upgrade && pkg install autoconf automake bison bzip2 clang cmake \ coreutils diffutils flex gawk git grep gzip libtool make patch perl \ sed silversearcher-ag tar wget pkg-config
  3. Pkg install perl
  4. pkg install python-dev clang libcrypt-dev libffi-dev git openssl-dev && export CONFIG_SHELL=$PREFIX/bin/sh
  5. Git clone https://github.com/threat9/routersplo...
  6. cd routersploit
  7. Pip install requests
  8. pip install -r requirements.txt
  9. pip install -r requirements-dev.txt 10. termux-fix-shebang rsf.py
  10. python rsf.py

Command "/data/data/com.termux/files/usr/bin/python -u -c "import setuptools, tokenize;file='/data/data/com.termux/files/usr/tmp/pip-install-fgwehhyt/cryptography/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /data/data/com.termux/files/usr/tmp/pip-record-swe86j6_/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /data/data/com.termux/files/usr/tmp/pip-install-fgwehhyt/cryptography/

CyberKid1987 avatar Oct 05 '18 16:10 CyberKid1987

same error for me

threeworld avatar Oct 15 '18 14:10 threeworld

Works in nethunter and Andrax perfect.

CyberKid1987 avatar Oct 15 '18 15:10 CyberKid1987

thanks

threeworld avatar Oct 15 '18 15:10 threeworld

have you tried running it by using python3?

zombozo12 avatar Oct 23 '18 07:10 zombozo12

Yes, i have tried.

threeworld avatar Oct 23 '18 11:10 threeworld

wget https://github.com/termux/termux-packages/files/2408158/openssl_1.1.1-2_arm.deb.gz wget https://github.com/termux/termux-packages/files/2408159/openssl-dev_1.1.1-2_arm.deb.gz wget https://github.com/termux/termux-packages/files/2408160/openssl-tool_1.1.1-2_arm.deb.gz

gunzip openssl_1.1.1-2_arm.deb.gz gunzip openssl-dev_1.1.1-2_arm.deb.gz gunzip openssl-tool_1.1.1-2_arm.deb.gz

dpkg -i openssl_1.1.1-2_arm.deb dpkg -i openssl-dev_1.1.1-2_arm.deb dpkg -i openssl-tool_1.1.1-2_arm.deb

after all process completed try pip install cryptography again

VzMycale avatar Oct 26 '18 03:10 VzMycale

recommend to ref to this https://github.com/desword/shellcode_tools/blob/master/Android_routersploit/readme.md

desword avatar Nov 06 '18 10:11 desword

Hi im getting errors on termux

[*] Starting vulnerablity check... Traceback (most recent call last): File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 107, in import_exploit module = importlib.import_module(path) File "/data/data/com.termux/files/usr/lib/python3.7/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1006, in _gcd_import File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/data/data/com.termux/files/home/routersploit/routersploit/modules/exploits/routers/technicolor/tc7200_password_disclosure_v2.py", line 3, in from Crypto.Cipher import AES File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/Crypto/Cipher/init.py", line 27, in from Crypto.Cipher._mode_ecb import _create_ecb_cipher File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/Crypto/Cipher/_mode_ecb.py", line 29, in from Crypto.Util._raw_api import (load_pycryptodome_raw_lib, File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/Crypto/Util/_raw_api.py", line 34, in from Crypto.Util.py3compat import byte_string ImportError: cannot import name 'byte_string' from 'Crypto.Util.py3compat' (/data/data/com.termux/files/usr/lib/python3.7/site-packages/Crypto/Util/py3compat.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 369, in command_run self.current_module.run() File "/data/data/com.termux/files/home/routersploit/routersploit/modules/scanners/autopwn.py", line 51, in run for module in utils.iter_modules(directory): File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 136, in iter_modules yield import_exploit(path) File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 122, in import_exploit "Use key multiple times for completion.".format(humanize_path(path), err) routersploit.core.exploit.exceptions.RoutersploitException: Error during loading 'routersploit/modules/exploits/routers/technicolor/tc7200_password_disclosure_v2'

Error: cannot import name 'byte_string' from 'Crypto.Util.py3compat' (/data/data/com.termux/files/usr/lib/python3.7/site-packages/Crypto/Util/py3compat.py)

It should be valid path to the module. Use key multiple times for completion.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "./rsf.py", line 26, in routersploit() File "./rsf.py", line 22, in routersploit rsf.start() File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 117, in start command_handler(args) File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 175, in wrapper return fn(self, *args, **kwargs) File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 374, in command_run print_error(traceback.format_exc(sys.exc_info())) File "/data/data/com.termux/files/usr/lib/python3.7/traceback.py", line 167, in format_exc return "".join(format_exception(*sys.exc_info(), limit=limit, chain=chain)) File "/data/data/com.termux/files/usr/lib/python3.7/traceback.py", line 121, in format_exception type(value), value, tb, limit=limit).format(chain=chain)) File "/data/data/com.termux/files/usr/lib/python3.7/traceback.py", line 497, in init _seen=_seen) File "/data/data/com.termux/files/usr/lib/python3.7/traceback.py", line 508, in init capture_locals=capture_locals) File "/data/data/com.termux/files/usr/lib/python3.7/traceback.py", line 337, in extract if limit >= 0: TypeError: '>=' not supported between instances of 'tuple' and 'int' $

jepunband avatar Feb 15 '19 03:02 jepunband

Hi im getting errors on termux

[*] Starting vulnerablity check... Traceback (most recent call last): File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 107, in import_exploit module = importlib.import_module(path) File "/data/data/com.termux/files/usr/lib/python3.7/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1006, in _gcd_import File "", line 983, in _find_and_load File "", line 967, in _find_and_load_unlocked File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/data/data/com.termux/files/home/routersploit/routersploit/modules/exploits/routers/technicolor/tc7200_password_disclosure_v2.py", line 3, in from Crypto.Cipher import AES File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/Crypto/Cipher/init.py", line 27, in from Crypto.Cipher._mode_ecb import _create_ecb_cipher File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/Crypto/Cipher/_mode_ecb.py", line 29, in from Crypto.Util._raw_api import (load_pycryptodome_raw_lib, File "/data/data/com.termux/files/usr/lib/python3.7/site-packages/Crypto/Util/_raw_api.py", line 34, in from Crypto.Util.py3compat import byte_string ImportError: cannot import name 'byte_string' from 'Crypto.Util.py3compat' (/data/data/com.termux/files/usr/lib/python3.7/site-packages/Crypto/Util/py3compat.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 369, in command_run self.current_module.run() File "/data/data/com.termux/files/home/routersploit/routersploit/modules/scanners/autopwn.py", line 51, in run for module in utils.iter_modules(directory): File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 136, in iter_modules yield import_exploit(path) File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 122, in import_exploit "Use key multiple times for completion.".format(humanize_path(path), err) routersploit.core.exploit.exceptions.RoutersploitException: Error during loading 'routersploit/modules/exploits/routers/technicolor/tc7200_password_disclosure_v2'

Error: cannot import name 'byte_string' from 'Crypto.Util.py3compat' (/data/data/com.termux/files/usr/lib/python3.7/site-packages/Crypto/Util/py3compat.py)

It should be valid path to the module. Use key multiple times for completion.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "./rsf.py", line 26, in routersploit() File "./rsf.py", line 22, in routersploit rsf.start() File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 117, in start command_handler(args) File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 175, in wrapper return fn(self, *args, **kwargs) File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 374, in command_run print_error(traceback.format_exc(sys.exc_info())) File "/data/data/com.termux/files/usr/lib/python3.7/traceback.py", line 167, in format_exc return "".join(format_exception(*sys.exc_info(), limit=limit, chain=chain)) File "/data/data/com.termux/files/usr/lib/python3.7/traceback.py", line 121, in format_exception type(value), value, tb, limit=limit).format(chain=chain)) File "/data/data/com.termux/files/usr/lib/python3.7/traceback.py", line 497, in init _seen=_seen) File "/data/data/com.termux/files/usr/lib/python3.7/traceback.py", line 508, in init capture_locals=capture_locals) File "/data/data/com.termux/files/usr/lib/python3.7/traceback.py", line 337, in extract if limit >= 0: TypeError: '>=' not supported between instances of 'tuple' and 'int' $

Yea, me too

Sp00nyMan avatar Mar 03 '19 09:03 Sp00nyMan

I want to get password of admin panel of a website can it be done on termux please help

pwaghela11 avatar Mar 21 '19 20:03 pwaghela11

): i cant even open it it says Traceback (most recent call last): File "rsf.py", line 10, in from routersploit.interpreter import RoutersploitInterpreter File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 11, in from future.builtins import input ModuleNotFoundError: No module named 'future' $ cd routerspolit bash: cd: routerspolit: No such file or directory

toxicXvoid avatar Apr 18 '19 16:04 toxicXvoid

I just update this script. So please try again the script and thanks for the issue

On Thu, Apr 18, 2019, 11:06 PM LS GAMING [email protected] wrote:

): i cant even open it it says Traceback (most recent call last): File "rsf.py", line 10, in from routersploit.interpreter import RoutersploitInterpreter File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 11, in from future.builtins import input ModuleNotFoundError: No module named 'future' $ cd routerspolit bash: cd: routerspolit: No such file or directory

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/threat9/routersploit/issues/531#issuecomment-484574890, or mute the thread https://github.com/notifications/unsubscribe-auth/AKYNST5BQFW3WRMUE7U7ET3PRCL6RANCNFSM4FZKFKEA .

HigeRoy avatar Apr 19 '19 02:04 HigeRoy

Same error showing ): it again says :- python rsf.py Traceback (most recent call last): File "rsf.py", line 10, in from routersploit.interpreter import RoutersploitInterpreter File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 11, in from future.builtins import input ModuleNotFoundError: No module named 'future'

On Fri, Apr 19, 2019, 8:26 AM Mrcose [email protected] wrote:

I just update this script. So please try again the script and thanks for the issue

On Thu, Apr 18, 2019, 11:06 PM LS GAMING [email protected] wrote:

): i cant even open it it says Traceback (most recent call last): File "rsf.py", line 10, in from routersploit.interpreter import RoutersploitInterpreter File

"/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py",

line 11, in from future.builtins import input ModuleNotFoundError: No module named 'future' $ cd routerspolit bash: cd: routerspolit: No such file or directory

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/threat9/routersploit/issues/531#issuecomment-484574890 , or mute the thread < https://github.com/notifications/unsubscribe-auth/AKYNST5BQFW3WRMUE7U7ET3PRCL6RANCNFSM4FZKFKEA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/threat9/routersploit/issues/531#issuecomment-484747716, or mute the thread https://github.com/notifications/unsubscribe-auth/AKIQIALIO74LF4Q5ZVQ5KSTPREUWPANCNFSM4FZKFKEA .

toxicXvoid avatar Apr 19 '19 03:04 toxicXvoid

Same error showing ): it again says :- python rsf.py Traceback (most recent call last): File "rsf.py", line 10, in from routersploit.interpreter import RoutersploitInterpreter File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 11, in from future.builtins import input ModuleNotFoundError: No module named 'future' On Fri, Apr 19, 2019, 8:26 AM Mrcose @.> wrote: I just update this script. So please try again the script and thanks for the issue On Thu, Apr 18, 2019, 11:06 PM LS GAMING @.> wrote: > ): i cant even open it it says Traceback (most recent call last): File > "rsf.py", line 10, in > from routersploit.interpreter import RoutersploitInterpreter File > "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", > line 11, in > from future.builtins import input > ModuleNotFoundError: No module named 'future' $ cd routerspolit > bash: cd: routerspolit: No such file or directory > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > < #531 (comment) >, > or mute the thread > < https://github.com/notifications/unsubscribe-auth/AKYNST5BQFW3WRMUE7U7ET3PRCL6RANCNFSM4FZKFKEA > > . > — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#531 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AKIQIALIO74LF4Q5ZVQ5KSTPREUWPANCNFSM4FZKFKEA .

try pip2 install future

danuulast avatar Apr 23 '19 13:04 danuulast

I appreciate your resolve but routersploit only support python3 no python2 . Maybe the problem is you have a existing errors on python. The best way is clear data on termux and try the installer again. I will made it in description. Thanks for the issue!

On Tue, Apr 23, 2019, 8:37 PM danuulast [email protected] wrote:

Same error showing ): it again says :- python rsf.py Traceback (most recent call last): File "rsf.py", line 10, in from routersploit.interpreter import RoutersploitInterpreter File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 11, in from future.builtins import input ModuleNotFoundError: No module named 'future' … <#m_3624342515590975238_> On Fri, Apr 19, 2019, 8:26 AM Mrcose @.> wrote: I just update this script. So please try again the script and thanks for the issue On Thu, Apr 18, 2019, 11:06 PM LS GAMING @.> wrote: > ): i cant even open it it says Traceback (most recent call last): File > "rsf.py", line 10, in > from routersploit.interpreter import RoutersploitInterpreter File > "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py",

line 11, in > from future.builtins import input > ModuleNotFoundError: No module named 'future' $ cd routerspolit > bash: cd: routerspolit: No such file or directory > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > < #531 (comment) https://github.com/threat9/routersploit/issues/531#issuecomment-484574890 , > or mute the thread > < https://github.com/notifications/unsubscribe-auth/AKYNST5BQFW3WRMUE7U7ET3PRCL6RANCNFSM4FZKFKEA

. > — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#531 (comment) https://github.com/threat9/routersploit/issues/531#issuecomment-484747716>, or mute the thread https://github.com/notifications/unsubscribe-auth/AKIQIALIO74LF4Q5ZVQ5KSTPREUWPANCNFSM4FZKFKEA .

try pip2 install future

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/threat9/routersploit/issues/531#issuecomment-485806015, or mute the thread https://github.com/notifications/unsubscribe-auth/AKYNST2WZ2MJK4GBLNCKBT3PR4GKHANCNFSM4FZKFKEA .

HigeRoy avatar Apr 23 '19 14:04 HigeRoy

https://youtu.be/FX0F0oFQ81o found this video it helped

Persie11 avatar May 01 '19 11:05 Persie11

many many tnx.it worked

On Wed, May 1, 2019 at 5:09 PM Persie11 [email protected] wrote:

https://youtu.be/FX0F0oFQ81o found this video it helped

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/threat9/routersploit/issues/531#issuecomment-488258181, or mute the thread https://github.com/notifications/unsubscribe-auth/AKIQIAIGSI3AJDNEI37WSGDPTF26JANCNFSM4FZKFKEA .

toxicXvoid avatar May 03 '19 15:05 toxicXvoid

Yeah thats my script but its okay if u want to share it

HigeRoy avatar May 03 '19 22:05 HigeRoy

Mrcose can you update your script. 3 days ago stop working. After type "run" has traceback message.

CyberKid1987 avatar Jul 08 '19 12:07 CyberKid1987

I follow few tutorials and view more issue but can't install cryptography. Can somebody help me step by step to install routersploit in termux? I install again termux and download routersploit. Install Python, git, future, python2. Routersploit run perfect but when I set target and then run, see error, no module cryptography.

  1. Pkg install python
  2. pkg upgrade && pkg install autoconf automake bison bzip2 clang cmake \ coreutils diffutils flex gawk git grep gzip libtool make patch perl \ sed silversearcher-ag tar wget pkg-config
  3. Pkg install perl
  4. pkg install python-dev clang libcrypt-dev libffi-dev git openssl-dev && export CONFIG_SHELL=$PREFIX/bin/sh
  5. Git clone https://github.com/threat9/routersplo...
  6. cd routersploit
  7. Pip install requests
  8. pip install -r requirements.txt
  9. pip install -r requirements-dev.txt 10. termux-fix-shebang rsf.py
  10. python rsf.py

Command "/data/data/com.termux/files/usr/bin/python -u -c "import setuptools, tokenize;file='/data/data/com.termux/files/usr/tmp/pip-install-fgwehhyt/cryptography/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /data/data/com.termux/files/usr/tmp/pip-record-swe86j6_/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /data/data/com.termux/files/usr/tmp/pip-install-fgwehhyt/cryptography/

Install routerploit through lazymux

adarshsudhi avatar Jan 12 '20 02:01 adarshsudhi

Try rsf python 2.py

On Sun, Jan 12, 2020, 8:13 AM adarsh543 [email protected] wrote:

I follow few tutorials and view more issue but can't install cryptography. Can somebody help me step by step to install routersploit in termux? I install again termux and download routersploit. Install Python, git, future, python2. Routersploit run perfect but when I set target and then run, see error, no module cryptography.

  1. Pkg install python
  2. pkg upgrade && pkg install autoconf automake bison bzip2 clang cmake \ coreutils diffutils flex gawk git grep gzip libtool make patch perl \ sed silversearcher-ag tar wget pkg-config
  3. Pkg install perl
  4. pkg install python-dev clang libcrypt-dev libffi-dev git openssl-dev && export CONFIG_SHELL=$PREFIX/bin/sh
  5. Git clone https://github.com/threat9/routersplo...
  6. cd routersploit
  7. Pip install requests
  8. pip install -r requirements.txt
  9. pip install -r requirements-dev.txt 10. termux-fix-shebang rsf.py
  10. python rsf.py

Command "/data/data/com.termux/files/usr/bin/python -u -c "import setuptools, tokenize;file='/data/data/com.termux/files/usr/tmp/pip-install-fgwehhyt/cryptography/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /data/data/com.termux/files/usr/tmp/pip-record-swe86j6_/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /data/data/com.termux/files/usr/tmp/pip-install-fgwehhyt/cryptography/

Install routerploit through lazymux

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/threat9/routersploit/issues/531?email_source=notifications&email_token=ALRYNPOJNVRODQ5VJDRAGR3Q5J7WBA5CNFSM4FZKFKEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIWQMTQ#issuecomment-573376078, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALRYNPMDYQKDMBSR4LESQ6TQ5J7WBANCNFSM4FZKFKEA .

pwaghela11 avatar Jan 12 '20 03:01 pwaghela11

Whent i send git cloner... he ask me for an username and password what can i do with this

marouuanemez avatar Feb 09 '20 16:02 marouuanemez

How to fix this guy's [*] 192.168.1.1 Starting vulnerablity check... Traceback (most recent call last): File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 109, in import_exploit module = importlib.import_module(path) File "/data/data/com.termux/files/usr/lib/python3.8/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1014, in _gcd_import File "", line 991, in _find_and_load File "", line 975, in _find_and_load_unlocked File "", line 671, in _load_unlocked File "", line 783, in exec_module File "", line 219, in _call_with_frames_removed File "/data/data/com.termux/files/home/routersploit/routersploit/modules/exploits/generic/ssh_auth_keys.py", line 4, in from routersploit.core.ssh.ssh_client import SSHClient File "/data/data/com.termux/files/home/routersploit/routersploit/core/ssh/ssh_client.py", line 2, in import paramiko ModuleNotFoundError: No module named 'paramiko'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 389, in command_run self.current_module.run() File "/data/data/com.termux/files/home/routersploit/routersploit/modules/scanners/autopwn.py", line 77, in run for module in utils.iter_modules(directory): File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 138, in iter_modules yield import_exploit(path) File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 120, in import_exploit raise RoutersploitException( routersploit.core.exploit.exceptions.RoutersploitException: Error during loading 'routersploit/modules/exploits/generic/ssh_auth_keys'

Error: No module named 'paramiko'

It should be valid path to the module. Use key multiple times for completion.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "rsf.py", line 29, in routersploit(sys.argv) File "rsf.py", line 25, in routersploit rsf.start() File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 125, in start command_handler(args, **kwargs) File "/data/data/com.termux/files/home/routersploit/routersploit/core/exploit/utils.py", line 177, in wrapper return fn(self, *args, **kwargs) File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 394, in command_run print_error(traceback.format_exc(sys.exc_info())) File "/data/data/com.termux/files/usr/lib/python3.8/traceback.py", line 167, in format_exc return "".join(format_exception(*sys.exc_info(), limit=limit, chain=chain)) File "/data/data/com.termux/files/usr/lib/python3.8/traceback.py", line 120, in format_exception return list(TracebackException( File "/data/data/com.termux/files/usr/lib/python3.8/traceback.py", line 493, in init context = TracebackException( File "/data/data/com.termux/files/usr/lib/python3.8/traceback.py", line 509, in init self.stack = StackSummary.extract( File "/data/data/com.termux/files/usr/lib/python3.8/traceback.py", line 340, in extract if limit >= 0: TypeError: '>=' not supported between instances of 'tuple' and 'int' $

Acehacker9 avatar Apr 07 '20 08:04 Acehacker9

Try to install python2 package as well with python using pip install future. Follow the steps

apt update && apt upgrade pkg install python2 pkg install python pkg install git git clone https://github.com/threat9/routersploit cd routersploit pip2 install -r requirements-dev.txt pip3 install future python rsf.py

darkestlume avatar May 14 '20 14:05 darkestlume

Which OS are you using?

On Thu, Apr 18, 2019, 9:36 PM LS GAMING [email protected] wrote:

): i cant even open it it says Traceback (most recent call last): File "rsf.py", line 10, in from routersploit.interpreter import RoutersploitInterpreter File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 11, in from future.builtins import input ModuleNotFoundError: No module named 'future' $ cd routerspolit bash: cd: routerspolit: No such file or directory

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/threat9/routersploit/issues/531#issuecomment-484574890, or mute the thread https://github.com/notifications/unsubscribe-auth/ALRYNPLQQENRG7DNCIX5BJTPRCL6TANCNFSM4FZKFKEA .

pwaghela11 avatar May 19 '20 12:05 pwaghela11

Help guise i need directory file for routersploit

Reniel40 avatar Jun 13 '20 01:06 Reniel40

Send me the link.

Reniel40 avatar Jun 13 '20 01:06 Reniel40

Bro I need your help @

Wishwa123 avatar Jul 05 '20 12:07 Wishwa123

Cool

Fima777 avatar Sep 24 '20 00:09 Fima777

How to target ip and how to it is work

Ravi296326 avatar Sep 29 '20 08:09 Ravi296326