79557044

Date: 2025-04-05 13:50:26
Score: 2.5
Natty:
Report link

<?php

if (isset($_GET['domain'])) {

echo '\<pre\>';

$domain = $\_GET\['domain'\];

$lookup = system("nslookup {$domain}");

echo($lookup);

echo '\</pre\>';

}

?>

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: user30177824