These are my current projects which I’ve published with a GPL license (check the license in each one):
-
Friendy Korea Community API
The Friendly Korea Community API is an API (Application Programming Interface) which brings us the possibility of use simple classes for access to the data of the website http://chingu.prkorea.com (read more).
-
Wordlist Cleaner
Wordlist Cleaner is a Linux script which clean, sort and remove repeated words in a collection of word lists files. It will help you to reduce more than 50% in time of your dictionary brute force attack (read more).
-
Homemade Kerberos
Homemade Kerberos was an assignment which I did in a security course. It is programmed in C# with .NET Remoting. In the project we can find a KDC server and two clients which want to communicate between each other using a Kerberos protocol. The implementation of this Kerberos is the simplest and it should be used only for educational proposes.
