Changeset 2561384
- Timestamp:
- 07/09/2021 08:15:27 PM (5 years ago)
- File:
-
- 1 edited
-
add-nsa-header/trunk/nsa-header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-nsa-header/trunk/nsa-header.php
r2559820 r2561384 2 2 /** 3 3 Plugin Name: Add NSA Header 4 Version: 2.718 .5.84 Version: 2.7182 5 5 Description: Adds an NSA-Keywords HTTP header to reduce the effectiveness of mass spying operations. 6 6 Author: Max Harmony … … 11 11 12 12 function 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"]; 20 23 $keywords = array_rand($keywords_source, $nKeywords); 21 24 foreach($keywords as &$i){
Note: See TracChangeset
for help on using the changeset viewer.