Menu

please report bugs here

2013-04-20
2018-07-04
  • pedro ubuntu

    pedro ubuntu - 2013-04-20


    -=[ BUG REPORTING ]=-

                     "correct way to report a Bug"
    
              1 - describe what netool distro are you using
                  "netool[kali].tar.gz  OR  netool.tar.gz"
              2 - post the error report provided by netool.sh
    

    @Suspicious Shell Activity Labs | r00tsect0r CyberTeam

     

    Last edit: pedro ubuntu 2015-07-25
    • Anonymous

      Anonymous - 2018-06-23

      i have got this errror while using it please need help

       
    • Anonymous

      Anonymous - 2018-07-04

      im using netool[kali].tar.gz distro and i got the ERROR tar java-exploit.tar.gz cant open no suck file on directory .priv8.sh 2731 ......... as in the previous screenshot i posted on the 23/06/2018.

       
  • pedro ubuntu

    pedro ubuntu - 2013-05-05

    [ Strahinja Prvulovic ]

    i cannot open webcrawler on your netool...
    I have make chmod +x webcrawer.py
    and all but does not work

    bug report

      [-] (Your choice?):18
      ./netool.sh: 2087: cd: can't cd to /home/haxorworm/opensource
      [~] this module require [webcrawler.py] installed to work
    


     

    Last edit: pedro ubuntu 2015-07-25
    • pedro ubuntu

      pedro ubuntu - 2013-07-03

      soluction

      my tool dont use 'absoluct paths' to work, so it as
      to be installed on the rigth location to work proper...

        install path in linux-ubuntu:
        unpack "opensource.tar.gz" under "/home/username" folder
        example: (home/username/opensource)
      


        install path in kali-linux:
        unpack "opensource[kali].tar.gz" under "/root" folder
        example: (/root/opensource)
      


        install path in backtrack-linux:
        unpack "opensource[backtrack].tar.gz" under "/root" folder
        example: (/root/opensource)
      


      final notes

      your error shows that my tool its not installed in the rigth path

       

      Last edit: pedro ubuntu 2013-11-25
  • pedro ubuntu

    pedro ubuntu - 2013-05-05

    [ Strahinja Prvulovic ]

    module webcrawler.py

    bug report

      Traceback (most recent call last):
      File "./webcrawler.py", line 19, in <module>
      from BeautifulSoup import BeautifulSoup
      ImportError: No module named BeautifulSoup
    
     

    Last edit: pedro ubuntu 2013-10-22
    • pedro ubuntu

      pedro ubuntu - 2013-07-03

      soluction

      install the packet "BeautifulSoup"
      (Beautiful Soup is a Python library for parsing HTML documents).


        "install 'BeautifulSoup' on linux-ubuntu"
      
        sudo apt-get install BeautifulSoup
      
        or: install it using "synaptic packet manager":
      
        python-beautifulsoup
      


        "install 'BeautifulSoup' on kali-linux"
      
        install using "synaptic packet manager"
        python-beautifulsoup
      
       

      Last edit: pedro ubuntu 2013-11-25
  • pedro ubuntu

    pedro ubuntu - 2013-05-07

    [ Andrzej Wysocki ]

    netool gives me a error when installing..
    on backtrack linux distro

    bug report

      package ettercap-gtk is not available, but is referred to by another package.
      This may mean that the package is missing, has been obsoleted, or
      is only available from another source
      E: Package ettercap-gtk has no installation candidate
    
      \033[31m[*] this script required Macchanger instaled to work\033[0m
      \033[32m[!] {wait} downloading macchanger from network... \033[0m
      \033[32m[!] press \033[36m{CTRL+C}\033[0m\033[32m to stop installation \033[0m
    
      Reading package lists... Done
      Building dependency tree 
      Reading state information... Done
      macchanger is already the newest version.
      E: Couldn't find package macchanger-gtk
      \033[34m[+] macchanger {instaled} restarting Script...\033[0m
    
     

    Last edit: pedro ubuntu 2013-10-22
    • pedro ubuntu

      pedro ubuntu - 2013-07-03

      soluction

      ok it seems that ettercap-gtk (ettercap GUI) was removed from repos
      [so install it using ubuntu software center, or synaptic packet manager],

      it seems that macchanger-gtk (macchanger GUI) was removed from repos
      to [so install it using ubuntu software center, or synaptic packet manager],

      another soluction will be:

      (config only for netool.sh-backtrack distro)

      edit the file "netool.sh" and search for
      'Path to instalations and variaveis do script'
      then replace the paths for the rigth ones

        find="/usr/local/share/zenmap"
        find2="/usr/local/share/ettercap"
        find3="/usr/local/share/macchanger"
        find4="/opt/metasploit"
        confE="/etc/etter.conf"
        confD="/usr/local/share/ettercap/etter.dns"
        confP="/usr/local/share/ettercap/etter.services"
        confW="/usr/bin/driftnet"
        confSSL="installed"
        about="Scriptversion.nt"
        craw="webcrawler.py"
        priv8="priv8.sh"
        cleanup="/tmp/evil"
        root3="/opt/metasploit/msf3/scripts/meterpreter/root3.rb"
      
       

      Last edit: pedro ubuntu 2015-07-25
  • moldy

    moldy - 2013-07-03

    Using up to date Kali, and Metasploit I'm having a problem installing Metasploit.

    Actually, I already have MSF insalled, however when I use your tool,it says I need to install it. There should be a way I could use my existing MSF, is there a way I can easily update the location? Same with Webcrawler.py.

    bug report

      [-] (Your choice?):9
      [*] [priv8.sh]: installation found...
      [x] [warning]: this module required Metasploit instaled to work...
      [+] more info here: http://l3w0nx.blogspot.pt/2012/03/install-metasploit-latest-linux.html
    


    Thinking I'll re-install it, I followed the directions within the script,
    and MSF is failing to install here:

      root@kali:~# sudo chmod + x metasploit-latest-linux-installer.run
      chmod: cannot access `x': No such file or directory
    

    Thank you...

     

    Last edit: pedro ubuntu 2013-11-25
    • pedro ubuntu

      pedro ubuntu - 2013-07-03



      if you are using kali-linux distro then 'metasploit' its allready installed by default (we dont need to install it again...)


      soluction

      download 'netool.sh' for kali-distro from here:
      netool.sh kali-distros
      video tutorial


      another soluction will be

      my metasploit install its on version "4-4.0" so my tool will point
      to that directory in search of MSF, a simple fix will be replace the path of 'metasploit' current install in 'priv8.sh' and 'netool.sh' script.

      [edit 'netool.sh' and replace the follow line]

        find4="/opt/metasploit-4.4.0"
      
        for:
      
        find4="/opt/metasploit"
      


      [edit 'priv8.sh' and replace the follow line]

        find="/opt/metasploit-4.4.0"
      
        for:
      
        find="/opt/metasploit"
      


      final notes

      'sudo' its to run a command as 'root' user, in kali-distros we are 'root' users by default (no need for sudo), and its 'chmod +x' and not 'chmod + x'...

      so the rigth command it will be:
      'chmod +x metasploit-latest-linux-installer.run'
      and then './metasploit-latest-linux-installer.run'
      (but we dont need to install the metasploit again...)


       

      Last edit: pedro ubuntu 2015-07-25
  • pedro ubuntu

    pedro ubuntu - 2013-09-17

    [Anggriyanto Pangaribuan]

    bug report

      kali linux has been up date for ettercap framework,
      (etter.dns its not in "/usr/share/ettercap" anymore)...
    
     

    Last edit: pedro ubuntu 2013-10-22
    • pedro ubuntu

      pedro ubuntu - 2013-09-17

      soluction

      [edit 'netool.sh' and replace the follow line]

        confD="/usr/share/ettercap/etter.dns"
      
        for:
      
        confD="etc/ettercap/etter.dns"
      


      [edit 'priv8.sh' and replace the follow line]

        confD="/usr/share/ettercap/etter.dns"
      
        for:
      
        confD="etc/ettercap/etter.dns"
      
       

      Last edit: pedro ubuntu 2013-11-25
  • Antonio Jesús

    Antonio Jesús - 2013-09-28

    Hello,

    iam using netool.sh V3.3 for KALI-LINUX distro
    in the module 9 [rootsector exploits] / 4,5,6 [clone website],
    metasploit-framework displays the following error:

    bug report

      [09/29/2013 00:15:44] [e(0)] core:
    

    /opt/metasploit/apps/pro/msf3/modules/post/windows/manage/portproxy.rb failed to load due to the following error:
    NameError
    uninitialized constant Msf::Post::Windows
    Call stack:
    /opt/metasploit/apps/pro/msf3/modules/post/windows/manage/portproxy.rb:10:in <class:Metasploit3>' /opt/metasploit/apps/pro/msf3/modules/post/windows/$
    /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loader/base.rb:54:in module_eval' /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loader/base.r$
    /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loader/base.rb:147:in block in load_module' /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loa$
    /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loader/base.rb:553:in namespace_module_transaction' /opt/metasploit/apps/pro/msf3/lib/msf/core/mod$
    /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loader/base.rb:271:in block in load_modules' /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/lo$
    /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loader/directory.rb:60:in each' /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loader/director$
    /opt/metasploit/apps/pro/msf3/lib/rex/file.rb:127:in block in find' /opt/metasploit/apps/pro/msf3/lib/rex/file.rb:126:incatch'
    /opt/metasploit/apps/pro/msf3/lib/rex/file.rb:126:in find' /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loader/directory.rb:45:inblock in each_$
    /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loader/directory.rb:29:in foreach' /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loader/direc$
    /opt/metasploit/apps/pro/msf3/lib/msf/core/modules/loader/base.rb:264:in load_modules' /opt/metasploit/apps/pro/msf3/lib/msf/core/module_manager/load$
    /opt/metasploit/apps/pro/msf3/lib/msf/core/module_manager/loading.rb:116:in each' /opt/metasploit/apps/pro/msf3/lib/msf/core/module_manager/loading.r$
    /opt/metasploit/apps/pro/msf3/lib/msf/core/module_manager/module_paths.rb:56:in block in add_module_path' /opt/metasploit/apps/pro/msf3/lib/msf/core/$
    /opt/metasploit/apps/pro/msf3/lib/msf/core/module_manager/module_paths.rb:55:in add_module_path' /opt/metasploit/apps/pro/msf3/lib/msf/base/simple/fr$
    /opt/metasploit/apps/pro/msf3/msfcli:298:in init_modules' /opt/metasploit/apps/pro/msf3/msfcli:535:inrun!'
    /opt/metasploit/apps/pro/msf3/msfcli:557:in `'

    and metasploit fail/crash .... thanks

     

    Last edit: pedro ubuntu 2013-11-25
    • pedro ubuntu

      pedro ubuntu - 2013-10-09


      question:

      this bug only happens in [rootsector] modules 4,5,6
      (did the other modules in r00tsect0r works fine ???)

      final notes

      for your bug report i belive that the 'metasploit'
      installation in your KALI-LINUX its corrupted...
      (can you use msfconsole on your PC ???)

        my tool "r00tsect0r module" needs the "metasploit",
        "apache2" and "ettercap" installed to work, so if you
        have an error in any of this frameworks then
        my tool wont work.
      


      i belive that if your have the 'metasploit' corrupted
      the better soluction will bee installing again the KALI-LINUX
      distro (metasploit its allready installed by default)..
      and then my tool will work...

       

      Last edit: pedro ubuntu 2013-11-25
  • pedro ubuntu

    pedro ubuntu - 2013-10-22

    [ Sem Anony ]

    iam using netool.sh V3.3 for ubuntu distro
    the module 'priv8.sh' displays the following error:

    bug report

      [-] (Your choice?):9
      [*] [priv8.sh]: installation found...
      [x] [warning]: this module required Metasploit instaled to work...
      [+] more info here: http://l3w0nx.blogspot.pt/2012/03/install-metasploit-latest-linux.html
    
     

    Last edit: pedro ubuntu 2013-10-22
    • pedro ubuntu

      pedro ubuntu - 2014-03-23

      soluction:

      [opensource folder as to be installed in]

        ubuntu = /home/username/opensource
        kali = /root/opensource
      

      (if the tool as not installed in the rigth path then it will give errors)


      my metasploit install its on version "4-4.0" so my tool will point
      to that directory in search of MSF, a simple fix will be replace the path of 'metasploit' current install in 'priv8.sh' and 'netool.sh' script.

      [edit 'netool.sh' and replace the follow line]

        find4="/opt/metasploit-4.4.0"
      
        for:
      
        find4="/opt/metasploit"
      

      [edit 'priv8.sh' and replace the follow line]

        find="/opt/metasploit-4.4.0"
      
        for:
      
        find="/opt/metasploit"
      

      .

       
  • Anonymous

    Anonymous - 2014-03-11

    bug report

      [-] (Your choice?):9
      ./netool.sh: 2524: cd: can't cd to /root/opensource
      [*] [priv8.sh]: installation found...
      ./netool.sh: 2528: cd: can't cd to /root/opensource/modules
    
     

    Last edit: pedro ubuntu 2014-03-23
    • pedro ubuntu

      pedro ubuntu - 2014-03-23

      soluction

      my tool dont use 'absoluct paths' to work, so it as to be installed on the rigth location to work proper, and your bug report shows that my tool its not installed in the rigth path, or that you have downloaded the wrong version of my tool for you OS.


      Download netool.sh for UBUNTU

        "install path in linux-ubuntu":
        unpack "opensource.tar.gz" under "/home/username" folder
        example: (home/username/opensource)
      



      Download netool.sh for KALI

        "install path in kali-linux":
        unpack "opensource[kali].tar.gz" under "/root" folder
        example: (/root/opensource)
      


      another soluction will be:

      edit the file "netool.sh" search for 'Path to instalations and variaveis do script' and then replace the paths for the rigth ones depending of your operative system configuration.

        find="/usr/share/nmap"
        find2="/usr/share/ettercap"
        find3="/usr/share/macchanger"
        find4="/opt/metasploit"
        confE="/etc/etter.conf"
        confD="/usr/share/ettercap/etter.dns"
        confP="/usr/share/ettercap/etter.services"
        confW="/usr/share/doc/driftnet"
        confSSL="installed"
        about="Scriptversion.nt"
        craw="webcrawler.py"
        priv8="modules/priv8.sh"
        cleanup="/tmp/evil"
        myaux="/usr/share/metasploit-framework/modules/auxiliary/analyze"
        root3="/opt/metasploit/apps/pro/scripts/meterpreter/root3.rb"
      


      edit the file "priv8.sh" search for 'path to frameworks installed' and then replace the paths for the rigth ones depending of your operative system configuration.

        priv8="priv8"
        cleanup="/tmp/evil"
        confD="/usr/share/ettercap/etter.dns"
        find="/opt/metasploit"
        apache="/var/www"
      


       
  • pedro ubuntu

    pedro ubuntu - 2014-06-14

    [BUG report - thantserpelis]

    actually i found an error so i thought to tell u using the sslstrip
    doesnt work probably the setup.py has an error this is what i got error:

      file '/root/opensource/sslstrip-0.9/sslstrip/sslstrip' does not exist
      [x] {sslstrip.py}:installed... RESTARTING:{netool.sh}
    
     

    Last edit: pedro ubuntu 2014-06-14
  • pedro ubuntu

    pedro ubuntu - 2014-06-14

    soluction

    hello, ive try to re-install the toolkit again on my ubuntu
    to repair the bug, but i didnt find any bug on it, since in my installation
    it works perfect (sslstrip module)...

    questions

    1 - do you have python installed on your OS?
    2 - do you have give root permitions for all files.py?

      cd opensource/ssslstrip-0.9 && chmod +x *.py
    

    my tool in the first run (sslstrip module) will search in the folder "opensource/sslstrip-0.9" for the file "installed"

    if it dosent find the file it starts installing sslstrip
    using "setup.py" file, after sslstrip installed you will see
    "installed" file and "build" folder...

    so check in "opensource/sslstrip-0.9" if "build" folder exists,
    and if "installed" file exists <-- this meens that the sslstrip as installed proper...

    check here the screenshots
    https://db.tt/15ZcXXfy
    https://db.tt/NmKDfGeC

     

    Last edit: pedro ubuntu 2014-06-14
  • Anonymous

    Anonymous - 2014-08-04

    Incorrect number of token (///) in TARGET !!

    cd opensource/netool.sh

    driftnet -i $interface -d ~/opensource/netool-capture & ettercap -T -Q -i $interface -M arp //$targ/ /$rou//

    OK :)

     
    • pedro ubuntu

      pedro ubuntu - 2014-08-04



      taken from ettercap maling list webpage:
      http://sourceforge.net/.../mailman/ettercap-betatesting/

      As per the man pages, it needs an extra / in the target selection because of the IPv6 capability. we have been using ettercap agains IPV4 and the new protocol IPV6 seems to work diferent,

      how to fix it

      edit 'netoo.sh' and 'priv8.sh' and insert an extra / in the target selection

        ettercap -T -M arp /// ///
        OR
        ettercap -T -M arp //$target/ /$router//
        should work...
      
       

      Last edit: pedro ubuntu 2015-09-28
  • Anonymous

    Anonymous - 2015-02-19

    This is On kali

    [*] Initializing modules...
    [-] Failed to connect to the database: could not connect to server: Connection refused
    Is the server running on host "localhost" (::1) and accepting
    TCP/IP connections on port 5432?
    could not connect to server: Connection refused
    Is the server running on host "localhost" (127.0.0.1) and accepting
    TCP/IP connections on port 5432?

    APPLETNAME => microsoft
    TARGET => 0
    PAYLOAD => java/meterpreter/reverse_tcp
    LHOST => 192.168.1.106
    URIPATH => /support
    [*] Exploit running as background job.

     
    • pedro ubuntu

      pedro ubuntu - 2015-02-20


      hello hax0r, But that error display its not my toolkit (netool.sh t00lkit) fault, this is a metasploit internal error or you are not connected to network, but i belive that possible causes are:


      1º - you did not have started the postgres service on your machine
      (90% sure of that)

        service postgresql start
      


      2º - You can verify that PostgreSQL is running by checking the output
      of [ ss -ant | egrep "5432" ] and making sure that port 5432 is listening.

        State Recv-Q Send-Q Local Address:Port Peer Address:Port
        LISTEN 0 128 127.0.0.1:5432 *:*
        LISTEN 0 128 ::1:5432 :::*
      


      3º - Start the Kali Metasploit Service

        service metasploit start
      


      4º - check if everything its OK...
      Now that the PostgreSQL an Metasploit services are running,
      you can launch msfconsole and verify database connectivity
      with the db_status command as shown below.

        msfconsole
      
        msf > db_status
        [*] postgresql connected to msf3
        msf >
      



      P.S: this is not a bug on my toolkit


       

      Last edit: pedro ubuntu 2015-02-20
  • Anonymous

    Anonymous - 2015-07-24
    1. netool[kali].tar.gz
    2. While using option 13 in netool.sh with newest kali in vm I get the following:

    bug report

    Unhandled Error
    Traceback (most recent call last):
    File "./sslstrip.py", line 105, in main
    reactor.run()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run
    self.mainLoop()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1181, in mainLoop
    self.doIteration(t)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/pollreactor.py", line 167, in doPoll
    log.callWithLogger(selectable, _drdw, selectable, fd, event)
    --- <exception caught="" here=""> ---
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithLogger
    return callWithContext({"system": lp}, func, args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext
    return self.currentContext().callWithContext(ctx, func,
    args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
    return func(*args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 599, in _doReadOrWrite
    self._disconnectSelectable(selectable, why, inRead)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 263, in _disconnectSelectable
    selectable.connectionLost(f)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 433, in connectionLost
    Connection.connectionLost(self, reason)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 277, in connectionLost
    protocol.connectionLost(reason)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 455, in connectionLost
    self.handleResponseEnd()
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 119, in handleResponseEnd
    HTTPClient.handleResponseEnd(self)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 466, in handleResponseEnd
    self.handleResponse(b)
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 133, in handleResponse
    self.client.write(data)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 898, in write
    raise RuntimeError('Request.write called on a request after '
    exceptions.RuntimeError: Request.write called on a request after Request.finish was called.
    Unhandled Error
    Traceback (most recent call last):
    File "./sslstrip.py", line 105, in main
    reactor.run()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run
    self.mainLoop()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1181, in mainLoop
    self.doIteration(t)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/pollreactor.py", line 167, in doPoll
    log.callWithLogger(selectable, _drdw, selectable, fd, event)
    --- <exception caught="" here=""> ---
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithLogger
    return callWithContext({"system": lp}, func, args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext
    return self.currentContext().callWithContext(ctx, func,
    args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
    return func(*args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 599, in _doReadOrWrite
    self._disconnectSelectable(selectable, why, inRead)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 263, in _disconnectSelectable
    selectable.connectionLost(f)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 433, in connectionLost
    Connection.connectionLost(self, reason)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 277, in connectionLost
    protocol.connectionLost(reason)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 455, in connectionLost
    self.handleResponseEnd()
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 119, in handleResponseEnd
    HTTPClient.handleResponseEnd(self)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 466, in handleResponseEnd
    self.handleResponse(b)
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 133, in handleResponse
    self.client.write(data)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 898, in write
    raise RuntimeError('Request.write called on a request after '
    exceptions.RuntimeError: Request.write called on a request after Request.finish was called.
    Unhandled Error
    Traceback (most recent call last):
    File "./sslstrip.py", line 105, in main
    reactor.run()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run
    self.mainLoop()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1181, in mainLoop
    self.doIteration(t)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/pollreactor.py", line 167, in doPoll
    log.callWithLogger(selectable, _drdw, selectable, fd, event)
    --- <exception caught="" here=""> ---
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithLogger
    return callWithContext({"system": lp}, func, args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext
    return self.currentContext().callWithContext(ctx, func,
    args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
    return func(*args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 599, in _doReadOrWrite
    self._disconnectSelectable(selectable, why, inRead)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 263, in _disconnectSelectable
    selectable.connectionLost(f)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 433, in connectionLost
    Connection.connectionLost(self, reason)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 277, in connectionLost
    protocol.connectionLost(reason)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 455, in connectionLost
    self.handleResponseEnd()
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 119, in handleResponseEnd
    HTTPClient.handleResponseEnd(self)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 466, in handleResponseEnd
    self.handleResponse(b)
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 133, in handleResponse
    self.client.write(data)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 898, in write
    raise RuntimeError('Request.write called on a request after '
    exceptions.RuntimeError: Request.write called on a request after Request.finish was called.
    Unhandled Error
    Traceback (most recent call last):
    File "./sslstrip.py", line 105, in main
    reactor.run()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run
    self.mainLoop()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1181, in mainLoop
    self.doIteration(t)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/pollreactor.py", line 167, in doPoll
    log.callWithLogger(selectable, _drdw, selectable, fd, event)
    --- <exception caught="" here=""> ---
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithLogger
    return callWithContext({"system": lp}, func, args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext
    return self.currentContext().callWithContext(ctx, func,
    args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
    return func(*args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 599, in _doReadOrWrite
    self._disconnectSelectable(selectable, why, inRead)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 263, in _disconnectSelectable
    selectable.connectionLost(f)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 433, in connectionLost
    Connection.connectionLost(self, reason)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 277, in connectionLost
    protocol.connectionLost(reason)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 455, in connectionLost
    self.handleResponseEnd()
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 119, in handleResponseEnd
    HTTPClient.handleResponseEnd(self)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 466, in handleResponseEnd
    self.handleResponse(b)
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 133, in handleResponse
    self.client.write(data)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 898, in write
    raise RuntimeError('Request.write called on a request after '
    exceptions.RuntimeError: Request.write called on a request after Request.finish was called.
    Unhandled Error
    Traceback (most recent call last):
    File "./sslstrip.py", line 105, in main
    reactor.run()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run
    self.mainLoop()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1181, in mainLoop
    self.doIteration(t)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/pollreactor.py", line 167, in doPoll
    log.callWithLogger(selectable, _drdw, selectable, fd, event)
    --- <exception caught="" here=""> ---
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithLogger
    return callWithContext({"system": lp}, func, args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext
    return self.currentContext().callWithContext(ctx, func,
    args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
    return func(*args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 599, in _doReadOrWrite
    self._disconnectSelectable(selectable, why, inRead)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 263, in _disconnectSelectable
    selectable.connectionLost(f)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 433, in connectionLost
    Connection.connectionLost(self, reason)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 277, in connectionLost
    protocol.connectionLost(reason)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 455, in connectionLost
    self.handleResponseEnd()
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 119, in handleResponseEnd
    HTTPClient.handleResponseEnd(self)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 466, in handleResponseEnd
    self.handleResponse(b)
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 133, in handleResponse
    self.client.write(data)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 898, in write
    raise RuntimeError('Request.write called on a request after '
    exceptions.RuntimeError: Request.write called on a request after Request.finish was called.
    Unhandled Error
    Traceback (most recent call last):
    File "./sslstrip.py", line 105, in main
    reactor.run()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1169, in run
    self.mainLoop()
    File "/usr/lib/python2.7/dist-packages/twisted/internet/base.py", line 1181, in mainLoop
    self.doIteration(t)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/pollreactor.py", line 167, in doPoll
    log.callWithLogger(selectable, _drdw, selectable, fd, event)
    --- <exception caught="" here=""> ---
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in callWithLogger
    return callWithContext({"system": lp}, func, args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in callWithContext
    return context.call({ILogContext: newCtx}, func, *args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, in callWithContext
    return self.currentContext().callWithContext(ctx, func,
    args, kw)
    File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, in callWithContext
    return func(*args,
    kw)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 599, in _doReadOrWrite
    self._disconnectSelectable(selectable, why, inRead)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 260, in _disconnectSelectable
    selectable.readConnectionLost(f)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 257, in readConnectionLost
    self.connectionLost(reason)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 433, in connectionLost
    Connection.connectionLost(self, reason)
    File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 277, in connectionLost
    protocol.connectionLost(reason)
    File "/usr/lib/python2.7/dist-packages/twisted/protocols/tls.py", line 460, in connectionLost
    ProtocolWrapper.connectionLost(self, reason)
    File "/usr/lib/python2.7/dist-packages/twisted/protocols/policies.py", line 123, in connectionLost
    self.wrappedProtocol.connectionLost(reason)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 455, in connectionLost
    self.handleResponseEnd()
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 119, in handleResponseEnd
    HTTPClient.handleResponseEnd(self)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 466, in handleResponseEnd
    self.handleResponse(b)
    File "/root/opensource/sslstrip-0.9/sslstrip/ServerConnection.py", line 133, in handleResponse
    self.client.write(data)
    File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 898, in write
    raise RuntimeError('Request.write called on a request after '
    exceptions.RuntimeError: Request.write called on a request after Request.finish was called.

     

    Last edit: pedro ubuntu 2015-07-25
    • pedro ubuntu

      pedro ubuntu - 2015-07-24



      Thanks for the bug report...

      But i belive that this bug its on SSLstrip 0.9 or your kali distro installation, and not on my toolkit, after reading your report i went try the sslstrip module "in my toolkit" and it works fine inside my ubuntu distro like the above screenshots shows:

      https://db.tt/nvTlMgoB
      https://db.tt/NTTfkbrG

      possible solutions

      The first time sslstrip module runs it will install sslstrip dependencies and close the toolkit "for the changes take effect".

      1 - did you try to run again the sslstrip module?
      2 - did you have config etter.conf file to run ettercap as root [ UID 0 GID 0 ]?
      3 - did you have config etter.conf file to use SSL disectors "redir_command_on" (un-comment the field: if you use iptables)?

       

      Last edit: pedro ubuntu 2015-07-25
      • Anonymous

        Anonymous - 2015-07-25

        Thank you for the swift reply!

        This did the trick:

        "3 - did you have config etter.conf file to use SSL disectors "redir_command_on" (un-comment the field: if you use iptables)?"

         

        Last edit: pedro ubuntu 2015-07-25
        • pedro ubuntu

          pedro ubuntu - 2015-07-31

          glad to help...

           
  • Anonymous

    Anonymous - 2015-08-13

    tar: Unexpected EOF in archive

    after i download the kali ver , please help

     
    • pedro ubuntu

      pedro ubuntu - 2015-08-14



      hello this bug happens in 'downloader.sh' rigth?
      edit 'downloader.sh' and 'INSTALL.sh' scrool until the end
      of the file and delete: #EOF <--- this does not give me a bug on
      ubuntu or kali but try this soluction maybee it will help you...


      another thing: are you using KALI linux?
      also download my toolkit using 'downloader.sh' and chose to
      download from GIT repository that i've been fixing the #EOF issue...

       

      Last edit: pedro ubuntu 2015-08-14
  • Anonymous

    Anonymous - 2015-08-14

    im unable to unzip the file , i get error msg , im using kali 2.0

    please make sure the kali ver of ur gz file is working and try to un gz it

     
    • pedro ubuntu

      pedro ubuntu - 2015-08-14



      download my toolkit using 'downloader.sh' and chose to
      download from GIT repository that i've been fixing the #EOF issue..

      The GIT repository its on version V4.5.1 with a recent module added
      'D-LINK router admin phishing' and the changes to #EOF issue, remmenber
      that GIT will not download a TAR.GZ file, insted will use git clone to download the folder and all files needed: downloader.sh

       

      Last edit: pedro ubuntu 2015-08-14
  • Anonymous

    Anonymous - 2015-08-15

    thanks . can you please update your tools to make it work with kali 2.0 , i can see it says that metasploit not found in opt/metasploit , anyway it is also good to update this tool

     
    • pedro ubuntu

      pedro ubuntu - 2015-08-16



      easy:
      edit 'toolkit_config' file and replace the PATH to your
      metasploit instalation....

      METASPLOIT_INSTALL_PATH:/opt/metasploit

      just replace the value in front of METASPLOIT_INSTALL_PATH:
      to point to your metasploit install path...

       

      Last edit: pedro ubuntu 2015-08-16
  • Anonymous

    Anonymous - 2015-08-22

    bash: ./downloader.sh: /bin/sh^M: bad interpreter: No such file or directory

     
    • pedro ubuntu

      pedro ubuntu - 2015-08-30



      hello - i belive that your script is coming from DOS.
      "bash: ./downloader.sh: /bin/bash^M: bad interpreter: No such file or directory"

      the sign ^M is the end of line in MSdose. to convert the script you can use dos2unix: http://linuxcommand.org/man_pages/dos2unix1.html

      Or you can do it yourself using the sed command:
      sed -i 's/\r$//' somefile.sh ==> replaces carriage return (\r) characters occurring at the end of a line, and so converts a dos/windows file to unix/linux

      another soluction its to install the tool using my GIT repository:
      1 - open terminal and write:
      git clone git://git.code.sf.net/p/netoolsh/opensource-kali opensource

      2 - Just browse to opensource folder in our terminal and
      execute: chmod +x INSTALL.sh follow by: ./INSTALL.sh

       

      Last edit: pedro ubuntu 2015-08-30
  • Anonymous

    Anonymous - 2015-08-26

    When I try to extract the version 4.5 for kali I get the following error

    An error occurred while extracting files.

    truncated gzip input

     
    • pedro ubuntu

      pedro ubuntu - 2015-08-30



      yes i have a bug on my STABLE repo so download my toolkit using
      'downloader.sh' and chose to download from GIT repository
      that i've been fixing some issues in new kali-linux distro..

      The GIT repository its on version V4.5.1 and GIT will not download a TAR.GZ file, insted will use git clone to download the folder and all files needed: downloader.sh

       

      Last edit: pedro ubuntu 2015-08-30
  • Anonymous

    Anonymous - 2015-12-31

    I followed your video and everything installed fine with no problems.
    In the main menu I click on '2 - Nmap Scanner Menu' and confirm to use wlan0 interface
    Then i select '6 - Scan Local Network'
    "This module scans Local lan for Live Hosts.
    using nmap flag -sn [no port discovery]"
    i type "run'

    PORTS TO SEARCH
    example: 80,139,445 OR 1-1000

    That window pops up. If i type in any ports or port range or even if i leave it blank i get an error message:
    "You cannot use -F (fast scan) or -p (explicit port selection) when not doing a port scan. QUITTING!"

    How can i fix this?

     
  • Anonymous

    Anonymous - 2016-01-01

    im getting this error , how to fix this bro ???

    ::NETOOL::T00LKIT::=>::4.6::INSTALLER::BUG::REPORT::
    ::OS::=>::BackBox::HOME::=>::/home/killer::PWD::=>::/home/killer/netoolsh-opensource::
    ::T00LKIT::DISTRO=>::Ubuntu::USERNAME::=>::killer::ID::=>::1000::
    ::
    ::Fri Jan 1 20:07:03 IST 2016::=>::COMPARING::OPERATIVE-SYSTEM::BackBox::NOT-SUPPORTED::
    ::
    _::EOF

     
    • pedro ubuntu

      pedro ubuntu - 2016-03-26

      netool toolkit as original develop to work under linux ubuntu or kali distros..
      and thats the only distros i spend some time giving support...

      the log file tells me that your OS its backbox and this installer its set
      to only work in ubuntu distros...

      did you try to install it use the universal installer ?
      https://sourceforge.net/p/netoolsh/discussion/readteam/thread/aae85509/

       

Anonymous
Anonymous

Add attachments
Cancel