Skip to content

Instantly share code, notes, and snippets.

@m0rb
m0rb / safari.pl
Created September 21, 2024 02:12
shodan safari bot for bluesky & mastodon
#!/usr/bin/perl -w
use strict;
use warnings;
use utf8;
use lib ".";
use Storable;
use Config::File qw(read_config_file);
use MyLib::ATProto qw(post_media);
use Mastodon::Client;
@m0rb
m0rb / .config
Created September 12, 2024 14:47
buildroot 2024.08-rc3 config for Yealink T22P 7.73.*
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2024.08-rc3 Configuration
#
BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_9=y
BR2_HOST_GCC_AT_LEAST_5=y
BR2_HOST_GCC_AT_LEAST_6=y
BR2_HOST_GCC_AT_LEAST_7=y
BR2_HOST_GCC_AT_LEAST_8=y
@m0rb
m0rb / t22p.cap
Created September 10, 2024 13:14
T22p Console
CurrentThreadId:450, TaskOfQueue:450
�������������������������������������������������������������������������������?����_�����������������K�yD�f�&,5��r�$c#�$dF�`" 
Basic POST completed... Success.
Last reset cause: Hardware reset (Power-on reset)
PSPBoot1.4 rev: 1.4.2.6
BootLoader Version : T22-2.0.0.1 (Jul 22 2013,22:52:41)
(c) Copyright 2001-2008 Xiamen Yealink Network Technology Co.,Ltd
All Rights Reserved.
@m0rb
m0rb / vnclotto.pl
Last active August 19, 2024 11:48
vnclotto.pl
#!/usr/bin/perl -w
# vnclotto.pl - a vncresolver client bot for Bluesky
#
# https://bsky.app/profile/vnclotto.misentropic.com
use lib ".";
use MyLib::ATProto qw(post_media);
use JSON::Parse qw(:all);
use LWP::UserAgent;
use DateTime;
@m0rb
m0rb / cudy-tr3000-unixbench.txt
Created June 6, 2024 21:39
Cudy TR3000 v1 / OpenWrt UnixBench results
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
Version 5.1.3 Based on the Byte Magazine Unix Benchmark
Multi-CPU version Version 5 revisions by Ian Smith,
@m0rb
m0rb / ac200-debian-sid_unixbench.txt
Last active June 27, 2024 22:02
Sun Microsystems Netra T1 AC200 - UnixBench Results
# # # # # # # ##### ###### # # #### # #
# # ## # # # # # # # ## # # # # #
# # # # # # ## ##### ##### # # # # ######
# # # # # # ## # # # # # # # # #
# # # ## # # # # # # # ## # # # #
#### # # # # # ##### ###### # # #### # #
Version 5.1.3 Based on the Byte Magazine Unix Benchmark
Multi-CPU version Version 5 revisions by Ian Smith,
@m0rb
m0rb / vt_tail.pl
Last active February 24, 2024 17:21
virustotal auto-uploader for stupid botnet droppers
#!/usr/bin/perl -w
use strict;
use warnings;
use utf8;
use DateTime;
use JSON;
use File::Tail;
use File::Basename;
@m0rb
m0rb / bsky_wss.pl
Created February 8, 2024 02:06
bluesky websocket firehose client for perl
#!/usr/bin/perl -w
use 5.12.0;
use strict;
use warnings;
use utf8;
use AnyEvent::WebSocket::Client;
use CBOR::XS;
my $derp = AE::cv;
@m0rb
m0rb / metroid_metal.sh
Last active December 27, 2023 05:55
MSU-1 Enhanced SNES Metroid -- Metroid Metal setlist / master info
#!/bin/bash
#
# Metroid Metal (https://www.metroidmetal.com/about/) for the MSU-1 enhanced SNES Metroid port
#
# req:
# wav2msu (https://github.com/jbaiter/wav2msu)
# sox, wget
#
# I took some creative liberty with the track lengths / edits
#
@m0rb
m0rb / shocktroa.sh
Created December 13, 2023 01:49
neo-geo repacked rom carving
#!/bin/bash
# DotEmu Shock Troopers -> MAME romset (shocktroa)
# shoutout to Richard Roe // milkchoco.info
#
# 12/12/23 -- morb
TITLE=shocktroa
OUTDIR=${TITLE}
tiles2crom() {