1-day current streak·29-day longest streak
What is the worst that could happen in __init__()?…
What is the worst that could happen in __init__()?
python
class Tech:
def __init__(self):
self.username = "Tech"
self.age = 19
self.location = "Stockholm, Sweden"
self.website = "https://txchnology.cc"
self.project = "https://stormss.cc"
self.contact = "[email protected]"
def info(self):
return {
"Username": self.username,
"Age": self.age,
"Location": self.location,
"Website": self.website,
"Project": self.project,
"Contact": self.contact
}-
WhatThePy ★ PINNED
People kept telling me my code looked bad. So I wrote a tool to make it worse (on purpose)
Python ★ 49 10d agoExplain → -
System-Escalator ★ PINNED
A python windows privilege escalation tool using winlogon.exe token duplication
Python ★ 5 10mo agoExplain → -
pyc2py ★ PINNED
pyc2py is a Python bytecode decompiler that recovers .py source from .pyc files, one file or a whole folder at a time. It's built on native bytecode to AST recovery and version aware opcode tables.
Python ★ 14 6d agoExplain → -
MemPE ★ PINNED
Windows PE memory dumper and rebuilder for loaded and manually mapped EXEs and DLLs
Rust ★ 34 18h agoExplain → -
Screenshare-Collector
Automates the download of digital forensic tools and does bypass checks on Windows
★ 11 1y agoExplain → -
ntdll-patch-checker
A test project that checks whether ntdll APIs were hooked to mess with Prefetch logging
Python ★ 2 11mo agoExplain → -
techlinn
No description.
★ 0 2mo agoExplain →
No repos match these filters.