@@ -140,6 +140,9 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
140
140
* ` curl -s "https://api.hackertarget.com/pagelinks/?q=msn.com" ` - Extract all links from a page
141
141
* ` curl -s "https://api.hackertarget.com/whois/?q=google.com" ` - Whois lookup
142
142
* ` curl -s "https://jsonplaceholder.typicode.com/users" ` - Useful tool to retrieve fake api data
143
+ * ` ssh [email protected] - password is unix50 ` - Create and use instances of historical UNIX systems
144
+ * ` ssh [email protected] ` - Create a free UNIX shell account to be used with the SDF Public Access UNIX System
145
+ * ` dig help @dns.toys ` - Lists a plethora of available services from [ dns.toys] ( https://www.dns.toys/ )
143
146
144
147
## Cryptography
145
148
@@ -219,8 +222,10 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
219
222
220
223
## Entertainment and Games
221
224
225
+ * ` ssh -o StrictHostKeyChecking=no watch.ascii.theater ` - stream free text-based movies in your terminal
222
226
* ` curl https://asciitv.fr ` — watch Star Wars in terminal via curl ([ source] ( https://github.com/martinraison/ascii-tv ) )
223
227
* ` nc towel.blinkenlights.nl 23 ` — watch Star Wars in terminal via netcat (also works with telnet)
228
+ * ` ssh movie.gabe565.com ` - watch Star Wars with playback controls in terminal via ssh
224
229
* ` ssh chat.shazow.net ` — chat over SSH ([ shazow/ssh-chat] ( https://github.com/shazow/ssh-chat ) )
225
230
* ` ssh [email protected] ` — SSH chat client (
[ source
] ( https://git.causal.agency/catgirl ) )
226
231
* ` curl parrot.live ` — display an animated party parrot ([ hugomd/parrot.live] ( https://github.com/hugomd/parrot.live ) )
@@ -237,6 +242,9 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
237
242
* ` telnet 1984.ws 23 ` — BBS (BBS list [ here] ( https://www.telnetbbsguide.com/bbs/ ) )
238
243
* ` ssh [email protected] ` - demo the "Monotty" text-based desktop environment (
[ source
] ( https://github.com/netxs-group/VTM ) )
239
244
* ` curl gif.xyzzy.run ` — search and display gifs in your terminal
245
+ * ` curl -sL https://raw.githubusercontent.com/gsobell/duckpond/home/duckpond.sh | bash ` - watch a duck swim across your terminal
246
+ * ` cat mario.nes | nc play-nes.org 4444 ` - emulate roms over netcat (requires you to pass a local rom file) ([ source] ( https://github.com/henrikpersson/potatis ) )
247
+ * ` finger @happynetbox.com ` - take part in an experimental internet social experience
240
248
241
249
Telnet/SSH-based games:
242
250
@@ -255,6 +263,7 @@ Telnet/SSH-based games:
255
263
* ` ssh [email protected] ` - rogue; password: yendor
256
264
* ` ssh pong.brk.st ` - singleplayer pong
257
265
* ` ssh tty.sdf.org ` - requires you to [ make an account] ( https://sdf.org ) first
266
+ * ` ssh -p 8080 -l magnetic magneticscrolls.net ` - interactive fiction text adventure games developed by Magnetic Scrolls
258
267
* ` nc aardmud.org 23 ` — MUD (MUD list [ here] ( http://www.mudconnect.com/cgi-bin/search.cgi?mode=tmc_biglist ) , also works with telnet)
259
268
* ` nc freechess.org 23 ` — Chess Game (also works with telnet)
260
269
* ` nc igs.joyjoy.net 6969 ` - play/watch the game of Go (also works with telnet))
0 commit comments