Closed Bug 1273350 Opened 8 years ago Closed 8 years ago

funfuzz error

Categories

(Testing :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: takashi.kazenomamani, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160503004116

Steps to reproduce:

When I run funfuzz, error message will appear.

I read instruction on these pages.

https://github.com/MozillaSecurity/funfuzz/blob/master/README.md

http://www.rumblingedge.com/2015/08/06/use-funfuzz-to-find-new-unique-security-bugs-in-mozilla-for-bounty-rewards/

------------------------------------------------------------------------

I run this command in order to run funfuzz. My os is (Ubuntu 14.04)

python -u funfuzz/loopBot.py -b "--random" --target-time 28800 | tee ~/log-loopBotPy.txt

-----------------------------------------------------------------------------
error message


Traceback (most recent call last):
  File "/home/kaze/funfuzz/bot.py", line 23, in <module>
    import createCollector
  File "/home/kaze/funfuzz/util/createCollector.py", line 12, in <module>
    from Collector.Collector import Collector
  File "/home/kaze/FuzzManager/Collector/Collector.py", line 29, in <module>
    import requests
ImportError: No module named requests
Something went wrong when calling: ['/usr/local/bin/python', '-u', '/home/kaze/funfuzz/bot.py', '-b', '--random', '--target-time', '28800']
CalledProcessError()
Traceback (most recent call last):
  File "funfuzz/loopBot.py", line 41, in loopSequence
    subprocess.check_call(cmd)
  File "/usr/local/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '['/usr/local/bin/python', '-u', '/home/kaze/funfuzz/bot.py', '-b', '--random', '--target-time', '28800']' returned non-zero exit status 1




Actual results:

When I run funfuzz, error messege will appear. What is "ImportError: No module named requests"???


Expected results:

It's impossible for me to understand what is happening... Please teach me what should I do.
If there is a video tutorial "how to install and configure funfuzz," I think many people will be happy.

Reading documentation is not user friendly.

Could you please make a video tutorial?
Thanks for filing. However, for funfuzz, please file issues in the Github tracker:

https://github.com/MozillaSecurity/funfuzz/issues

Moving issue over.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
>   File "/home/kaze/FuzzManager/Collector/Collector.py", line 29, in <module>
>     import requests
> ImportError: No module named requests

FuzzManager prerequisites are at requirements.txt located in: https://github.com/MozillaSecurity/FuzzManager
I solved this problem by installing FuzzManager prerequisites. Thank you so much!!!
You need to log in before you can comment on or make changes to this bug.