Skip to content

Instantly share code, notes, and snippets.

View Xaypanya's full-sized avatar
🦁
Sabello

Xaypanya Phongsa Xaypanya

🦁
Sabello
View GitHub Profile
[
{
"Code":"XX",
"Name":"-No Country-",
"ISO_Alpha_2_Code":"",
"ISO_Alpha_3_code":"",
"ISO_Numeric":""
},
{
"Code":"AF",
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active March 5, 2026 09:03
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under the Quests tab
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:

GitHub Search Syntax for Finding API Keys/Secrets/Tokens

As a security professional, it is important to conduct a thorough reconnaissance. With the increasing use of APIs nowadays, it has become paramount to keep access tokens and other API-related secrets secure in order to prevent leaks. However, despite technological advances, human error remains a factor, and many developers still unknowingly hardcode their API secrets into source code and commit them to public repositories. GitHub, being a widely popular platform for public code repositories, may inadvertently host such leaked secrets. To help identify these vulnerabilities, I have created a comprehensive search list using powerful search syntax that enables the search of thousands of leaked keys and secrets in a single search.

Search Syntax:

(path:*.{File_extension1} OR path:*.{File_extension-N}) AND ({Keyname1} OR {Keyname-N}) AND (({Signature/pattern1} OR {Signature/pattern-N}) AND ({PlatformTag1} OR {PlatformTag-N}))

Examples:

**1.

@khatthaphone
khatthaphone / sticky_note.dart
Created September 25, 2022 07:00
GDG Vientiane - Flutter Festival - Workshop
import 'package:flutter/material.dart';
import 'dart:math' as math;
class StickyNote extends StatelessWidget {
final double? bodyHeight;
final Color? color;
final Widget body;
final int angle, shape;
@ericelliott
ericelliott / .gitignore
Created November 15, 2016 19:51
Sample Node project .gitignore
node_modules
build
npm-debug.log
.env
.DS_Store