Skip to content

Commit 686035d

Browse files
Update index.html
1 parent 54ef31c commit 686035d

File tree

1 file changed

+1
-40
lines changed

1 file changed

+1
-40
lines changed

index.html

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -14,45 +14,6 @@ <h1 class="page-heading single-col-max mx-auto">SSH-MITM Projects</h1>
1414
</div>
1515
</div><!--//page-header-->
1616

17-
18-
<div class="page-content py-5">
19-
<section class="options-section">
20-
<div class="container">
21-
<div class="row">
22-
<div class="col-12 col-lg-6 mb-5">
23-
<div class="media shadow-sm p-4 rounded h-100">
24-
<!---
25-
/* Uncomment if you want to use a FontAwesome icon instead of an image */
26-
<div class="theme-icon-holder mr-4"><i class="far fa-life-ring"></i></div>
27-
-->
28-
<img class="mr-3" src="https://www.ssh-mitm.at/assets/images/streamline-free/programmer-male.svg" alt="">
29-
<div class="media-body">
30-
<h5 class="mt-0"><a href="https://github.com/ssh-mitm/ssh-mitm">SSH-MITM Server<i class="fas fa-long-arrow-alt-right ml-2"></i></a></h5>
31-
man in the middle (mitm) server for security audits supporting public key authentication, session hijacking and file manipulation
32-
</div><!--//media-body-->
33-
</div><!--//media-->
34-
</div><!--//col-->
35-
<div class="col-12 col-lg-6 mb-5">
36-
<div class="media shadow-sm p-4 rounded h-100">
37-
38-
<!---
39-
/* Uncomment if you want to use a FontAwesome icon instead of an image */
40-
<div class="theme-icon-holder mr-4"><i class="fas fa-code"></i></div>
41-
-->
42-
<img class="mr-3" src="https://www.ssh-mitm.at/assets/images/streamline-free/monitor-window.svg" alt="">
43-
<div class="media-body">
44-
<h5 class="mt-0"><a href="https://github.com/ssh-mitm/ssh-mitm-plugins">SSH-MITM Plugins<i class="fas fa-long-arrow-alt-right ml-2"></i></a></h5>
45-
Do you want to extend SSH-MITM Server? Checkout our community contributed plugins.
46-
</div><!--//media-body-->
47-
</div><!--//media-->
48-
</div><!--//col-->
49-
</div><!--//row-->
50-
</div><!--//container-->
51-
</section><!--//options-section-->
52-
53-
</div><!--//page-content-->
54-
55-
5617
<section class="how-section py-5">
5718
<div class="container">
5819
<h3 class="mb-2 text-center font-weight-bold section-title">Do you want to intercept SSH sessions?</h3>
@@ -82,7 +43,7 @@ <h5><span class="step-count mr-2">2</span>Connect to the network</h5>
8243
<p>
8344
To start an intercepting mitm-ssh server on Port 10022,
8445
all you have to do is run a single command.<br/>
85-
<code>$ ssh-mitm --remote-host 192.168.0.x</code>
46+
<code>$ ssh-mitm server --remote-host 192.168.0.x</code>
8647
</p>
8748
<p>
8849
Now let's try to connect to the ssh-mitm server.<br/>

0 commit comments

Comments
 (0)