commit 34a4058ba4f677120e166de6b570128284649b65
Author: adrien <adrien@malingrey.fr>
Date:   Fri Oct 4 18:04:25 2024 +0200

    first draft

diff --git a/index.php b/index.php
new file mode 100644
index 0000000..8630bc0
--- /dev/null
+++ b/index.php
@@ -0,0 +1,68 @@
+<!DOCTYPE html>
+<html lang="fr">
+    <head>
+        <meta charset="utf-8">
+        <title>lanScan</title>
+        <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
+        <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tagsinput/0.8.0/bootstrap-tagsinput.css" rel="stylesheet" />
+        <style>
+            .navbar-brand svg {
+                margin: -.1em -.6em 0 -.6em;
+                fill: currentColor;
+            }
+            .main.container {
+                margin-top: 5em;
+            }
+        </style>
+    </head>
+    <body>
+        <nav class="navbar navbar-default">
+            <div class="container-fluid">
+                <div class="navbar-header">
+                    <a class="navbar-brand text-white" href=".">
+                        lan<? include "logo.svg" ?>can
+                    </a>
+                </div>
+            </div>
+        </nav>
+        <main class="container my-4">
+            <div class="row">
+                <div class="col-6 mx-auto">
+                    <form id="scanForm" class="card needs-validation" action="scan.php" method="get" novalidate>
+                        <div class="card-body">
+                            <h5 class="card-title">Scan de découverte</h3>
+                                <div class="mb-3">
+                                    <label for="targetInput" class="form-label">Cibles</label>
+                                    <input type="text" class="form-control" id="targetInput" name="targets" placeholder="scanme.nmap.org microsoft.com/24 192.168.0.1 10.0.0-255.1-254" pattern="[a-zA-Z0-9/. -]+" required
+                                        title="Les cibles peuvent être spécifiées par des noms d'hôtes, des adresses IP, des adresses de réseaux, etc."
+                                        value="192.168.0.0/24">
+                                </div>
+                                <div class="mb-3">
+                                    <label for="serviceInput" class="form-label">Services</label>
+                                    <input type="text" class="form-control" id="serviceInput" name="p" placeholder="ftp,ssh,http,443,T:23-25,139,8080,U:53" pattern="[a-zA-Z0-9,:-]+"
+                                        title="Noms de protocole ou numéros de port TCP ou UDP."
+                                        value="ftp,ssh,telnet,http,https,137-139,445,8006,8007,9292" data-role="tagsinput">
+                                </div>
+                                <div class="d-flex justify-content-end">
+                                    <button class="btn btn-primary" type="submit">Scan</button>
+                                </div>
+                        </div>
+                    </form>
+                </div>
+            </div>
+        </main>
+        <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
+        <script src="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
+        <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-tagsinput/0.8.0/bootstrap-tagsinput.min.js"></script>
+        <script>
+            scanForm.onsubmit = (event) => {
+                if (!scanForm.checkValidity()) {
+                    event.preventDefault()
+                    event.stopPropagation()
+                }
+
+                scanForm.classList.add('was-validated')
+            }
+        </script>
+    </body>
+</html>
\ No newline at end of file
diff --git a/logo.svg b/logo.svg
new file mode 100644
index 0000000..a265dfb
--- /dev/null
+++ b/logo.svg
@@ -0,0 +1,53 @@
+<svg class="logo" version="1.1" id="Layer_1" x="0px" y="0px"
+  viewBox="0 0 24 24" xml:space="preserve" width="40" height="40" xmlns="http://www.w3.org/2000/svg"
+  xmlns:svg="http://www.w3.org/2000/svg">
+  <defs id="defs206" />
+  <g id="g998" transform="matrix(0,0.04687491,-0.04687491,0,24,2.2682373e-5)">
+    <g id="g147">
+      <g id="g145">
+        <path
+          d="m 322.065,92.046 c -46.24,0 -83.851,37.619 -83.851,83.857 v 168.712 c 0,25.224 -21.148,45.745 -46.372,45.745 -25.224,0 -46.372,-20.521 -46.372,-45.745 V 199.464 h -38.114 v 145.151 c 0,46.24 38.246,83.859 84.486,83.859 46.24,0 84.486,-37.619 84.486,-83.859 V 175.903 c 0,-25.223 20.514,-45.743 45.737,-45.743 25.223,0 45.737,20.521 45.737,45.743 v 134.092 h 38.114 V 175.903 c 0,-46.239 -37.611,-83.857 -83.851,-83.857 z"
+          id="path143" />
+      </g>
+    </g>
+    <g id="g153">
+      <g id="g151">
+        <path
+          d="M 144.198,0 H 108.625 C 98.101,0 89.568,8.746 89.568,19.271 c 0,1.157 0.121,2.328 0.318,3.598 h 73.052 c 0.197,-1.27 0.318,-2.441 0.318,-3.598 C 163.256,8.746 154.723,0 144.198,0 Z"
+          id="path149" />
+      </g>
+    </g>
+    <g id="g159">
+      <g id="g157">
+        <path
+          d="m 420.183,486.591 h -71.731 c -0.626,2.541 -0.978,4.077 -0.978,6.176 0,10.525 8.532,19.234 19.057,19.234 h 35.573 c 10.525,0 19.057,-8.709 19.057,-19.234 0,-2.098 -0.352,-3.635 -0.978,-6.176 z"
+          id="path155" />
+      </g>
+    </g>
+    <g id="g165">
+      <g id="g163">
+        <rect x="87.027" y="41.925999" width="80.040001" height="138.481" id="rect161" />
+      </g>
+    </g>
+    <g id="g171">
+      <g id="g169">
+        <rect x="344.93301" y="329.052" width="80.040001" height="138.481" id="rect167" />
+      </g>
+    </g>
+    <g id="g173"></g>
+    <g id="g175"></g>
+    <g id="g177"></g>
+    <g id="g179"></g>
+    <g id="g181"></g>
+    <g id="g183"></g>
+    <g id="g185"></g>
+    <g id="g187"></g>
+    <g id="g189"></g>
+    <g id="g191"></g>
+    <g id="g193"></g>
+    <g id="g195"></g>
+    <g id="g197"></g>
+    <g id="g199"></g>
+    <g id="g201"></g>
+  </g>
+</svg>
\ No newline at end of file