Reverse engineering workshop for the fall 2019 semester.
This workshop walks through three (3) examples.
The workshop should take one (1) hour.
- Set up a server with a hostname.
- Install NodeJS and Golang on the server.
- Copy the files in the
server/
directory to the host. - Run
npm install
- Run
npm start
in the background - Run
go run ssh.go
in the background - Start at example_1, and proceed to example_3. While going to example_3 complete example_2.
Materials provided by Ace Parent [email protected].