Skip to content

Instantly share code, notes, and snippets.

View Hacksore's full-sized avatar
🍿
chronically shitposting

Sean Boult Hacksore

🍿
chronically shitposting
View GitHub Profile
@Hacksore
Hacksore / xz-backdoor.md
Created March 30, 2024 13:49 — forked from thesamesam/xz-backdoor.md
xz-utils backdoor situation

FAQ on the xz-utils backdoor

Background

On March 29th, 2024, a backdoor was discovered in xz-utils, a suite of software that gives developers lossless compression. This package is commonly used for compressing release tarballs, software packages, kernel images, and initramfs images. It is very widely distributed, statistically your average Linux or macOS system will have it installed for

@Hacksore
Hacksore / message-troll-discord.js
Created January 24, 2024 23:44
message-troll-discord.js
const ws = new WebSocket("wss://gateway.discord.gg/?encoding=json&v=9")
const token = ""
const myUsername = ""
const channelId = ""
const messageId = ""
const randomMessages = [
"Pranks are the spice of life, just be sure it's not too spicy!",
"Life's a stage, and pranks are the improv.",
"Pranking: the art of surprise with a side of laughter.",
@Hacksore
Hacksore / readme.md
Last active January 17, 2024 01:13
test
‮/msg user:<@248595426733850625> message:[hi](<https://tenor.com/view/ayaya-saturated-triggered-scream-lol-gif-16437115>)
@Hacksore
Hacksore / code.md
Created January 5, 2024 22:55
code.md
no: u
cringe = "yes yes yes"
@Hacksore
Hacksore / test.md
Created January 5, 2024 22:52
chart
flowchart TB
    handler["app::stream_file(Pathbuf, Logger, &Client)"]
    client[Client]
    logger["logger() -> Logger"]
    state[ServerState]
    path["extract_path(&RequestHead)->PathBuf"]
    request[RequestHead]

 state --&gt; client
@Hacksore
Hacksore / md.md
Last active January 4, 2024 02:05
im sorry
{
  "type": "Topology",
  "transform": {
    "scale": [0.0005000500050005, 0.00010001000100010001],
    "translate": [100, 0]
  },
  "objects": {
    "example": {
 "type": "GeometryCollection",
@Hacksore
Hacksore / HOW.md
Created September 30, 2023 01:55
Run tsx in VSCode Debugger
{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Run tsx in VSCode Debugger",
      "type": "node",
      "request": "launch",
      "runtimeExecutable": "node",
 "runtimeArgs": ["--loader", "tsx"],
Sending a lock/unlock command via B-CAN
door locks
address: 0x20
lock all:
3 x b"\x10\x00\x00\x00\x00\x00\x00\x00"
3 x b"\x00\x00\x00\x00\x00\x00\x00\x00"
unlock all:
3 x b"\x04\x00\x00\x00\x00\x00\x00\x00"
3 x b"\x00\x00\x00\x00\x00\x00\x00\x00"
@Hacksore
Hacksore / FruitCorners.txt
Created March 30, 2023 02:47 — forked from macserv/FruitCorners.txt
A brief history of the Fruit Corners brand (1980–1987) from General Mills
Thank you for contacting General Mills with your inquiry. We have enclosed all information we have available regarding the Fruit Corners line of products.
We hope you find this information helpful. Please let us know if we can help you again
Sincerely,
Katie Gafler
Consumer Services
@Hacksore
Hacksore / gist:a0675b524fdcd1aabb3d8f97f7f5ae8d
Created October 13, 2022 13:15
GET Discord Stream Preview URL
https://cdn.discordapp.com/streams/guild:1015095797689360444:1019035649870934108:378293909610037252/af11d8b4417dbd465a24dc7945788bcc
https://cdn.discordapp.com/streams/guild:1015095797689360444:1019035649870934108:378293909610037252/3624853591ae14f6bbb4cdd93132d063
<guildId> <channelId> <userId> <hash>
guild:1015095797689360444:1019035649870934108:378293909610037252/af11d8b4417dbd465a24dc7945788bcc
curl -H "Authorization: Bearer <token>" https://discordapp.com/api/v6/streams/guild%1015095797689360444%1019035649870934108%378293909610037252/preview?version=1591264433650