mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Add modules to repository
This commit is contained in:
8
Status/api/fetchif.php
Normal file
8
Status/api/fetchif.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$MYDATA=exec("grep ".$_GET['if']." /proc/net/dev | tr -s ' ' ' '");
|
||||
$MYDATE=exec("date");
|
||||
|
||||
echo $MYDATE."\n".$MYDATA."\n";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user