Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG:WARNING: Tool path not found for: /root/owtf/tools/restricted/hoppy-1.8.1/hoppy-1.8.1 #239

Closed
firebitsbr opened this issue Jun 3, 2014 · 2 comments

Comments

@firebitsbr
Copy link

python owtf.py www.xxx.com

              __       ___  
             /\ \__  /'___\ 

___ __ __ \ \ ,/\ _/
/ `/\ /\ /\ \ \ /\ \ ,\
/\ _\ \ \ _/ _/ \ \ _\ \ _/
\ __
/\ **x**/'\ \ _\
/
/ /
/// // /_/

OWTF Version: 0.45.0, Release: Winter Blizzard

[] Loading framework please wait..
[
] Loading Config from: /root/owtf/profiles/general/default.cfg ..
[] Loading Resources from: /root/owtf/profiles/resources/default.cfg ..
[
] Loading net Plugin Order from: /root/owtf/profiles/net_plugin_order/default.cfg ..
[] Loading web Plugin Order from: /root/owtf/profiles/web_plugin_order/default.cfg ..
[
] The IP address for www.xxx.com is: 'x.x.x.x'
[] The IP address for www.xxx.com is: 'x.x.x.x'
[
] WARNING: Tool path not found for: /root/owtf/tools/restricted/hoppy-1.8.1/hoppy-1.8.1
[]
[
] WARNING!!!: 1 tools could not be found. Some suggestions:
[*] - Define where your tools are here: /root/owtf/profiles/general/default.cfg
Continue anyway? [Y/n]

Sugestion:

cd /root/owtf/tools/restricted/hoppy-1.8.1/hoppy-1.8.1

wget --no-check-certificate http://labs.portcullis.co.uk/download/hoppy-1.8.1.tar.bz2; bunzip2 *; tar xvf *; rm -f *.tar 2> /dev/null

Error:

wget http://labs.portcullis.co.uk/download/hoppy-1.8.1.tar.bz2; bunzip2 *; tar xvf *; rm -f *.tar 2> /dev/null
--2014-06-03 18:09:52-- http://labs.portcullis.co.uk/download/hoppy-1.8.1.tar.bz2
Resolving labs.portcullis.co.uk (labs.portcullis.co.uk)... 77.75.105.66
Connecting to labs.portcullis.co.uk (labs.portcullis.co.uk)|77.75.105.66|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://labs.portcullis.co.uk/download/hoppy-1.8.1.tar.bz2 [following]
--2014-06-03 18:09:53-- https://labs.portcullis.co.uk/download/hoppy-1.8.1.tar.bz2
Connecting to labs.portcullis.co.uk (labs.portcullis.co.uk)|77.75.105.66|:443... connected.
ERROR: The certificate of `labs.portcullis.co.uk' is not trusted.
bunzip2: Can't open input file *: No such file or directory.
tar: *: Cannot open: No such file or directory

@flabbergastedbd
Copy link
Contributor

Do you have a MiTM proxy in between, because I was able to download hoppy without any certificate error? Moreover removing cert check might lead to issues

@flabbergastedbd
Copy link
Contributor

The actual error of "File not found" fixed. Check #237 . Feel free to reopen if the cert problem persists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants