Skip to main content

Posts

Featured

Creating a Collaborative Reverse Engineering Server

  How To Build a Remote Reverse‑Engineering Workstation with SSH Tunneling + TigerVNC I found the easiest way to setup a reverse engineering server! Well.. sort of. I chose to use TigerVNC as the Virtual Network Computing (VNC) service because it is well documented online, but certainly every Linux box comes with it's quirks. Hopefully I can demystify the process, and show you an example of what worked for me, when trying to find a solution for a collaborative platform for the researchers on my team. This article requires the user to have a basic understanding of linux commands, systemd services, and networking.  Step 1. Install & Test TigerVNC (server side)  Install the dependencies for this project: sudo apt install tigervnc-standalone-server tigervnc-common xfce4 xfce4-goodies dbus-x11 xterm For each VNC user (as the user or within the users $HOME directory): vncpasswd mkdir -p $HOME/.vnc cat > $HOME/.vnc/xstartup <<'EOF' #!/bin/sh unset SESSION_MANAG...

Latest Posts