Nice, but I have to wonder why Github acted on this so fast... I reported one account spreading Python based malware 2 months ago and the account was still there up until last week.
Great work! - though the redaction of names / university is very leaky if that is a concern (particularly if you have some knowledge of common Vietnamese naming patterns)
PyInstaller is only one of several ways to do this. It bundles the Python interpreter, script, and dependencies together, drops them in a temp directory, and then starts the script using that interpreter, but that isn't the only technique.
There are also source-to-source translation tools like Nuitka that translate Python to C, which can then be compiled to a PE. Nuitka is less reliable than PyInstaller, but harder to reverse engineer for predictable reasons.
[+] [-] nightpool|3 years ago|reply
[+] [-] jallasprit|3 years ago|reply
[+] [-] MrBruh|3 years ago|reply
[+] [-] nubinetwork|3 years ago|reply
[+] [-] quacksilver|3 years ago|reply
[+] [-] Gordonjcp|3 years ago|reply
I wouldn't have redacted any names.
[+] [-] m3047|3 years ago|reply
[+] [-] atsushin|3 years ago|reply
[+] [-] anonym29|3 years ago|reply
There are also source-to-source translation tools like Nuitka that translate Python to C, which can then be compiled to a PE. Nuitka is less reliable than PyInstaller, but harder to reverse engineer for predictable reasons.
[+] [-] voiper1|3 years ago|reply
Why would discord let anyone delete a webhook?
I'd think anyone can post to the webhook, but you need to be authorized to modify it.
[+] [-] charcircuit|3 years ago|reply
Why wouldn't they? Blocking it just leads to more abuse of Discord and its users.
[+] [-] juunpp|3 years ago|reply
[+] [-] charcircuit|3 years ago|reply
https://webhooks.scam.gay/ is a site that makes it easy to do for people who want a tool do it for them.
[+] [-] b1c1jones|3 years ago|reply