Skip to content

Commit 6fdaeb6

Browse files
authored
Merge pull request #102 from mcthomas/master
Add 9 new entries
2 parents cec3c76 + 0952d7c commit 6fdaeb6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
140140
* `curl -s "https://api.hackertarget.com/pagelinks/?q=msn.com"` - Extract all links from a page
141141
* `curl -s "https://api.hackertarget.com/whois/?q=google.com"` - Whois lookup
142142
* `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/)
143146

144147
## Cryptography
145148

@@ -219,8 +222,10 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
219222

220223
## Entertainment and Games
221224

225+
* `ssh -o StrictHostKeyChecking=no watch.ascii.theater` - stream free text-based movies in your terminal
222226
* `curl https://asciitv.fr` — watch Star Wars in terminal via curl ([source](https://github.com/martinraison/ascii-tv))
223227
* `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
224229
* `ssh chat.shazow.net` — chat over SSH ([shazow/ssh-chat](https://github.com/shazow/ssh-chat))
225230
* `ssh [email protected]` — SSH chat client ([source](https://git.causal.agency/catgirl))
226231
* `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
237242
* `telnet 1984.ws 23` — BBS (BBS list [here](https://www.telnetbbsguide.com/bbs/))
238243
* `ssh [email protected]` - demo the "Monotty" text-based desktop environment ([source](https://github.com/netxs-group/VTM))
239244
* `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
240248

241249
Telnet/SSH-based games:
242250

@@ -255,6 +263,7 @@ Telnet/SSH-based games:
255263
* `ssh [email protected]` - rogue; password: yendor
256264
* `ssh pong.brk.st` - singleplayer pong
257265
* `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
258267
* `nc aardmud.org 23` — MUD (MUD list [here](http://www.mudconnect.com/cgi-bin/search.cgi?mode=tmc_biglist), also works with telnet)
259268
* `nc freechess.org 23` — Chess Game (also works with telnet)
260269
* `nc igs.joyjoy.net 6969` - play/watch the game of Go (also works with telnet))

0 commit comments

Comments
 (0)