révision des changements
This commit is contained in:
parent
c74853c438
commit
e1195a79e7
14
index.html
14
index.html
|
@ -51,6 +51,12 @@
|
|||
<li>
|
||||
<a href="#Fun">Fun commands</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#script">Scripting</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#nmap option">Nmap</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#Autre">Autre</a>
|
||||
</li>
|
||||
|
@ -162,7 +168,8 @@
|
|||
<p>ssh-keygen -t rsa -b 4096 = Clé privée/publique ssh<br> ssh-keygen -t ed25519 = Pareil en mieux
|
||||
</p>
|
||||
</li>
|
||||
<h4>Commandes Nmap</h4>
|
||||
<section>
|
||||
<h3 id="nmap option">Commandes Nmap</h3>
|
||||
<li>
|
||||
<p>nmap -O = Affiche l'OS des machines lors du scan</p>
|
||||
</li>
|
||||
|
@ -206,6 +213,7 @@
|
|||
<p>xsltproc scan.xml -o scan.html = Permet de convertir le fichier créé par Nmap en fichier html</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
@ -273,15 +281,13 @@
|
|||
<h2 id="Vim">Vim</h2>
|
||||
<ul>
|
||||
<h3>Mode normal et visuel</h3>
|
||||
<h5>Certain raccourcis ne sont valide que sous spacevim</h5>
|
||||
<li>
|
||||
<p>maj+v = mode "visuel"</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>y pour copié</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>controle + a = bascule en mode insertion + ajout</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>controle + r = sélection d'un block (rectiligne)</p>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue