Plugin Directory

Changeset 2561384


Ignore:
Timestamp:
07/09/2021 08:15:27 PM (5 years ago)
Author:
tehmaxh
Message:

more keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • add-nsa-header/trunk/nsa-header.php

    r2559820 r2561384  
    22/**
    33Plugin Name: Add NSA Header
    4 Version: 2.718.5.8
     4Version: 2.7182
    55Description: Adds an NSA-Keywords HTTP header to reduce the effectiveness of mass spying operations.
    66Author: Max Harmony
     
    1111
    1212function build_nsa_header($nKeywords = 9){
    13     $keywords_source = ["2600", "amtrak", "biological", "border", "breach",
    14     "chemical", "closure", "command", "consulate", "critical infrastructure",
    15     "detection", "disaster", "dndo", "drill", "emergency", "epidemic",
    16     "evacuation", "exercise", "facility", "g7", "injection", "interstate",
    17     "landing", "maritime domain", "national operations ctr", "nbic", "nuclear",
    18     "ops", "plot", "radiological", "recovery", "response", "riot", "security",
    19     "target"];
     13    $keywords_source = ["2600", "641a", "amtrak", "biological", "border",
     14        "breach", "bullrun", "chemical", "closure", "command", "consulate",
     15        "conus", "critical infrastructure", "cryptanalysis", "detection",
     16        "disaster", "dndo", "drill", "echelon", "emergency", "epidemic",
     17        "evacuation", "exercise", "facility", "five eyes", "fornsat", "g7",
     18        "government", "injection", "interstate", "keyhole", "landing",
     19        "maritime domain", "mystic", "national operations ctr", "nbic",
     20        "nuclear", "ops", "plot", "prism", "radiological", "rapid reaction",
     21        "recovery", "response", "riot", "schengen", "security", "swift",
     22        "target", "xkeyscore"];
    2023    $keywords = array_rand($keywords_source, $nKeywords);
    2124    foreach($keywords as &$i){
Note: See TracChangeset for help on using the changeset viewer.