Results 1 to 4 of 4

Thread: nexus 7 spiderfoot issues

  1. #1
    Join Date
    2014-Sep
    Location
    UK
    Posts
    12

    nexus 7 spiderfoot issues

    Hello all,

    The tablet in question is a nexus 7 with a stock 4.4 fresh install.
    using the kalimenu to launch spiderfoot I get

    500 Internal Server Error

    Code:
    Starting web server at http://127.0.0.1:5001...
    
    *************************************************************
    Use SpiderFoot by starting your web browser of choice and
    browse to http://127.0.0.1:5001
    *************************************************************
    
    [27/Sep/2014:11:14:47] ENGINE Listening for SIGHUP.
    [27/Sep/2014:11:14:47] ENGINE Listening for SIGTERM.
    [27/Sep/2014:11:14:47] ENGINE Listening for SIGUSR1.
    [27/Sep/2014:11:14:47] ENGINE Bus STARTING
    [27/Sep/2014:11:14:47] ENGINE Started monitor thread '_TimeoutMonitor'.
    [27/Sep/2014:11:14:47] ENGINE Serving on http://127.0.0.1:5001
    [27/Sep/2014:11:14:47] ENGINE Bus STARTED
    [27/Sep/2014:11:31:20] HTTP Traceback (most recent call last):
      File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 670, in respond
        response.body = self.handler()
      File "/usr/local/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 217, in __call__
        self.body = self.oldhandler(*args, **kwargs)
      File "/usr/local/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 61, in __call__
        return self.callable(*self.args, **self.kwargs)
      File "/opt/spiderfoot/sfwebui.py", line 138, in index
        templ = Template(filename='dyn/scanlist.tmpl', lookup=self.lookup)
      File "/usr/lib/python2.7/dist-packages/mako/template.py", line 276, in __init__
        module = self._compile_from_file(path, filename)
      File "/usr/lib/python2.7/dist-packages/mako/template.py", line 349, in _compile_from_file
        data = util.read_file(filename)
      File "/usr/lib/python2.7/dist-packages/mako/util.py", line 414, in read_file
        fp = open(path, mode)
    IOError: [Errno 2] No such file or directory: 'dyn/scanlist.tmpl'
    Any help would be much appreciated.

    Thank you in advance

  2. #2
    To fix this, you need to make a small edit to the kalimenu script, located in the Kali chroot, in /usr/bin/kalimenu.

    Change this :
    Code:
    f_spiderfoot(){
    python /opt/spiderfoot/sf.py
    }
    to this :
    Code:
    f_spiderfoot(){
    cd /opt/spiderfoot/ && python /opt/spiderfoot/sf.py
    }
    and re-start spiderfoot.

    This fix has been pushed to github.

  3. #3
    Join Date
    2014-Sep
    Posts
    176
    missed muts post above, pushed fix to github
    Last edited by binkybear; 2014-09-28 at 06:11.

  4. #4
    Join Date
    2014-Sep
    Location
    UK
    Posts
    12
    Victory! many thanks again @muts

Similar Threads

  1. Replies: 3
    Last Post: 2022-05-31, 23:16
  2. Nexus 9 issues
    By colonelPanic in forum Installing NetHunter
    Replies: 0
    Last Post: 2019-01-06, 16:36
  3. Nexus 9 Issues
    By Nikku in forum Installing NetHunter
    Replies: 2
    Last Post: 2018-08-12, 02:17
  4. Nexus 5 Install Issues
    By caudillfish in forum Installing NetHunter
    Replies: 0
    Last Post: 2017-01-10, 17:50
  5. Nethunter 3 on Nexus 4 issues
    By fslivere in forum NetHunter General Questions
    Replies: 0
    Last Post: 2016-01-11, 13:30

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •