|
3 週間 前 | |
---|---|---|
.. | ||
README.md | 3 週間 前 |
This folder documents two pre-configured VirtualBox VMs used for the project. Default password for both the virtual machines is ccom4088.
Access the VMs here:
Google Drive - VM Files
Base OS: Ubuntu
Purpose: Hosts the full NVSRCO scanning tool, including:
How to Use:
docker ps
)cd Downloads/Projecto
bash
sudo ./venv/bin/python scheduler.py
Base OS: Ubuntu
Purpose: Acts as a remote client with a pre-configured WireGuard client setup.
Configuration Path:
/etc/wireguard/wg0.conf
What You Must Edit Before Use:
Endpoint
: Set this to the IP of your scannerPublicKey
: Set this to the public key of your scannerExample:
[Peer]
PublicKey = <SCANNER_PUBLIC_KEY>
Endpoint = <SCANNER_IP>:51820
AllowedIPs = 0.0.0.0/0
After editing, start WireGuard:
sudo wg-quick down wg0
sudo wg-quick up wg0