footer
This commit is contained in:
parent
f5a0cffc05
commit
f7629028f6
@ -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>
|
@ -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>
|
||||||
|
@ -4,7 +4,8 @@ svg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main.container {
|
.main.container {
|
||||||
margin-top: 7em;
|
padding-top: 7em;
|
||||||
|
min-height: calc(100vh - 4.4285em - 2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagify {
|
.tagify {
|
||||||
|
@ -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)
|
||||||
|
Reference in New Issue
Block a user