threat9/routersploit

Routersploit termux

Open

#531 geöffnet am 5. Okt. 2018

Auf GitHub ansehen
 (40 Kommentare) (82 Reaktionen) (0 zugewiesene Personen)Python (2.340 Forks)batch import
help wanted

Repository-Metriken

Stars
 (11.672 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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/

Contributor Guide