Skip to content

Instantly share code, notes, and snippets.

View antoniolago's full-sized avatar

Antônio Lago antoniolago

  • DB - Sinpro/RS
  • Porto Alegre, Brasil
  • 14:20 (UTC -03:00)
View GitHub Profile
@antoniolago
antoniolago / eternalblue2012.py
Created October 10, 2025 17:18 — forked from kanibaspinar/eternalblue2012.py
EternalBlue Windows 8 & Server 2012 - Bypass Windows 10
#!/usr/bin/python
from impacket import smb
from struct import pack
import os
import sys
import socket
'''
EternalBlue exploit for Windows 8 and 2012
The exploit might FAIL and CRASH a target system (depended on what is overwritten)
@antoniolago
antoniolago / enterprise_token.rb
Created March 27, 2025 02:33 — forked from markasoftware/enterprise_token.rb
OpenProject Enterprise mode for free
############ REPLACE app/models/enterprise_token.rb in the source code with this file! ################
############ also be sure to RESTART OpenProject after replacing the file. ################
############ it doesn't show that enterprise mode is enabled in the settings, but all ################
############ enterprise mode features, such as KanBan boards, are enabled. ################
#-- copyright
# OpenProject is an open source project management software.
# Copyright (C) 2012-2023 the OpenProject GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 3.