threat9 / routersploit

Exploitation Framework for Embedded Devices
Other
12.01k stars 2.31k forks source link

Routersploit termux #531

Open CyberKid1987 opened 5 years ago

CyberKid1987 commented 5 years ago

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/

threeworld commented 5 years ago

same error for me

CyberKid1987 commented 5 years ago

Works in nethunter and Andrax perfect.

threeworld commented 5 years ago

thanks

zombozo12 commented 5 years ago

have you tried running it by using python3?

threeworld commented 5 years ago

Yes, i have tried.

VzMycale commented 5 years ago

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

desword commented 5 years ago

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

jepunband commented 5 years ago

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

Sp00nyMan commented 5 years ago

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

pwaghela11 commented 5 years ago

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

toxicXvoid commented 5 years ago

): 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

HigeRoy commented 5 years ago

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 notifications@github.com 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 .

toxicXvoid commented 5 years ago

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 notifications@github.com 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 notifications@github.com 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 .

danuulast commented 5 years ago

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

HigeRoy commented 5 years ago

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 notifications@github.com 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' … <#m3624342515590975238> 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 .

Persie11 commented 5 years ago

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

toxicXvoid commented 5 years ago

many many tnx.it worked

On Wed, May 1, 2019 at 5:09 PM Persie11 notifications@github.com 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 .

HigeRoy commented 5 years ago

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

CyberKid1987 commented 5 years ago

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

adarshsudhi commented 4 years ago

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

pwaghela11 commented 4 years ago

Try rsf python 2.py

On Sun, Jan 12, 2020, 8:13 AM adarsh543 notifications@github.com 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 .

marouuanemez commented 4 years ago

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

Acehacker9 commented 4 years ago

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

darkestlume commented 4 years ago

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

pwaghela11 commented 4 years ago

Which OS are you using?

On Thu, Apr 18, 2019, 9:36 PM LS GAMING notifications@github.com 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 .

Reniel40 commented 4 years ago

Help guise i need directory file for routersploit

Reniel40 commented 4 years ago

Send me the link.

Wishwa123 commented 4 years ago

Bro I need your help @

Fima777 commented 3 years ago

Cool

Ravi296326 commented 3 years ago

How to target ip and how to it is work

Ravi296326 commented 3 years ago

I want help

yva642 commented 3 years ago

A l'aide please

Zzzwer commented 3 years ago

Traceback (most recent call last): File "/data/data/com.termux/files/home/routersploit/rsf.py", line 10, in from routersploit.interpreter import RoutersploitInterpreter File "/data/data/com.termux/files/home/routersploit/routersploit/interpreter.py", line 12, in from future.builtins import input ModuleNotFoundError: No module named 'future'
Не выходиь ((

Zzzwer commented 3 years ago

https://hdd.tomsk.ru/desk/onovmfqx Устанавливаю pip install future.

CyberKid1987 commented 3 years ago

Install buku. It's aSolution. And then Requirements.

Στις Δευ, 12 Ιουλ 2021, 17:37 ο χρήστης Zzzwer @.***> έγραψε:

[image: Screenshot_2021-07-12-21-36-09-462_com termux] https://user-images.githubusercontent.com/87302488/125306219-38d4d980-e359-11eb-9ba9-eec1a094c589.jpg Устанавливаю pip install future.

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

PandaLove69 commented 2 years ago

Please help while I write git clone (link) I need Username and password I enter my username and I enter my password but it's not displayed. Pls help

CyberKid1987 commented 2 years ago

Please help while I write git clone (link) I need Username and password I enter my username and I enter my password but it's not displayed. Pls help

Delete and write your own last word. Copy - paste method cut last word from link.

Now we have a problem with installing pynacl on termux. It's a madness...

CyberKid1987 commented 2 years ago

ERROR: Could not build wheels for pynacl, which is required to install pyproject.toml-based projects

Any help?

@fornwall

Roylyre commented 2 years ago

I finally finished a script to install routersploit on termux. If anyone interested trying my script you can go here https://github.com/Roylyre/Routersploit-Termux . Maybe your problem with installation done with this script, if you found error, feel free to ask help from me... as long as I understand xD.

Roylyre commented 2 years ago

@CyberKid1987 i got some reference about your problem and got the fix for it from a issue 1 year ago, you can go to my repo and see the references, hope it helps ^-^

CyberKid1987 commented 2 years ago

@CyberKid1987 i got some reference about your problem and got the fix for it from a issue 1 year ago, you can go to my repo and see the references, hope it helps ^-^

Works fine and without installed buku!

Thank you 🙂

ummwhite commented 2 years ago

Can't install, asking for a username and password, after that asking for a token. Pls help