Skip to content

Latest commit

 

History

History

pwn.college

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

WRITE-UP FOR pwn.college

by klarsynt

Website: https://pwn.college

How to access the service?

  • Use pwn.college's Workspace or Desktop

    but in my case, it's kinda laggy (maybe it's bcs my potato pc🥔) so I'm using the 2nd method which is

  • SSH!

    Here's how to setup:

    1. Run $ ssh-keygen -f key -N '' in your terminal
    2. You'll get 2 files: key and key.pub
    3. Copy the content of key.pub to your pwn.college settings (Settings > SSH Key)
    4. Run $ ssh -i key hacker@dojo.pwn.college to connect.