WARC/1.0 WARC-Type: warcinfo Content-Type: application/warc-fields WARC-Date: 2025-03-22T16:14:17Z WARC-Record-ID: WARC-Filename: nyu.edu-hacked.warc WARC-Block-Digest: sha1:3KYL7UQTU3ELF7XSPK7B3CL6NMFG5NJA Content-Length: 326 software: Wget/1.25.0 (darwin24.1.0) format: WARC File Format 1.0 conformsTo: http://bibnum.bnf.fr/WARC/WARC_ISO_28500_version1_latestdraft.pdf robots: classic wget-arguments: "https://nyu.edu" "--warc-file=nyu.edu-hacked" "--no-warc-compression" "--no-warc-keep-log" "--page-requisites" "--random-wait" "--no-config" WARC/1.0 WARC-Type: request WARC-Target-URI: Content-Type: application/http;msgtype=request WARC-Date: 2025-03-22T16:14:18Z WARC-Record-ID: WARC-IP-Address: 216.165.61.24 WARC-Warcinfo-ID: WARC-Block-Digest: sha1:YV2EM3D2EVPVT7VWODVJX6RGQJGTHKCJ Content-Length: 122 GET / HTTP/1.1 Host: nyu.edu User-Agent: Wget/1.25.0 Accept: */* Accept-Encoding: identity Connection: Keep-Alive WARC/1.0 WARC-Type: response WARC-Record-ID: WARC-Warcinfo-ID: WARC-Concurrent-To: WARC-Target-URI: WARC-Date: 2025-03-22T16:14:18Z WARC-IP-Address: 216.165.61.24 WARC-Block-Digest: sha1:YHKIVLEKKEQL5YEE5U5HVYS6D54XBKM4 WARC-Payload-Digest: sha1:3I42H3S6NNFQ2MSVX7XZKYAYSCX5QBYJ Content-Type: application/http;msgtype=response Content-Length: 124 HTTP/1.0 302 Moved Temporarily Location: https://www.nyu.edu/ Server: BigIP Connection: Keep-Alive Content-Length: 0 WARC/1.0 WARC-Type: request WARC-Target-URI: Content-Type: application/http;msgtype=request WARC-Date: 2025-03-22T16:14:18Z WARC-Record-ID: WARC-IP-Address: 185.199.110.153 WARC-Warcinfo-ID: WARC-Block-Digest: sha1:YVFAOKW7PIOSN64FGVQQ4YQFQ75Y5HBZ Content-Length: 126 GET / HTTP/1.1 Host: www.nyu.edu User-Agent: Wget/1.25.0 Accept: */* Accept-Encoding: identity Connection: Keep-Alive WARC/1.0 WARC-Type: response WARC-Record-ID: WARC-Warcinfo-ID: WARC-Concurrent-To: WARC-Target-URI: WARC-Date: 2025-03-22T16:14:18Z WARC-IP-Address: 185.199.110.153 WARC-Block-Digest: sha1:BOTWXZ56OG5AC655KBHN4EXT3NTJHXGV WARC-Payload-Digest: sha1:A3LJWOLDCVKZWUJO3QV47XNQMDVLXETT Content-Type: application/http;msgtype=response Content-Length: 501026 HTTP/1.1 200 OK Connection: keep-alive Content-Length: 500307 Server: GitHub.com Content-Type: text/html; charset=utf-8 x-origin-cache: HIT Last-Modified: Sat, 22 Mar 2025 13:32:47 GMT Access-Control-Allow-Origin: * Strict-Transport-Security: max-age=31556952 ETag: "67debbff-7a253" expires: Sat, 22 Mar 2025 16:24:18 GMT Cache-Control: max-age=600 x-proxy-cache: MISS X-GitHub-Request-Id: F6E3:1F03E4:2D61DD7:3153595:67DEE1DA Accept-Ranges: bytes Age: 0 Date: Sat, 22 Mar 2025 16:14:18 GMT Via: 1.1 varnish X-Served-By: cache-gnv1820023-GNV X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1742660058.437664,VS0,VE41 Vary: Accept-Encoding X-Fastly-Request-ID: 038ec1b201152802edfe96174c87b19c6e7fcd46 NYU

TOP SECRET//NIGINT//NONORM

On June 29 2023, racial affirmative action in college admissions was ruled illegal.
Computer Niggy Exploitation (CNE) reveals NYU continued anyway.

Raw Data (PII redacted)

Mirror 1 - Proton
Mirror 2 - MEGA

SAT

Reproduction
  • Asian
    select AVG(SATRD_HIGH_COMPOSITE_TOTAL) from STDNT_TEST_SCORES_UG_ADM where EXISTS(select 1 from APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%') and (EXISTS(select 1 from PERSON where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_RACE_ETHNICITY=3) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_APC_ETH_GRPS='A')) and SATRD_HIGH_COMPOSITE_TOTAL > 0;
  • White
    select AVG(SATRD_HIGH_COMPOSITE_TOTAL) from STDNT_TEST_SCORES_UG_ADM where EXISTS(select 1 from APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%') and (EXISTS(select 1 from PERSON where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_RACE_ETHNICITY=6) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_APC_ETH_GRPS='W')) and SATRD_HIGH_COMPOSITE_TOTAL > 0;
  • Hispanic
    select AVG(SATRD_HIGH_COMPOSITE_TOTAL) from STDNT_TEST_SCORES_UG_ADM where EXISTS(select 1 from APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%') and (EXISTS(select 1 from PERSON where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_RACE_ETHNICITY=1) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_APC_HSPN_Y_N='Y')) and SATRD_HIGH_COMPOSITE_TOTAL > 0;
  • Black
    select AVG(SATRD_HIGH_COMPOSITE_TOTAL) from STDNT_TEST_SCORES_UG_ADM where EXISTS(select 1 from APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%') and (EXISTS(select 1 from PERSON where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_RACE_ETHNICITY=4) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_APC_ETH_GRPS='B')) and SATRD_HIGH_COMPOSITE_TOTAL > 0;

ACT

Reproduction
  • Asian
    select AVG(ACT_COMP_HIGH_SCORE) from STDNT_TEST_SCORES_UG_ADM where EXISTS(select 1 from APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%') and (EXISTS(select 1 from PERSON where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_RACE_ETHNICITY=3) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_APC_ETH_GRPS='A')) and ACT_COMP_HIGH_SCORE > 0;
  • White
    select AVG(ACT_COMP_HIGH_SCORE) from STDNT_TEST_SCORES_UG_ADM where EXISTS(select 1 from APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%') and (EXISTS(select 1 from PERSON where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_RACE_ETHNICITY=6) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_APC_ETH_GRPS='W')) and ACT_COMP_HIGH_SCORE > 0;
  • Hispanic
    select AVG(ACT_COMP_HIGH_SCORE) from STDNT_TEST_SCORES_UG_ADM where EXISTS(select 1 from APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%') and (EXISTS(select 1 from PERSON where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_RACE_ETHNICITY=1) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_APC_HSPN_Y_N='Y')) and ACT_COMP_HIGH_SCORE > 0;
  • Black
    select AVG(ACT_COMP_HIGH_SCORE) from STDNT_TEST_SCORES_UG_ADM where EXISTS(select 1 from APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%') and (EXISTS(select 1 from PERSON where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_RACE_ETHNICITY=4) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=STDNT_TEST_SCORES_UG_ADM.EMPLID and NYU_APC_ETH_GRPS='B')) and ACT_COMP_HIGH_SCORE > 0;

GPA

Reproduction
  • White
    select AVG(CONVERT_GPA) from APPLICATION where PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%' and (EXISTS(select 1 from PERSON where EMPLID=APPLICATION.EMPLID and NYU_RACE_ETHNICITY=6) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=APPLICATION.EMPLID and NYU_APC_ETH_GRPS='W')) and CONVERT_GPA > 0;
  • Asian
    select AVG(CONVERT_GPA) from APPLICATION where PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%' and (EXISTS(select 1 from PERSON where EMPLID=APPLICATION.EMPLID and NYU_RACE_ETHNICITY=3) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=APPLICATION.EMPLID and NYU_APC_ETH_GRPS='A')) and CONVERT_GPA > 0;
  • Hispanic
    select AVG(CONVERT_GPA) from APPLICATION where PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%' and (EXISTS(select 1 from PERSON where EMPLID=APPLICATION.EMPLID and NYU_RACE_ETHNICITY=1) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=APPLICATION.EMPLID and NYU_APC_HSPN_Y_N='Y')) and CONVERT_GPA > 0;
  • Black
    select AVG(CONVERT_GPA) from APPLICATION where PROG_STATUS in ('AD','WT','AC') and ADMIT_TERM_SD like '2024%' and (EXISTS(select 1 from PERSON where EMPLID=APPLICATION.EMPLID and NYU_RACE_ETHNICITY=4) or EXISTS(select 1 from ADM_COMMON_APPLICATION where EMPLID=APPLICATION.EMPLID and NYU_APC_ETH_GRPS='B')) and CONVERT_GPA > 0;

TOP SECRET//NIGINT//NONORM

WARC/1.0 WARC-Type: metadata WARC-Record-ID: WARC-Warcinfo-ID: WARC-Target-URI: WARC-Date: 2025-03-22T16:14:18Z WARC-Block-Digest: sha1:TTHVENKHTPHD5PM7V253ONBPRPQKKHCW Content-Type: text/plain Content-Length: 48 WARC/1.0 WARC-Type: resource WARC-Record-ID: WARC-Warcinfo-ID: WARC-Concurrent-To: WARC-Target-URI: WARC-Date: 2025-03-22T16:14:18Z WARC-Block-Digest: sha1:TRDGCADO2W4PSAG2CDIY44HGJAIAG76L Content-Type: text/plain Content-Length: 143 "https://nyu.edu" "--warc-file=nyu.edu-hacked" "--no-warc-compression" "--no-warc-keep-log" "--page-requisites" "--random-wait" "--no-config"