Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ObsidianVault/CS-501/MalwareLab/Sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/