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

View File

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