Skip to content

Instantly share code, notes, and snippets.

View robbert1978's full-sized avatar
😴
Sleeping

robbert1978 robbert1978

😴
Sleeping
View GitHub Profile
@robbert1978
robbert1978 / crack-er.py
Created March 7, 2018 09:01
Crack zip or rar
import zipfile
import rarfile
import os
import sys
from threading import Thread
import argparse
from itertools import product
import time
parser = argparse.ArgumentParser(description='CompressedCrack v1.0.0 by ThanhMinh', epilog='Use the -h for help')
@robbert1978
robbert1978 / gmail.py
Created March 8, 2018 08:42
Spam or send an email
print" _____|#|_____ "
print" |_____________| "
print" |_______________| "
print" ||_EMAIL_###_BOX_|| "
print" | |-|-|-|||-|-|-| | "
print" | |-|-|-|||-|-|-| | "
print" | |_|_|_|||_|_|_| | "
print" | ||~~~| | |---|| | "
print" | ||~~~|!|!| O || | "
@robbert1978
robbert1978 / qnap-qts-fw-cryptor.py
Created April 19, 2024 16:45 — forked from ulidtko/qnap-qts-fw-cryptor.py
QNAP QTS firmware encryptor/decryptor.
#!/usr/bin/env python3
import os, sys
import argparse
import struct
from functools import reduce
"""
QNAP QTS firmware encryptor/decryptor.
Based on https://pastebin.com/KHbX85nG