403Webshell
Server IP : 216.250.13.251  /  Your IP : 216.73.216.164
Web Server : nginx/1.24.0
System : Linux gunay 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64
User : root ( 0)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /proc/1879173/root/usr/share/doc/sshuttle/html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/1879173/root/usr/share/doc/sshuttle/html/windows.html
<!DOCTYPE html>

<html lang="en" data-content_root="./">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

    <title>Microsoft Windows &#8212; sshuttle 1.1.1 documentation</title>
    <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
    <link rel="stylesheet" type="text/css" href="_static/classic.css?v=514cf933" />
    
    <script src="_static/documentation_options.js?v=58fbf978"></script>
    <script src="_static/doctools.js?v=888ff710"></script>
    <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
    
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="OpenWRT" href="openwrt.html" />
    <link rel="prev" title="TPROXY" href="tproxy.html" /> 
  </head><body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="openwrt.html" title="OpenWRT"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="tproxy.html" title="TPROXY"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="index.html">sshuttle 1.1.1 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="platform.html" accesskey="U">Platform Specific Notes</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href="">Microsoft Windows</a></li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <section id="microsoft-windows">
<h1>Microsoft Windows<a class="headerlink" href="#microsoft-windows" title="Link to this heading">¶</a></h1>
<p>Currently there is no built in support for running sshuttle directly on
Microsoft Windows.</p>
<p>What we can really do is to create a Linux VM with Vagrant (or simply
Virtualbox if you like). In the Vagrant settings, remember to turn on bridged
NIC. Then, run sshuttle inside the VM like below:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sshuttle</span> <span class="o">-</span><span class="n">l</span> <span class="mf">0.0.0.0</span> <span class="o">-</span><span class="n">x</span> <span class="mf">10.0.0.0</span><span class="o">/</span><span class="mi">8</span> <span class="o">-</span><span class="n">x</span> <span class="mf">192.168.0.0</span><span class="o">/</span><span class="mi">16</span> <span class="mi">0</span><span class="o">/</span><span class="mi">0</span>
</pre></div>
</div>
<p>10.0.0.0/8 excludes NAT traffic of Vagrant and 192.168.0.0/16 excludes
traffic to local area network (assuming that we’re using 192.168.0.0 subnet).</p>
<p>Assuming the VM has the IP 192.168.1.200 obtained on the bridge NIC (we can
configure that in Vagrant), we can then ask Windows to route all its traffic
via the VM by running the following in cmd.exe with admin right:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">route</span> <span class="n">add</span> <span class="mf">0.0.0.0</span> <span class="n">mask</span> <span class="mf">0.0.0.0</span> <span class="mf">192.168.1.200</span>
</pre></div>
</div>
</section>


            <div class="clearer"></div>
          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <div>
    <h4>Previous topic</h4>
    <p class="topless"><a href="tproxy.html"
                          title="previous chapter">TPROXY</a></p>
  </div>
  <div>
    <h4>Next topic</h4>
    <p class="topless"><a href="openwrt.html"
                          title="next chapter">OpenWRT</a></p>
  </div>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="_sources/windows.rst.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3 id="searchlabel">Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
      <input type="submit" value="Go" />
    </form>
    </div>
</div>
<script>document.getElementById('searchbox').style.display = "block"</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="openwrt.html" title="OpenWRT"
             >next</a> |</li>
        <li class="right" >
          <a href="tproxy.html" title="TPROXY"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="index.html">sshuttle 1.1.1 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="platform.html" >Platform Specific Notes</a> &#187;</li>
        <li class="nav-item nav-item-this"><a href="">Microsoft Windows</a></li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
    &#169; Copyright 2024, Brian May.
      Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
    </div>
  </body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit