trustedsec / ptf

The Penetration Testers Framework (PTF) is a way for modular support for up-to-date tools.
5.09k stars 1.23k forks source link

Error installing intelligence-gathering tools #479

Closed ivo-toby closed 4 years ago

ivo-toby commented 4 years ago

Running Ubuntu 18.04, fully updated I got an error with use modules/intelligence-gathering/install_update_all. The error: 'ascii' codec can't decode byte 0xc3 in position 166: ordinal not in range(128)

Log;

ptf> use modules/intelligence-gathering/install_update_all
[*] You are about to install/update everything. Proceed? [yes/no]:yes
[*] Auto updating is turned to on, this will install normal package updates for you...
[*] If you want to turn this off, go to the PTF directory and go to config and change AUTO_UPDATE
Hit:1 http://nl.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://downloads.metasploit.com/data/releases/metasploit-framework/apt lucid InRelease
Hit:3 http://nl.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://nl.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:5 http://nl.archive.ubuntu.com/ubuntu bionic-security InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
build-essential is already the newest version (12.4ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
W: --force-yes is deprecated, use one of the options starting with --allow instead.
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
[*] Finished with normal package updates, moving on to the tools section..
[*] We are going to first install all prereqs using apt before installing..
[*] Cycling through modules and grabbing requirements...
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/hash_extender.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/ldapdomaindump.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/dnsrecon.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/enum4linux.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/sap-dissector-wireshark.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/linkfinder.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/sniper.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/eyewitness.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/massdns.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/urlcrazy.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/ldapper.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/subfinder.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/xdotool.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/recon-ng.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/windows-exploit-suggester.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/subover.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/masscan.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/gobuster.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/pcredz.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/goofile.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/server-status_pwn.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/hacks.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/skiptracer.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/ipcrawl.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/dirb.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/githubcloner.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/smtp-user-enum.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/rawr.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/knockpy.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/shell-storm-api.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/nullinux.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/wafw00f.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/turbolist3r.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/bfac.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/dnsenum.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/sublist3r.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/spoofcheck.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/msfenum.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/udp-proto-scanner.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/theHarvester.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/altdns.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/soapui.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/postman.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/smbmap.py
!!!***!!!installing deps for module: /opt/ptf/modules/intelligence-gathering/osrframework.py
[!] [!] DANGER WILL ROBINSON. DANGER WILL ROBINSON. Error has occurred.
[!] [!] It's not possible its due to my coding skillz, it must be you? :-)
[!] [!] Printing that error. Get that error. You get it: 'ascii' codec can't decode byte 0xc3 in position 166: ordinal not in range(128)
HackingDave commented 4 years ago

fixed in the latest, thanks for letting us know