From 377ca99c1bc9bd41dd9c8b400d7a0b912ed8c9c8 Mon Sep 17 00:00:00 2001 From: Dobin Rutishauser Date: Wed, 21 May 2025 11:54:55 +0200 Subject: [PATCH] doc: fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef82a13..183fe34 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Conclusion: The results of the test are at [lab_results/](https://github.com/dobin/ShellcodeObfuscationLab/tree/main/lab_results). For example the generated [aes.c source code](https://github.com/dobin/ShellcodeObfuscationLab/blob/main/lab_results/metasploit/aes_work.c), -and [VirusTotal result](https://github.com/dobin/ShellcodeObfuscationLab/blob/main/lab_results/metasploit/aes.exe.json). +and its [VirusTotal result](https://github.com/dobin/ShellcodeObfuscationLab/blob/main/lab_results/metasploit/aes.exe.json). ## SOL Usage @@ -115,7 +115,7 @@ To send all the exes to VirusTotal: ``` > set VT_API_KEY=123... -> python.exe sol.py +> python.exe sol.py vt ``` Output is in `output/*.exe.json` and `output/scan_results.txt`.