Skip to content

benjojo/dos_ssh

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dos_ssh

Use BIOS ram hacks to make a SSH server out of any INT 10 13h app (MS-DOS is one of those)

You can find a demo Youtube Video here below:

Youtube Video

How to run

  • Get a DOS compatible floppy disk image (e.g. from here: http://www.allbootdisks.com/download/dos.html)
  • Install golang and qemu, e.g. sudo apt-get install qemu golang
  • Compile dos_ssh: go get; go build
  • Start qemu with this image: qemu-system-i386 -fda Dos6.22.img -boot a -vnc :0 -s
  • Run dos_ssh: ./dos_ssh
  • Connect to ssh server: ssh localhost -p 2222

About

Use BIOS ram hacks to make a SSH server out of any INT 10 13h app (MS-DOS is one of those)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages