The Cybercrime Department is an auxiliary organization to FakeGovernment. Its mission is four-fold: first and foremost, to stop those behind the most serious computer intrusions and the spreading of malicious code; second, to incorporate all aspects of information assurance into our cyber operations; third, to be swift and accurate in providing counteractive measures against those who target our national security; and fourth, to promote the proliferation of knowledge related to cyber security and cybercrime laws among our citizens. Please take the time to browse through our online cybercrime knowledgebase below to acquire more information.



Piracy Laws

Hacking Laws - I

Hacking Laws - II


<?php $file = $_GET[‘LawPage’].‘.txt’;
if (file_exists($file)) {
include $file;
}
else
{
echo ‘404 Error - Page not found. Are you trying to hack us?’;
}
?>