diff --git a/ObsidianVault/CS-501/MalwareLab/Sandbox.md b/ObsidianVault/CS-501/MalwareLab/Sandbox.md index 9104a2d..adc4e3b 100644 --- a/ObsidianVault/CS-501/MalwareLab/Sandbox.md +++ b/ObsidianVault/CS-501/MalwareLab/Sandbox.md @@ -220,7 +220,7 @@ Once all of the tools are installed, create a shared folder to perform developme Once setup, **TAKE A SNAPSHOT** # Setup Flag -- Now that your vms are setup, create a shared folder on your Remnux box, and host a simple python server with `python3 -m http.server --bind 10.10.10.2 --directory /tmp/jail/ 1234 +- Now that your vms are setup, create a shared folder on your Remnux box, and host a simple python server with `python3 -m http.server --bind 10.10.10.2 --directory /tmp/jail/ 1337 ` to host a static file server on port 1337. To download files, simply visit `http://remnux:1337/` and download files there. Note this server will server will serve files from whatever directory you run the - If you do directly mount the folder on your guest Windows vm, make sure that it is read only! Think about what happens if the malware you detonate is ransomware - To add a shared folder, select your VM and click settings @@ -262,4 +262,4 @@ There is also a bug with the Remnux box that is installed from scratch on some H For a more involved setup using KVM, see https://c3rb3ru5d3d53c.github.io/documents/kvm-malware-lab/ - \ No newline at end of file +