From 4c3c057efea30c14705e0859fa11a335ef138194 Mon Sep 17 00:00:00 2001 From: Paramdeo Singh Date: Fri, 26 Jun 2020 20:59:25 -0400 Subject: [PATCH 1/5] Add ipaddy.net --- structured.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/structured.yaml b/structured.yaml index 7692480..e5e616a 100644 --- a/structured.yaml +++ b/structured.yaml @@ -23,6 +23,8 @@ by_category: tags: [curl, plain] bot.whatismyipaddress.com: tags: [curl, plain] + ipaddy.net: + tags: [curl, plain, newline] eth0.me: tags: [curl, plain, newline] ipaddr.site: From 1dc7d0cdc433544712a2ba95cda0b9cd970644ed Mon Sep 17 00:00:00 2001 From: Paramdeo Singh Date: Fri, 26 Jun 2020 21:00:41 -0400 Subject: [PATCH 2/5] Add ipaddy.net --- .github/action-test/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/action-test/entrypoint.sh b/.github/action-test/entrypoint.sh index 44a5d27..d9001cc 100755 --- a/.github/action-test/entrypoint.sh +++ b/.github/action-test/entrypoint.sh @@ -112,6 +112,7 @@ test_curl 200 bot.whatismyipaddress.com test_curl 200 curlmyip.net echo -e "### new line" +test_curl 200 ipaddy.net test_curl 200 eth0.me test_curl 200 ipaddr.site test_curl 200 ifconfig.co @@ -230,4 +231,4 @@ test_telnet telehack.com 23 echo -e "\nFinal test result: ${final_result}" echo -e "\n==END==\n\n" -exit ${final_result_code} \ No newline at end of file +exit ${final_result_code} From cfc2fac823d7383f7f3355c8118d11d8c8066a6b Mon Sep 17 00:00:00 2001 From: Paramdeo Singh Date: Fri, 26 Jun 2020 21:01:28 -0400 Subject: [PATCH 3/5] Add ipaddy.net --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 839d2e5..c86ba97 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya ### New line +* `curl ipaddy.net` * `curl eth0.me` * `curl ipaddr.site` * `curl ifconfig.co` From 5963e346ce3b625cf5913cddc1c3dcb8206a599c Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Sun, 28 Jun 2020 20:05:41 +0200 Subject: [PATCH 4/5] Marked unavailable services (#53) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 638bffe..ba3798b 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya ## Browser -* `ssh brow.sh` +* :no_entry_sign: `ssh brow.sh` ## Tools @@ -144,7 +144,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya ## Information boards -* `curl http://frcl.de/gulasch` — Gulaschprogrammiernacht 2019 Fahrplan +* :no_entry_sign: `curl http://frcl.de/gulasch` — Gulaschprogrammiernacht 2019 Fahrplan * `gopher://gopherpedia.com:70` - wikipedia ## Map @@ -154,8 +154,8 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya ## Money * `curl rate.sx` — get cryptocurrencies exchange rates -* `curl moneroj.org` — get Monero exchange rate -* `curl cmc.rjldev.com` — get coinmarketcap top 100 cryptocurrencies +* :no_entry_sign: `curl moneroj.org` — get Monero exchange rate +* :no_entry_sign: `curl cmc.rjldev.com` — get coinmarketcap top 100 cryptocurrencies * `telnet ticker.bitcointicker.co 10080` — get BTC/USD exchange rate * `curl stonks.icu/amd/msft` get stock visualizer and tracker @@ -175,7 +175,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * curl `"https://www.random.org/integers/?num=1&min=1&max=100&col=1&base=10&format=plain&rnd=new"` - generate random number * `curl -H 'Accept: text/plain' foaas.com/cool/:from` — fuck off as a service * `curl pseudorandom.name` — generate a pseudo random (American?) name ([treyhunner/pseudorandom.name](https://github.com/treyhunner/pseudorandom.name)) -* `curl -s https://uinames.com/api/?region=france\&amount=25 | jq '.[] | .name +" " + .surname'` — generate 25 random french names +* :no_entry_sign: `curl -s https://uinames.com/api/?region=france\&amount=25 | jq '.[] | .name +" " + .surname'` — generate 25 random french names * `curl https://icanhazdadjoke.com` — random jokes * `curl givemeguid.com` - guid * `telnet towel.blinkenlights.nl 666` - IT excuses From 9ba75dd8cfd39cd7524891957fc041f50ea085ac Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Mon, 6 Jul 2020 21:39:43 +0200 Subject: [PATCH 5/5] removed insecure service (#56) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c2b3d65..9bc9765 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,6 @@ Telnet/SSH-based games: Useful scripts, that can be run with just one line of code, but where, still local execution is necessary. * `curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -` -* `curl -s -L http://bit.ly/10hA8iC | bash` ## Clients