This commit is contained in:
Adrien MALINGREY 2024-10-13 15:36:46 +02:00
parent f5a0cffc05
commit f7629028f6
4 changed files with 13 additions and 1 deletions

View File

@ -74,6 +74,9 @@ foreach (scandir($SCANS_DIR) as $filename) {
</div> </div>
</div> </div>
</main> </main>
<footer class="ui footer segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</footer>
</body> </body>
</html> </html>

View File

@ -220,6 +220,9 @@ foreach (scandir($SCANS_DIR) as $filename) {
<button type="submit" class="ui teal submit button">Démarrer</button> <button type="submit" class="ui teal submit button">Démarrer</button>
</form> </form>
</main> </main>
<footer class="ui footer segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</footer>
<datalist id='targetsList'> <datalist id='targetsList'>
<option value="<?= $_SERVER['REMOTE_ADDR']; ?>/24"></option> <option value="<?= $_SERVER['REMOTE_ADDR']; ?>/24"></option>

View File

@ -4,7 +4,8 @@ svg {
} }
.main.container { .main.container {
margin-top: 7em; padding-top: 7em;
min-height: calc(100vh - 4.4285em - 2px);
} }
.tagify { .tagify {

View File

@ -172,6 +172,11 @@ Exemples: 192.168.1.0/24 scanme.nmap.org 10.0-255.0-255.1-254"/>
</tbody> </tbody>
</table> </table>
</main> </main>
<footer class="ui footer segment">
lanScan est basé sur <a href="https://nmap.org/" target="_blank">Nmap</a>
</footer>
<script> <script>
DataTable.ext.type.detect.unshift(function (d) { DataTable.ext.type.detect.unshift(function (d) {
return /[\d]+\.[\d]+\.[\d]+\.[\d]+/.test(d) return /[\d]+\.[\d]+\.[\d]+\.[\d]+/.test(d)