- Volume One: The_PirateStealer_Saga.md
- Volume Two: The_PirateStealer_Saga_Vol2.md
The following document chronicles my discovery of the incredibly riveting lore behind a particular open-source malware project.
| bulbe.rocks { | |
| respond "I work" | |
| } | |
| i.bulbe.rocks { | |
| reverse_proxy sharex:9000 | |
| } | |
| paste.bulbe.rocks { | |
| reverse_proxy hastebin:7777 |
| import re | |
| import discord | |
| from discord.ext import commands | |
| class FetchedUser(commands.Converter): | |
| async def convert(self, ctx, argument): | |
| if not argument.isdigit(): | |
| raise commands.BadArgument('Not a valid user ID.') | |
| try: |
| """ | |
| Two-body problem integrator. | |
| """ | |
| import argparse | |
| import numpy as np | |
| from scipy.integrate import solve_ivp | |
| from matplotlib import pyplot as plt |
| package main | |
| import ( | |
| "fmt" | |
| "math/rand" | |
| ) | |
| const ( | |
| PLAYER = "o" | |
| EMPTY = "+" |
| """ | |
| This file runs two discord bots, which talk to each other after one of them is prompted by a user. | |
| WARNING: This code kinda sucks | |
| """ | |
| import asyncio | |
| import logging | |
| import sys |
| """Python implementations of findE.m, ymdhms2jd.m, findEarth.m, findMars.m | |
| Based on Dr. Hartzell's files. Written by Nate Wunderly. | |
| """ | |
| from numpy import abs, floor, pi, sin, cos, arccos | |
| """findE.m |
| Install Docker on a 64-bit Linux system. | |
| AMD64/x86-64: run docker_install_amd64.sh | |
| ARM64: run docker_install_arm64.sh |
The following document chronicles my discovery of the incredibly riveting lore behind a particular open-source malware project.
This document is a follow-up to The PirateStealer Saga, detailing additional events that have occurred in the week since its writing.
Good morning friends. As some of you might have seen, Discord released two new safety-related blog posts today! I'd highly recommend reading them both and sharing them with your communities. Wanted to give a little commentary on them as well, as someone familiar with these scams.
https://discord.com/blog/protecting-users-from-scams-on-discord
This is a blog acknowledging the recent surge in scams on Discord. Notably, it also mentions the FTC's report indicating an internet-wide surge in scams in 2021. It discusses general advice for both general users and for server admins and mods. It's a pretty good writeup, but it is missing some things.
"Why Would Someone Want Access to My Account?"