Skip to content

kerszl/demorse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demorse

obraz

Table of contents

General info

When doing CTF assignments you sometimes need to decode the morse code. You can do it through websites, but you can also use demorse. The program is small, fast, and resistant to weird inserts characters.

Technologies

Project is created with:

  • Python 3:

Setup

To run this program, install it locally using Git:

Linux

$ git clone https://github.com/kerszl/demorse
$ cd demorse
$ chmod +x install.sh uninstall.sh
$ ./install

Windows

$ git clone https://github.com/kerszl/demorse
$ cd demorse
$ python3 demorse.py

Remove

Linux

$ cd [demorse clone directory]
$ ./uninstall

Windows

Just remove

Example of use

demorse -t "This is not ....-.-. a morse code, but it is \..../.\.-.. .-..|---"
demorse -t ... --- ...

obraz

Releases

No releases published

Packages

No packages published