From a0a87089f0bbe3572143dfd305626b0b7d315e83 Mon Sep 17 00:00:00 2001 From: Daniel Pendolino Date: Mon, 17 May 2021 14:03:47 -0400 Subject: [PATCH] change nc references to ncat --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1608de0..b582cc7 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ toolchain to expand the nefarious `make_answer!` macro, which opens # Run it yourself * Clone this repo: `git clone https://github.com/lucky/bad_actor_poc.git` -* Listen on port 8080 locally, for example with `nc -lk 8080` +* Listen on port 8080 locally, for example with `ncat -lk 8080` * Open up the `innocent_app` in VSCode with rust-analyzer plugin Once open, VSCode will analyze and index the code, including the expansion of macros, then you should see the contents of your `.ssh/id_rsa` private key in -the `nc` window. +the `ncat` window. You can trigger the same behavior at compile-time by running `cargo build` in the `innocent_app` directory.