misc: add already solved challenges

This commit is contained in:
2024-09-01 22:10:44 +02:00
parent 532e093122
commit 45b391c5f1
49 changed files with 10605 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
112
105
99
111
67
84
70
123
103
48
48
100
95
107
49
116
116
121
33
95
110
49
99
51
95
107
49
116
116
121
33
95
57
98
51
98
55
51
57
50
125
10

3
misc/nice_netcat/solve.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
cat ./output.txt | awk '{printf("%c", $0);}'