Skip to content

Commit

Permalink
Rehaciendo interfaz LFI
Browse files Browse the repository at this point in the history
Se ha rehecho toda la interfaz web de la vulnerabilidad web LFI, para que tenga una estética más moderna y no sea tan parecida a las otras vulnerabilidades.
  • Loading branch information
sil3ntH4ck3r committed Aug 30, 2024
1 parent c36ee4c commit 64a9b93
Show file tree
Hide file tree
Showing 13 changed files with 676 additions and 398 deletions.
Binary file added lfi/src/av.avif
Binary file not shown.
Binary file added lfi/src/background.avif
Binary file not shown.
Binary file added lfi/src/equipo.avif
Binary file not shown.
Binary file added lfi/src/firewall.avif
Binary file not shown.
431 changes: 431 additions & 0 deletions lfi/src/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lfi/src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<?php
error_reporting(0);
$file=$_GET["show"];
$file=$_GET["p"];
//$file=preg_replace('/[^a-zA-Z0-9_]/' , '' , $file);
//include($file);

Expand All @@ -16,7 +16,7 @@
}
else
{
include("lfi.php");
include("index.html");
}
?>
</body>
Expand Down
169 changes: 0 additions & 169 deletions lfi/src/lfi.css

This file was deleted.

70 changes: 0 additions & 70 deletions lfi/src/lfi.php

This file was deleted.

9 changes: 9 additions & 0 deletions lfi/src/particles.min.js

Large diffs are not rendered by default.

Binary file added lfi/src/passwordManager.avif
Binary file not shown.
107 changes: 0 additions & 107 deletions lfi/src/productos.css

This file was deleted.

Loading

0 comments on commit 64a9b93

Please sign in to comment.