Stefan Etringer whx
  • Joined on 2021-08-22
whx pushed to master at stefan/dotfiles 2024-07-05 17:18:40 +02:00
0d1b8c875a removed F9 for running python files from the vimrc file. it is still in the python config inside the vim dir
whx pushed to master at stefan/dotfiles 2024-07-05 16:55:28 +02:00
ced766a971 added Leader r for FZF in home dir
whx pushed to master at whx/based 2024-07-02 23:04:14 +02:00
6213a4a221 added tap code
f06925d9b8 added tap code
Compare 2 commits »
whx pushed to master at whx/killchain-compendium 2024-07-02 21:06:51 +02:00
a5459ae447 sql injections through orm
whx pushed to master at whx/based 2024-06-27 23:18:06 +02:00
b60acf2008 added bindings for morse code, bug fix
whx pushed to master at whx/based 2024-06-26 23:57:11 +02:00
3bd5530544 added morse encoding, WIP
whx pushed to master at whx/killchain-compendium 2024-06-25 23:39:44 +02:00
f58719ad6a added details about iOS
whx pushed to master at whx/based 2024-06-24 23:23:21 +02:00
f5d35aa555 simplified functions, ignore non ascii characters
whx pushed to master at whx/writeups 2024-06-23 20:06:54 +02:00
ac341cd1e5 Added W1seGuy solution
whx pushed to master at whx/based 2024-06-23 19:30:25 +02:00
e0d97a4084 added letter to number encoding, WIP. Non Ascii character throw an error right, now. Maybe gonna change it so bytestring is output unchanged
whx pushed to master at whx/killchain-compendium 2024-06-18 22:26:45 +02:00
54ecb707e6 added details about -z
whx pushed to master at whx/killchain-compendium 2024-06-11 21:23:26 +02:00
2e1d63eab1 more details, restructured the text
whx pushed to master at whx/based 2024-06-11 15:41:09 +02:00
8664170b0d fixed some bugs with solve function
whx pushed to master at whx/based 2024-06-11 15:21:36 +02:00
61313cd558 moved solve function from Main.hs to src/Encoding/Solve.hs
whx pushed to master at whx/based 2024-06-11 14:49:08 +02:00
63a0fd3c05 added test for rotate function and yencode/decode
whx pushed tag v0.4.4 to whx/based 2024-06-10 22:13:41 +02:00
whx pushed to master at whx/based 2024-06-10 22:09:31 +02:00
5e4a146b4f updated Changelog and README, release of v.0.4.4
whx pushed to master at whx/based 2024-06-10 20:54:42 +02:00
c3bedaee2f fixed a bug in url encoding, complete test coverage for all encodings now
whx pushed to master at whx/based 2024-06-09 22:48:56 +02:00
28b583d6b8 reintroduced solve function
whx pushed to master at whx/based 2024-06-09 22:27:38 +02:00
a5f9862df1 added correct description to arguments of encode and decode functions